Searched defs:cb (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | error.c | 37 isc_error_setunexpected(isc_errorcallback_t cb) { argument 38 if (cb == NULL) 41 unexpected_callback = cb; 45 isc_error_setfatal(isc_errorcallback_t cb) { argument 46 if (cb == NULL) 49 fatal_callback = cb;
|
H A D | assertions.c | 56 isc_assertion_setcallback(isc_assertioncallback_t cb) { argument 57 if (cb == NULL) 60 isc_assertion_failed_cb = cb;
|
/bind-9.11.3/lib/dns/ |
H A D | openssldh_link.c | 220 progress_cb(int p, int n, BN_GENCB *cb) { argument 228 u.dptr = BN_GENCB_get_arg(cb); 239 BN_GENCB *cb; local 285 cb = BN_GENCB_new(); 287 if (cb == NULL) { 293 BN_GENCB_set_old(cb, NULL, NULL); 296 BN_GENCB_set(cb, &progress_cb, u.dptr); 300 cb)) { 302 BN_GENCB_free(cb); 307 BN_GENCB_free(cb); [all...] |
H A D | openssldsa_link.c | 418 progress_cb(int p, int n, BN_GENCB *cb) { argument 426 u.dptr = BN_GENCB_get_arg(cb); 439 BN_GENCB *cb; local 463 cb = BN_GENCB_new(); 465 if (cb == NULL) { 471 BN_GENCB_set_old(cb, NULL, NULL); 474 BN_GENCB_set(cb, &progress_cb, u.dptr); 479 cb)) 482 BN_GENCB_free(cb); 486 BN_GENCB_free(cb); [all...] |
H A D | opensslrsa_link.c | 954 progress_cb(int p, int n, BN_GENCB *cb) { argument 962 u.dptr = BN_GENCB_get_arg(cb); 982 BN_GENCB *cb = BN_GENCB_new(); local 1014 if (rsa == NULL || e == NULL || cb == NULL) 1034 BN_GENCB_set_old(cb, NULL, NULL); 1037 BN_GENCB_set(cb, &progress_cb, u.dptr); 1040 if (RSA_generate_key_ex(rsa, key->key_size, e, cb)) { 1042 BN_GENCB_free(cb); 1053 BN_GENCB_free(cb); 1066 if (cb ! [all...] |
/bind-9.11.3/bin/named/ |
H A D | server.c | 10546 const char *ob = "", *cb = "", *alt = ""; local 10553 cb = ")"; 10577 ns_g_description, ns_g_srcid, ob, alt, cb);
|
/bind-9.11.3/lib/isc/include/pkcs11/ |
H A D | pkcs11t.h | 1831 CK_BYTE cb[16]; member in struct:CK_AES_CTR_PARAMS 1884 CK_BYTE cb[16]; member in struct:CK_CAMELLIA_CTR_PARAMS
|
Completed in 89 milliseconds