HomeSort by relevance Sort by last modified time
    Searched refs:re_malloc (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 406 pstr->offsets = re_malloc (Idx, pstr->bufs_len);
976 set->elems = re_malloc (Idx, size);
988 set->elems = re_malloc (Idx, 1);
1003 set->elems = re_malloc (Idx, 2);
1036 dest->elems = re_malloc (Idx, dest->alloc);
1153 dest->elems = re_malloc (Idx, dest->alloc);
    [all...]
regexec.c 391 s = re_malloc (char, len);
472 pmatch = re_malloc (regmatch_t, nregs);
526 regs->start = re_malloc (regoff_t, need_regs);
529 regs->end = re_malloc (regoff_t, need_regs);
734 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
999 sifted_states = re_malloc (re_dfastate_t *, match_last + 1);
1007 lim_states = re_malloc (re_dfastate_t *, match_last + 1);
    [all...]
regcomp.c 493 preg->fastmap = re_malloc (char, SBC_MAX);
800 dfa->re_str = re_malloc (char, length + 1);
885 dfa->nodes = re_malloc (re_token_t, dfa->nodes_alloc);
    [all...]
regex_internal.h 480 #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) macro

Completed in 88 milliseconds