Home
last modified time | relevance | path

Searched refs:re_malloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c891 set->elems = re_malloc (Idx, 1); in re_node_set_init_1()
906 set->elems = re_malloc (Idx, 2); in re_node_set_init_2()
939 dest->elems = re_malloc (Idx, dest->alloc); in re_node_set_init_copy()
1617 newstate->entrance_nodes = re_malloc (re_node_set, 1); in create_cd_newstate()
H A Dregcomp.c453 preg->re_fastmap = re_malloc (char, SBC_MAX); in regcomp()
755 dfa->re_str = re_malloc (char, length + 1); in re_compile_internal()
1102 dfa->nexts = re_malloc (Idx, dfa->nodes_alloc); in analyze()
1103 dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc); in analyze()
1105 dfa->eclosures = re_malloc (re_node_set, dfa->nodes_alloc); in analyze()
3674 bin_tree_storage_t *storage = re_malloc (bin_tree_storage_t, 1); in create_token_tree()
H A Dregex_internal.h471 #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) macro
H A Dregexec.c353 s = re_malloc (char, len); in weak_alias()
507 regs->rm_end = re_malloc (regoff_t, need_regs); in re_copy_regs()
1425 prev_idx_match = re_malloc (regmatch_t, nmatch); in set_regs()
3326 dests_alloc = re_malloc (struct dests_alloc, 1); in build_trtable()