OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:re_free
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
527
re_free
(preg->fastmap);
620
re_free
(dfa->nexts);
630
re_free
(dfa->edests);
631
re_free
(dfa->eclosures);
632
re_free
(dfa->inveclosures);
633
re_free
(dfa->nodes);
644
re_free
(entry->array);
646
re_free
(dfa->state_table);
649
re_free
(dfa->sb_char);
651
re_free
(dfa->subexp_map)
[
all
...]
regexec.c
410
re_free
(s);
506
re_free
(pmatch);
532
re_free
(regs->start);
550
re_free
(new_start);
972
re_free
(mctx.state_log);
1041
re_free
(lim_states)
[
all
...]
regex_internal.c
915
re_free
(pstr->wcs);
916
re_free
(pstr->offsets);
919
re_free
(pstr->mbs);
[
all
...]
regex_internal.h
482
#define
re_free
(p) free (p)
macro
712
#define re_node_set_free(set)
re_free
((set)->elems)
Completed in 36 milliseconds