| 783 | } |
| 784 | |
| 785 | unsigned int zzlLength(const unsigned char *zl) { |
| 786 | return ziplistLen(zl)/2; |
| 787 | } |
| 788 | |
| 789 | /* Move to next entry based on the values in eptr and sptr. Both are set to |
| 790 | * NULL when there is no next entry. */ |
no test coverage detected