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

/bind-9.6-ESV-R11/lib/isc/
H A Derror.c45 isc_error_setunexpected(isc_errorcallback_t cb) { argument
46 if (cb == NULL)
49 unexpected_callback = cb;
53 isc_error_setfatal(isc_errorcallback_t cb) { argument
54 if (cb == NULL)
57 fatal_callback = cb;
H A Dassertions.c57 isc_assertion_setcallback(isc_assertioncallback_t cb) { argument
58 if (cb == NULL)
61 isc_assertion_failed_cb = cb;
/bind-9.6-ESV-R11/lib/dns/
H A Dopenssldh_link.c156 BN_GENCB cb; local
185 BN_GENCB_set_old(&cb, NULL, NULL);
188 &cb)) {
H A Dopenssldsa_link.c334 BN_GENCB cb; local
352 BN_GENCB_set_old(&cb, NULL, NULL);
356 &cb))
H A Dopensslrsa_link.c723 BN_GENCB cb; local
749 BN_GENCB_set_old(&cb, NULL, NULL);
751 if (RSA_generate_key_ex(rsa, key->key_size, e, &cb)) {
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfig.guess460 if test -f /usr/options/cb.name; then
461 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/bind-9.6-ESV-R11/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.6-ESV-R11/
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.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.guess1032 if test -f /usr/options/cb.name; then
1033 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c5567 const char *ob = "", *cb = "", *alt = ""; local
5571 cb = ")";
5601 ns_g_version, ob, alt, cb, ns_g_srcid,

Completed in 4696 milliseconds