Return the total number of bytes the listpack is composed of. */
| 812 | |
| 813 | /* Return the total number of bytes the listpack is composed of. */ |
| 814 | uint32_t lpBytes(unsigned char *lp) { |
| 815 | return lpGetTotalBytes(lp); |
| 816 | } |
| 817 | |
| 818 | /* Seek the specified element and returns the pointer to the seeked element. |
| 819 | * Positive indexes specify the zero-based element to seek from the head to |
no outgoing calls
no test coverage detected