Call before iterating through elements via zipmapNext() */
| 302 | |
| 303 | /* Call before iterating through elements via zipmapNext() */ |
| 304 | unsigned char *zipmapRewind(unsigned char *zm) { |
| 305 | return zm+1; |
| 306 | } |
| 307 | |
| 308 | /* This function is used to iterate through all the zipmap elements. |
| 309 | * In the first call the first argument is the pointer to the zipmap + 1. |
no outgoing calls
no test coverage detected