Lines Matching defs:fail
113 fail (struct unzip_state *state, Dwfl_Error failure)
133 return fail (state, DWFL_E_NOMEM);
135 return fail (state, DWFL_E_ERRNO);
137 return fail (state, DWFL_E_ZLIB);
206 return fail (&state, DWFL_E_ERRNO);
245 return fail (&state, DWFL_E_NOMEM);
256 return fail (&state, DWFL_E_ERRNO);
268 return fail (&state, DWFL_E_NOMEM);
295 return fail (&state, DWFL_E_ZSTD);
365 return fail (&state, DWFL_E_BADELF);
369 return fail (&state, result);