Home
last modified time | relevance | path

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

/external/clearsilver/util/regex/
Dregex.c331 static int re_match_2_internal ();
3402 val = re_match_2_internal (bufp, string1, size1, string2, size2,
3531 int result = re_match_2_internal (bufp, NULL, 0, string, size,
3561 int result = re_match_2_internal (bufp, string1, size1, string2, size2,
3570 re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop) in re_match_2_internal() function