Home
last modified time | relevance | path

Searched refs:alloc_list (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dlist.c132 alloc_list(const char *b, size_t len) in alloc_list() function
192 t = alloc_list(p, (size_t)(e - p)); in saslc__list_parse()
222 n = alloc_list(p, strlen(p)); in saslc__list_append()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dcontext.c195 a = ctx->alloc_list; in context_obtain_alloc()
197 ctx->alloc_list = a->super; /* snip off list */ in context_obtain_alloc()
222 alloc->super = ctx->alloc_list; in context_release_alloc()
223 ctx->alloc_list = alloc; in context_release_alloc()
H A Dcontext.h113 struct alloc_cache* alloc_list; member
H A Dlibunbound.c361 a = ctx->alloc_list; in ub_ctx_delete()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2009797 * dump-parse-tree.c (show_code_node): Renamed 'alloc_list'.
798 * gfortran.h (gfc_code): Rename 'alloc_list'. Add member 'ts'.
801 Renamed 'alloc_list'.
802 (dealloc_opt_list): Renamed 'alloc_list'.
806 Move initialization code to gfc_trans_allocate. Renamed 'alloc_list'.
807 (resolve_allocate_deallocate): Renamed 'alloc_list'.
812 * st.c (gfc_free_statement): Renamed 'alloc_list'.
813 * trans-stmt.c (gfc_trans_allocate): Renamed 'alloc_list'. Handle
816 (gfc_trans_deallocate): Renamed 'alloc_list'.