Searched refs:_zip_err_str (Results 1 – 4 of 4) sorted by relevance
8 const char * const _zip_err_str[] = { variable42 const int _zip_nerr_str = sizeof(_zip_err_str)/sizeof(_zip_err_str[0]);
56 zs = _zip_err_str[err->zip_err]; in zip_error_strerror()77 return _zip_err_str[ZIP_ER_MEMORY]; in zip_error_strerror()
51 zs = _zip_err_str[ze]; in zip_error_to_str()
451 extern const char * const _zip_err_str[];
Completed in 9 milliseconds