| /src/external/mpl/bind/dist/lib/dns/ |
| nametree.c | 1 /* $NetBSD: nametree.c,v 1.2 2025/01/26 16:25:23 christos Exp $ */ 28 #include <dns/nametree.h> 87 dns_nametree_t *nametree = NULL; local 91 nametree = isc_mem_get(mctx, sizeof(*nametree)); 92 *nametree = (dns_nametree_t){ 96 isc_mem_attach(mctx, &nametree->mctx); 97 isc_refcount_init(&nametree->references, 1); 100 strlcpy(nametree->name, name, sizeof(nametree->name)) 329 dns_nametree_t *nametree = uctx; local [all...] |
| /src/external/bsd/nsd/dist/ |
| namedb.h | 41 struct radtree *nametree; member in struct:domain_table 232 return table->nametree->count;
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| trees.c | 720 nametree(struct symtab *sp) function 2236 return nametree(sp);
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| trees.c | 644 nametree(struct symtab *sp) function 1155 p = block(NMLIST, p, nametree(s), INT, 0, 0); 2164 return nametree(sp);
|