Searched refs:dst__memory_pool (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 152 INSIST(dst__memory_pool != NULL); 153 ptr = isc__mem_allocate(dst__memory_pool, size FLARG_PASS); 156 INSIST(dst__memory_pool != NULL); 157 return (isc__mem_allocate(dst__memory_pool, size FLARG_PASS)); 163 INSIST(dst__memory_pool != NULL); 165 isc__mem_free(dst__memory_pool, ptr FLARG_PASS); 173 INSIST(dst__memory_pool != NULL); 174 rptr = isc__mem_reallocate(dst__memory_pool, ptr, size FLARG_PASS); 177 INSIST(dst__memory_pool != NULL); 178 return (isc__mem_reallocate(dst__memory_pool, pt [all...] |
H A D | gssapi_link.c | 208 buf = isc_mem_allocate(dst__memory_pool, sig->length); 221 isc_mem_free(dst__memory_pool, buf);
|
H A D | dst_internal.h | 69 LIBDNS_EXTERNAL_DATA extern isc_mem_t *dst__memory_pool;
|
H A D | dst_api.c | 79 LIBDNS_EXTERNAL_DATA isc_mem_t *dst__memory_pool = NULL; variable 164 dst__memory_pool = NULL; 177 NULL, &dst__memory_pool, 0); 180 isc_mem_setname(dst__memory_pool, "dst", NULL); 182 isc_mem_setdestroycheck(dst__memory_pool, ISC_FALSE); 185 isc_mem_attach(mctx, &dst__memory_pool); 294 if (dst__memory_pool != NULL) 295 isc_mem_detach(&dst__memory_pool);
|
Completed in 18 milliseconds