Searched defs:fallback (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpkcs11.c23 isc_result_t fallback, CK_RV rv)
31 return (fallback);
22 dst__pkcs11_toresult(const char *funcname, const char *file, int line, isc_result_t fallback, CK_RV rv) argument
H A Dopenssl_link.c361 toresult(isc_result_t fallback) { argument
362 isc_result_t result = fallback;
394 dst__openssl_toresult(isc_result_t fallback) { argument
397 result = toresult(fallback);
404 dst__openssl_toresult2(const char *funcname, isc_result_t fallback) { argument
406 funcname, fallback));
411 const char *funcname, isc_result_t fallback) {
418 result = toresult(fallback);
410 dst__openssl_toresult3(isc_logcategory_t *category, const char *funcname, isc_result_t fallback) argument
/bind-9.11.3/bin/named/
H A Dgeoip.c26 init_geoip_db(GeoIP **dbp, GeoIPDBTypes edition, GeoIPDBTypes fallback, argument
57 name, edition, fallback == 0
73 if (fallback != 0)
74 init_geoip_db(dbp, fallback, 0, method, name);
/bind-9.11.3/lib/dns/tests/
H A Dgeoip_test.c42 init_geoip_db(GeoIP **dbp, GeoIPDBTypes edition, GeoIPDBTypes fallback, argument
70 name, edition, fallback == 0
84 if (fallback != 0)
85 init_geoip_db(dbp, fallback, 0, method, name);

Completed in 9 milliseconds