Searched refs:re_free (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c519 re_free (preg->fastmap);
598 re_free (dfa->nexts);
608 re_free (dfa->edests);
609 re_free (dfa->eclosures);
610 re_free (dfa->inveclosures);
611 re_free (dfa->nodes);
622 re_free (entry->array);
624 re_free (dfa->state_table);
627 re_free (dfa->sb_char);
629 re_free (df
[all...]
H A Dregexec.c402 re_free ((char *) str);
494 re_free (pmatch);
934 re_free (mctx.state_log);
998 re_free (lim_states);
1016 re_free (mctx->state_log);
1023 re_free (sifted_states);
1024 re_free (lim_states);
1384 re_free (fs->stack[num].regs);
1454 re_free (prev_idx_match);
1464 re_free (prev_idx_matc
[all...]
H A Dregex_internal.c900 re_free (pstr->wcs);
901 re_free (pstr->offsets);
904 re_free (pstr->mbs);
1586 re_free (state->entrance_nodes);
1589 re_free (state->word_trtable);
1590 re_free (state->trtable);
1591 re_free (state);
1612 re_free (newstate);
1662 re_free (newstate);
H A Dregex_internal.h438 #define re_free(p) free (p) macro
666 #define re_node_set_free(set) re_free ((set)->elems)

Completed in 49 milliseconds