_zip_err_str        8 ext/zip/lib/zip_err_str.c const char * const _zip_err_str[] = {
_zip_err_str       42 ext/zip/lib/zip_err_str.c const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
_zip_err_str       56 ext/zip/lib/zip_error_strerror.c 	zs = _zip_err_str[err->zip_err];
_zip_err_str       77 ext/zip/lib/zip_error_strerror.c 	    return _zip_err_str[ZIP_ER_MEMORY];
_zip_err_str       51 ext/zip/lib/zip_error_to_str.c     zs = _zip_err_str[ze];
_zip_err_str      451 ext/zip/lib/zipint.h extern const char * const _zip_err_str[];