Home
last modified time | relevance | path

Searched refs:_zip_nerr_str (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_error_get_sys_type.c41 if (ze < 0 || ze >= _zip_nerr_str) in zip_error_get_sys_type()
H A Dzip_error_to_str.c48 if (ze < 0 || ze >= _zip_nerr_str) in zip_error_to_str()
H A Dzip_err_str.c42 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); variable
H A Dzip_error_strerror.c50 if (err->zip_err < 0 || err->zip_err >= _zip_nerr_str) { in zip_error_strerror()
H A Dzip_error.c86 if (error->zip_err < 0 || error->zip_err >= _zip_nerr_str) in zip_error_system_type()
H A Dzipint.h452 extern const int _zip_nerr_str;

Completed in 27 milliseconds