Searched refs:err_func (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | leasherr.c | 40 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 D | err_local.h | 66 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 D | err_save.c | 86 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 D | err.c | 502 *func = es->err_func[i]; in get_error_values()
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_errmsg.c | 84 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 D | libdwarf_error.c | 39 de.err_func = functionname; in _dwarf_set_error()
|
| H A D | libdwarf.h | 389 const char *err_func; /* Function name where error occurred. */ member
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | err.h | 67 char *err_func[ERR_NUM_ERRORS]; member
|
| H A D | err.h.in | 69 char *err_func[ERR_NUM_ERRORS]; member
|