HomeSort by: relevance | last modified time | path
    Searched refs:alloc_init (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
alloc.h 107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super,
alloc.c 103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, function
203 /* start back at first number */ /* like in alloc_init*/
  /src/external/bsd/unbound/dist/testcode/
unitmsgparse.c 515 alloc_init(&super_a, NULL, 0);
516 alloc_init(&alloc, &super_a, 2);
unitverify.c 317 alloc_init(&alloc, NULL, 1);
360 alloc_init(&alloc, NULL, 1);
499 alloc_init(&alloc, NULL, 1);
unitmain.c 81 alloc_init(&major, NULL, 0);
82 alloc_init(&minor1, &major, 0);
83 alloc_init(&minor2, &major, 1);
  /src/external/bsd/unbound/dist/libunbound/
context.c 219 alloc_init(a, &ctx->superalloc, tnum);
libunbound.c 116 alloc_init(&ctx->superalloc, NULL, 0);
  /src/external/bsd/unbound/dist/daemon/
daemon.c 532 alloc_init(&daemon->superalloc, NULL, 0);
863 alloc_init(alloc, &daemon->superalloc, i);
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c 250 alloc_init(&sn_env->alloc, NULL, 0);

Completed in 30 milliseconds