Home
last modified time | relevance | path

Searched refs:err_func (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dleasherr.c40 typedef LPSTR (*err_func)(int, long); typedef
43 err_func func;
56 static const struct error_table et = { text, (err_func)0, 40591872L, 20 };
84 void Leash_initialize_krb_error_func(err_func func, HANDLE *__et_list) in Leash_initialize_krb_error_func()
94 void Leash_initialize_krb_error_func(err_func func, struct et_list **__et_list) in Leash_initialize_krb_error_func()
/freebsd/crypto/openssl/crypto/err/
H A Derr_local.h66 OPENSSL_free(es->err_func[i]); in err_set_debug()
68 es->err_func[i] = NULL; in err_set_debug()
69 else if ((es->err_func[i] = CRYPTO_malloc(strlen(fn) + 1, in err_set_debug()
72 strcpy(es->err_func[i], fn); in err_set_debug()
94 OPENSSL_free(es->err_func[i]); in err_clear()
95 es->err_func[i] = NULL; in err_clear()
H A Derr_save.c86 es->err_func[i] = thread_es->err_func[j]; in OSSL_ERR_STATE_save_to_mark()
95 thread_es->err_func[j] = NULL; in OSSL_ERR_STATE_save_to_mark()
140 es->err_func[i]); in OSSL_ERR_STATE_restore()
H A Derr.c502 *func = es->err_func[i]; in get_error_values()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_errmsg.c84 error->err_func, error->err_line); in dwarf_errmsg_()
87 "%s [%s(%d)]", p, error->err_func, error->err_line); in dwarf_errmsg_()
H A Dlibdwarf_error.c39 de.err_func = functionname; in _dwarf_set_error()
H A Dlibdwarf.h389 const char *err_func; /* Function name where error occurred. */ member
/freebsd/crypto/openssl/include/openssl/
H A Derr.h67 char *err_func[ERR_NUM_ERRORS]; member
H A Derr.h.in69 char *err_func[ERR_NUM_ERRORS]; member