Lines Matching defs:err
16 #include <openssl/err.h> /* should be implied by cmperr.h */
154 unsigned long err;
159 while ((err = ERR_get_error_all(&file, &line, &func, &data, &flags)) != 0) {
161 improve_location_name(func, ERR_lib_error_string(err));
162 unsigned long reason = ERR_GET_REASON(err);
167 if (ERR_SYSTEM_ERROR(err)) {
171 rs = ERR_reason_error_string(err);
233 goto err;
235 goto err;
238 err: