_zip_string_length  743 ext/zip/lib/zip_dirent.c     _zip_buffer_put_16(buffer, _zip_string_length(de->filename));
_zip_string_length  749 ext/zip/lib/zip_dirent.c 	_zip_buffer_put_16(buffer, _zip_string_length(de->comment));
_zip_string_length  452 ext/zip/lib/zip_open.c 	    + _zip_string_length(cd->entry[i].orig->filename) + LENTRYSIZE;
_zip_string_length  567 ext/zip/lib/zipint.h zip_uint16_t _zip_string_length(const zip_string_t *);