Searched defs:FLARG_PASS (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/util/ |
H A D | models.c | 17 #define FLARG_PASS , file, line macro 54 p = isc__mem_allocate(mem, size FLARG_PASS);
|
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 130 #define FLARG_PASS , __FILE__, __LINE__ macro 132 #define FLARG_PASS macro 140 #define FLARG_PASS , file, line macro 142 #define FLARG_PASS macro 153 ptr = isc__mem_allocate(dst__memory_pool, size FLARG_PASS); 157 return (isc__mem_allocate(dst__memory_pool, size FLARG_PASS)); 165 isc__mem_free(dst__memory_pool, ptr FLARG_PASS); 174 rptr = isc__mem_reallocate(dst__memory_pool, ptr, size FLARG_PASS); 178 return (isc__mem_reallocate(dst__memory_pool, ptr, size FLARG_PASS));
|
/bind-9.11.3/lib/isc/ |
H A D | mem.c | 69 #define FLARG_PASS , file, line macro 72 #define FLARG_PASS macro 1173 isc__mem_free((isc_mem_t *)ctx, ptr FLARG_PASS); 1256 return (isc__mem_allocate(ctx0, size FLARG_PASS)); 1307 isc__mem_free((isc_mem_t *)ctx, ptr FLARG_PASS); 1562 new_ptr = isc__mem_allocate(ctx0, size FLARG_PASS); 1573 isc__mem_free(ctx0, ptr FLARG_PASS); 1576 isc__mem_free(ctx0, ptr FLARG_PASS); 1650 ns = isc__mem_allocate((isc_mem_t *)mctx, len FLARG_PASS); 2916 return (isc___mem_get(mctx, size FLARG_PASS)); [all...] |
Completed in 24 milliseconds