Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_error_get_sys_type.c43 if (ze < 0 || ze >= _zip_nerr_str) in zip_error_get_sys_type()
H A Dzip_error_to_str.c50 if (ze < 0 || ze >= _zip_nerr_str) in zip_error_to_str()
H A Dzip_err_str.c41 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]); variable
H A Dzip_error_strerror.c53 if (err->zip_err < 0 || err->zip_err >= _zip_nerr_str) { in _zip_error_strerror()
H A Dzipint.h277 extern const int _zip_nerr_str;

Completed in 10 milliseconds