_zip_nerr_str 42 ext/zip/lib/zip_err_str.c const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); _zip_nerr_str 86 ext/zip/lib/zip_error.c if (error->zip_err < 0 || error->zip_err >= _zip_nerr_str) _zip_nerr_str 41 ext/zip/lib/zip_error_get_sys_type.c if (ze < 0 || ze >= _zip_nerr_str) _zip_nerr_str 50 ext/zip/lib/zip_error_strerror.c if (err->zip_err < 0 || err->zip_err >= _zip_nerr_str) { _zip_nerr_str 48 ext/zip/lib/zip_error_to_str.c if (ze < 0 || ze >= _zip_nerr_str) _zip_nerr_str 452 ext/zip/lib/zipint.h extern const int _zip_nerr_str;