_zip_err_str       10 ext/zip/lib/zip_err_str.c const char * const _zip_err_str[] = {
_zip_err_str       41 ext/zip/lib/zip_err_str.c const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
_zip_err_str       59 ext/zip/lib/zip_error_strerror.c 	zs = _zip_err_str[err->zip_err];
_zip_err_str       80 ext/zip/lib/zip_error_strerror.c 	    return _zip_err_str[ZIP_ER_MEMORY];
_zip_err_str       53 ext/zip/lib/zip_error_to_str.c     zs = _zip_err_str[ze];
_zip_err_str      402 ext/zip/lib/zipint.h extern const char * const _zip_err_str[];