Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_err_str.c10 const char * const _zip_err_str[] = { variable
41 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
H A Dzip_error_strerror.c59 zs = _zip_err_str[err->zip_err]; in _zip_error_strerror()
80 return _zip_err_str[ZIP_ER_MEMORY]; in _zip_error_strerror()
H A Dzip_error_to_str.c53 zs = _zip_err_str[ze]; in zip_error_to_str()
H A Dzipint.h276 extern const char * const _zip_err_str[];

Completed in 8 milliseconds