HomeSort by: relevance | last modified time | path
    Searched defs:FLARG_PASS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
mem.c 101 #define FLARG_PASS , file, line
104 #define FLARG_PASS
705 isc__mem_put(ctx, ptr, size, flags FLARG_PASS);
706 isc__mem_detach(&ctx FLARG_PASS);
870 new_ptr = isc__mem_get(ctx, new_size, flags FLARG_PASS);
872 isc__mem_put(ctx, old_ptr, old_size, flags FLARG_PASS);
900 new_ptr = isc__mem_allocate(ctx, new_size, flags FLARG_PASS);
902 isc__mem_free(ctx, old_ptr, flags FLARG_PASS);
956 ns = isc__mem_allocate(mctx, len, 0 FLARG_PASS);
977 ns = isc__mem_allocate(mctx, len, 0 FLARG_PASS);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 89 #define FLARG_PASS , file, line
92 #define FLARG_PASS
1003 isc__mem_free((isc_mem_t *)ctx, ptr FLARG_PASS);
1062 return (isc__mem_allocate(ctx0, size FLARG_PASS));
1123 isc__mem_free((isc_mem_t *)ctx, ptr FLARG_PASS);
1368 new_ptr = isc__mem_allocate(ctx0, size FLARG_PASS);
1381 isc__mem_free(ctx0, ptr FLARG_PASS);
1384 isc__mem_free(ctx0, ptr FLARG_PASS);
1462 ns = isc__mem_allocate((isc_mem_t *)mctx, len FLARG_PASS);
1485 ns = isc__mem_allocate((isc_mem_t *)mctx, len FLARG_PASS);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 128 #define FLARG_PASS , file, line, func
163 #define FLARG_PASS
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 165 #define FLARG_PASS , func, file, line
191 #define FLARG_PASS

Completed in 24 milliseconds