Home
last modified time | relevance | path

Searched refs:_zip_err_str (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/zip/lib/
H A Dzip_err_str.c8 const char * const _zip_err_str[] = { variable
42 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
H A Dzip_error_strerror.c56 zs = _zip_err_str[err->zip_err]; in zip_error_strerror()
77 return _zip_err_str[ZIP_ER_MEMORY]; in zip_error_strerror()
H A Dzip_error_to_str.c51 zs = _zip_err_str[ze]; in zip_error_to_str()
H A Dzipint.h451 extern const char * const _zip_err_str[];

Completed in 12 milliseconds