Searched refs:cb (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/lib/isc/
H A Derror.c37 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 Dassertions.c56 isc_assertion_setcallback(isc_assertioncallback_t cb) { argument
57 if (cb == NULL)
60 isc_assertion_failed_cb = cb;
/bind-9.11.3/lib/dns/include/dns/
H A Dcallbacks.h32 #define DNS_CALLBACK_VALID(cb) ISC_MAGIC_VALID(cb, DNS_CALLBACK_MAGIC)
/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c220 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 Dopenssldsa_link.c418 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 Dopensslrsa_link.c954 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/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess914 if test -f /usr/options/cb.name; then
915 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/bind-9.11.3/
H A Dconfig.guess1080 if test -f /usr/options/cb.name; then
1081 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfig.guess1033 if test -f /usr/options/cb.name; then
1034 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/bind-9.11.3/lib/isc/include/pkcs11/
H A Dpkcs11t.h1831 CK_BYTE cb[16]; member in struct:CK_AES_CTR_PARAMS
1884 CK_BYTE cb[16]; member in struct:CK_CAMELLIA_CTR_PARAMS
/bind-9.11.3/unit/atf-src/admin/
H A Dconfig.guess1118 if test -f /usr/options/cb.name; then
1119 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/bind-9.11.3/bin/named/
H A Dserver.c10546 const char *ob = "", *cb = "", *alt = ""; local
10553 cb = ")";
10577 ns_g_description, ns_g_srcid, ob, alt, cb);

Completed in 105 milliseconds