| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| tasn_utl.c | 228 const ASN1_ADB *adb; local 238 adb = ASN1_ADB_ptr(tt->item); 241 sfld = offset2ptr(val, adb->offset); 245 if (adb->null_tt == NULL) 247 return adb->null_tt; 260 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { 272 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) 279 if (!adb->default_tt [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| tasn_utl.c | 226 const ASN1_ADB *adb; local 236 adb = ASN1_ADB_ptr(tt->item); 239 sfld = offset2ptr(val, adb->offset); 243 if (adb->null_tt == NULL) 245 return adb->null_tt; 258 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { 270 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) 277 if (!adb->default_tt [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| tasn_utl.c | 194 const ASN1_ADB *adb; local 203 adb = ASN1_ADB_ptr(tt->item); 206 sfld = offset2ptr(*pval, adb->offset); 210 if (!adb->null_tt) 212 return adb->null_tt; 225 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { 237 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) 244 if (!adb->default_tt [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| adb.h | 1 /* $NetBSD: adb.h,v 1.10 2026/01/29 18:37:50 christos Exp $ */ 22 /*! \file dns/adb.h 26 * This module implements an address database (ADB) for mapping a name 30 * A client will pass in a dns_name_t, and the ADB will walk through 50 *\li The ADB takes care of all necessary locking. 130 dns_adb_t *adb; member in struct:dns_adbfind 244 * Create a new ADB. 248 *\li Generally, applications should not create an ADB directly, but 272 dns_adb_shutdown(dns_adb_t *adb); 274 * Shutdown 'adb' [all...] |
| view.h | 93 dns_adb_t *adb; member in struct:dns_view 323 * the last reference, then the associated resolver, requestmgr, ADB and 345 * ADB, and zones, which are subsidiary to the view; they need the view 873 * Flush the view's cache (and ADB). If 'fixuponly' is true, it only updates 892 * Flush the given name from the view's cache (and optionally ADB/badcache). 894 * Flush the given name from the cache, ADB, and bad cache. If 'tree' 909 * Flush the given name from the view's cache, ADB and badcache. 1329 * Get the view's adb if it exist.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| adb.h | 1 /* $NetBSD: adb.h,v 1.1 2024/02/18 20:57:35 christos Exp $ */ 23 /*! \file dns/adb.h 27 * This module implements an address database (ADB) for mapping a name 31 * A client will pass in a dns_name_t, and the ADB will walk through 56 *\li The ADB takes care of all necessary locking. 125 dns_adb_t *adb; member in struct:dns_adbfind 154 * in the adb, and when dns databases are searched. 190 * in the adb, and when dns databases are searched. 195 * in the adb, and when dns databases are searched. 263 * Create a new ADB [all...] |
| view.h | 93 dns_adb_t *adb; member in struct:dns_view 888 * Flush the view's cache (and ADB). If 'fixuponly' is true, it only updates 907 * Flush the given name from the view's cache (and optionally ADB/badcache). 909 * Flush the given name from the cache, ADB, and bad cache. If 'tree' 924 * Flush the given name from the view's cache, ADB and badcache. 1011 * Set a adb statistics set 'stats' for 'view'. 1016 *\li stats is a valid statistics supporting adb statistics 1023 * Get the adb statistics counter set for 'view'. If a statistics set is
|
| /src/external/mpl/bind/dist/lib/dns/ |
| view.c | 39 #include <dns/adb.h> 262 INSIST(view->adb == NULL); 447 dns_adb_t *adb = NULL; local 459 adb = rcu_dereference(view->adb); 460 if (adb != NULL) { 461 dns_adb_shutdown(adb); 484 adb = rcu_xchg_pointer(&view->adb, NULL); 523 if (adb != NULL) 1460 dns_adb_t *adb = NULL; local 1497 dns_adb_t *adb = NULL; local 2449 dns_adb_t *adb = NULL; local [all...] |
| adb.c | 1 /* $NetBSD: adb.c,v 1.16 2026/01/29 18:37:48 christos Exp $ */ 38 #include <dns/adb.h> 77 * The period in seconds after which an ADB name entry is regarded as stale 94 /*% dns adb structure */ 131 * up via the adb->names hash table. It holds references to fetches 139 dns_adb_t *adb; member in struct:dns_adbname 205 * up via the adb->entries hash table. Also, each dns_adbnamehook and 215 dns_adb_t *adb; member in struct:dns_adbentry 273 new_adbname(dns_adb_t *adb, const dns_name_t *, unsigned int type); 281 new_adbnamehook(dns_adb_t *adb); 546 dns_adb_t *adb = NULL; local 660 dns_adb_t *adb = adbname->adb; local 706 dns_adb_t *adb = adbname->adb; local 1004 dns_adb_t *adb = name->adb; local 1083 dns_adb_t *adb = entry->adb; local 1137 dns_adb_t *adb = NULL; local 1553 dns_adb_t *adb = adbentry->adb; local 1794 dns_adb_t *adb = NULL; local 2204 dns_adb_t *adb = NULL; local 2597 dns_adb_t *adb = NULL; local 2744 dns_adb_t *adb = NULL; local 2914 dns_adb_t *adb = NULL; local [all...] |
| resolver.c | 46 #include <dns/adb.h> 396 dns_adb_t *adb; member in struct:fetchctx 419 * Used to track started ADB finds with event. 1062 dns_adb_ednsto(fctx->adb, query->addrinfo); 1064 dns_adb_timeout(fctx->adb, query->addrinfo); 1073 * trigger if, for example, some ADB or validator dependency 1223 dns_adb_adjustsrtt(fctx->adb, query->addrinfo, rtt, factor); 1227 /* Inform the ADB that we're ending a UDP fetch */ 1228 dns_adb_endudpfetch(fctx->adb, query->addrinfo); 1240 dns_adb_agesrtt(fctx->adb, addrinfo, now) [all...] |
| zone.c | 49 #include <dns/adb.h> 11287 dns_adb_t *adb = NULL; local 11288 dns_view_getadb(zone->view, &adb); 11289 if (adb != NULL) { 11290 dns_adb_detach(&adb); 12606 dns_adb_t *adb = NULL; local 12618 dns_view_getadb(notify->zone->view, &adb); 12619 if (adb == NULL) { 12623 result = dns_adb_createfind(adb, notify->zone->loop, 12628 dns_adb_detach(&adb); 21482 dns_adb_t *adb = NULL; local [all...] |
| /src/external/mpl/bind/dist/lib/ns/ |
| client.c | 40 #include <dns/adb.h> 256 dns_adb_t *adb = NULL; local 257 dns_view_getadb(client->view, &adb); 258 if (adb != NULL) { 259 dns_adb_flush(adb); 260 dns_adb_detach(&adb);
|
| /src/external/mpl/bind/dist/bin/named/ |
| statschannel.c | 29 #include <dns/adb.h> 472 /* Initialize adb statistics */ 2020 dns_adb_t *adb = NULL; local 2095 dns_view_getadb(view, &adb); 2096 if (adb != NULL) { 2097 result = dump_stats(dns_adb_getstats(adb), 2102 dns_adb_detach(&adb); 3027 dns_adb_t *adb = NULL; local 3147 dns_view_getadb(view, &adb); 3148 if (adb != NULL) 4083 dns_adb_t *adb = NULL; local [all...] |
| server.c | 63 #include <dns/adb.h> 228 * Maximum ADB size for views that share a cache. Use this limit to suppress 4235 dns_adb_t *adb = NULL; local 4773 * Note that the ADB is not preserved or shared in either case. 4928 * Set the ADB cache size to 1/8th of the max-cache-size or 4942 dns_view_getadb(nsc->primaryview, &adb); 4943 if (adb != NULL) { 4945 adb, 4948 dns_adb_detach(&adb); 4953 dns_view_getadb(view, &adb); 11936 dns_adb_t *adb = NULL; local 16829 dns_adb_t *adb = NULL; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| adb.c | 1 /* $NetBSD: adb.c,v 1.1 2024/02/18 20:57:30 christos Exp $ */ 38 #include <dns/adb.h> 76 * The period in seconds after which an ADB name entry is regarded as stale 99 /*% dns adb structure */ 174 dns_adb_t *adb; member in struct:dns_adbname 320 print_namehook_list(FILE *, const char *legend, dns_adb_t *adb, 421 * Note: since we have removed the support of A6 in adb, FETCH_A and FETCH_AAAA 519 inc_stats(dns_adb_t *adb, isc_statscounter_t counter) { 520 if (adb->view->resstats != NULL) { 521 isc_stats_increment(adb->view->resstats, counter) 579 dns_adb_t *adb; local 743 dns_adb_t *adb; local 912 dns_adb_t *adb; local 1063 dns_adb_t *adb; local 1125 dns_adb_t *adb; local 2319 dns_adb_t *adb; local 2565 dns_adb_t *adb; local 2794 dns_adb_t *adb; local 2858 dns_adb_t *adb; local 3285 dns_adb_t *adb; local 3341 dns_adb_t *adb; local 3723 dns_adb_t *adb; local 3872 dns_adb_t *adb; local 4062 dns_adb_t *adb; local 4822 dns_adb_t *adb = arg; local [all...] |
| resolver.c | 38 #include <dns/adb.h> 343 dns_adb_t *adb; member in struct:fetchctx 1277 dns_adb_ednsto(fctx->adb, query->addrinfo, query->udpsize); 1279 dns_adb_timeout(fctx->adb, query->addrinfo); 1399 dns_adb_adjustsrtt(fctx->adb, query->addrinfo, rtt, factor); 1402 /* Inform the ADB that we're ending a UDP fetch */ 1403 dns_adb_endudpfetch(fctx->adb, query->addrinfo); 1416 dns_adb_agesrtt(fctx->adb, addrinfo, now); 1430 dns_adb_agesrtt(fctx->adb, addrinfo, 1442 dns_adb_agesrtt(fctx->adb, addrinfo, now) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_vbt_defs.h | 822 u16 adb; member in struct:bdb_lfp_power
|