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

  /src/crypto/external/bsd/libsaslc/dist/src/
list.c 128 alloc_list(const char *b, size_t len) function
188 t = alloc_list(p, (size_t)(e - p));
218 n = alloc_list(p, strlen(p));
  /src/external/bsd/unbound/dist/libunbound/
context.c 205 a = ctx->alloc_list;
207 ctx->alloc_list = a->super; /* snip off list */
232 alloc->super = ctx->alloc_list;
233 ctx->alloc_list = alloc;
context.h 113 struct alloc_cache* alloc_list; member in struct:ub_ctx
libunbound.c 370 a = ctx->alloc_list;
  /src/external/bsd/wpa/dist/src/utils/
os_unix.c 35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable in typeref:struct:dl_list
382 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) {
738 dl_list_add(&alloc_list, &a->list);

Completed in 22 milliseconds