/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | util.h | 54 isc_mem_putanddetach(&(target_ptr)->mctx, target_ptr, \
|
/bind-9.11.3/lib/isc/ |
H A D | taskpool.c | 54 isc_mem_putanddetach(&pool->mctx, pool, sizeof(*pool)); 164 isc_mem_putanddetach(&pool->mctx, pool, sizeof(*pool));
|
H A D | counter.c | 107 isc_mem_putanddetach(&counter->mctx, counter, sizeof(*counter));
|
H A D | pool.c | 167 isc_mem_putanddetach(&pool->mctx, pool, sizeof(*pool));
|
H A D | symtab.c | 71 isc_mem_putanddetach(&symtab->mctx, symtab, sizeof(*symtab)); 113 isc_mem_putanddetach(&symtab->mctx, symtab, sizeof(*symtab));
|
H A D | ht.c | 72 isc_mem_putanddetach(&ht->mctx, ht, sizeof(struct isc_ht)); 113 isc_mem_putanddetach(&ht->mctx, ht, sizeof(struct isc_ht));
|
H A D | heap.c | 121 isc_mem_putanddetach(&heap->mctx, heap, sizeof(*heap));
|
H A D | random.c | 250 isc_mem_putanddetach(&rng->mctx, rng, sizeof(isc_rng_t));
|
H A D | stats.c | 227 isc_mem_putanddetach(&stats->mctx, stats, sizeof(*stats));
|
/bind-9.11.3/lib/dns/ |
H A D | dyndb.c | 190 isc_mem_putanddetach(&imp->mctx, imp, sizeof(dyndb_implementation_t)); 206 isc_mem_putanddetach(&imp->mctx, imp, sizeof(dyndb_implementation_t)); 305 isc_mem_putanddetach(&imp->mctx, imp, sizeof(dyndb_implementation_t)); 321 isc_mem_putanddetach(&imp->mctx, imp, sizeof(dyndb_implementation_t)); 463 isc_mem_putanddetach(&dctx->mctx, dctx, sizeof(*dctx));
|
H A D | dbtable.c | 100 isc_mem_putanddetach(&mctx, dbtable, sizeof(*dbtable)); 124 isc_mem_putanddetach(&dbtable->mctx, dbtable, sizeof(*dbtable));
|
H A D | iptable.c | 174 isc_mem_putanddetach(&dtab->mctx, dtab, sizeof(*dtab));
|
H A D | order.c | 157 isc_mem_putanddetach(&order->mctx, order, sizeof(*order));
|
H A D | byaddr.c | 275 isc_mem_putanddetach(&mctx, byaddr, sizeof(*byaddr)); 308 isc_mem_putanddetach(&byaddr->mctx, byaddr, sizeof(*byaddr));
|
H A D | portlist.c | 254 isc_mem_putanddetach(&portlist->mctx, portlist,
|
H A D | lookup.c | 447 isc_mem_putanddetach(&mctx, lookup, sizeof(*lookup)); 486 isc_mem_putanddetach(&lookup->mctx, lookup, sizeof(*lookup));
|
H A D | badcache.c | 95 isc_mem_putanddetach(&bc->mctx, bc, sizeof(dns_badcache_t)); 111 isc_mem_putanddetach(&bc->mctx, bc, sizeof(dns_badcache_t));
|
H A D | dns64.c | 117 isc_mem_putanddetach(&dns64->mctx, dns64, sizeof(*dns64));
|
H A D | dnstap.c | 507 isc_mem_putanddetach(&env->mctx, env, sizeof(*env)); 940 isc_mem_putanddetach(&handle->mctx, handle, sizeof(*handle)); 1243 isc_mem_putanddetach(&d->mctx, d, sizeof(*d));
|
H A D | stats.c | 116 isc_mem_putanddetach(&stats->mctx, stats, sizeof(*stats));
|
H A D | dlz.c | 260 isc_mem_putanddetach(&db->mctx, db, sizeof(dns_dlzdb_t));
|
/bind-9.11.3/lib/irs/ |
H A D | context.c | 300 isc_mem_putanddetach(&mctx, context, sizeof(*context)); 323 isc_mem_putanddetach(&context->mctx, context, sizeof(*context));
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | mem.h | 167 * isc_mem_putanddetach() is a convenience function for use where you 181 * isc_mem_putanddetach(&ptr->mctx, ptr, sizeof(*ptr)); 271 #define isc_mem_putanddetach(c, p, s) \ macro
|
/bind-9.11.3/bin/named/ |
H A D | xfrout.c | 283 isc_mem_putanddetach(&s->common.mctx, s, sizeof(*s)); 408 isc_mem_putanddetach(&s->common.mctx, s, sizeof(*s)); 493 isc_mem_putanddetach(&s->common.mctx, s, sizeof(*s)); 631 isc_mem_putanddetach(&s->common.mctx, s, sizeof(*s)); 1595 isc_mem_putanddetach(&xfr->mctx, xfr, sizeof(*xfr));
|
/bind-9.11.3/lib/isc/win32/ |
H A D | app.c | 442 isc_mem_putanddetach(&ctx->mctx, ctx, sizeof(*ctx));
|