Searched refs:regexec (Results 1 - 7 of 7) sorted by relevance

/external/clearsilver/cgi/
H A Dhtml.c139 if (regexec (&email_re, src+x, 1, &email_match, 0) != 0)
149 if (regexec (&url_re, src+x, 1, &url_match, 0) != 0)
175 if (regexec (&url_re, src+x, 1, &url_match, 0) != 0)
187 if (regexec (&email_re, src+x, 1, &email_match, 0) != 0)
209 if (regexec (&email_re, src+x, 1, &email_match, 0) != 0)
221 if (regexec (&url_re, src+x, 1, &url_match, 0) != 0)
/external/clearsilver/util/regex/
H A Dregex.h232 /* If this bit is set, then report only success or fail in regexec.
237 /* POSIX `eflags' bits (i.e., information for regexec). */
255 REG_NOMATCH, /* Didn't find a match (for regexec). */
484 extern int regexec
H A Dregex.c5245 regcomp/regexec below without link errors. */
5328 Also, regexec will try a match beginning after every newline.
5333 If REG_NOSUB is set, then when PREG is passed to regexec, that
5404 /* regexec searches for a given pattern, specified by PREG, in the
5419 regexec (preg, string, nmatch, pmatch, eflags)
5481 from either regcomp or regexec. We don't use PREG here. */
5396 regexec (preg, string, nmatch, pmatch, eflags) function
/external/gtest/src/
H A Dgtest-port.cc91 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
100 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
/external/protobuf/gtest/src/
H A Dgtest-port.cc122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
131 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-port.cc62 return regexec(&re.regex_, str, 1, &match, 0) == 0;
/external/clearsilver/util/
H A Dneo_str.c396 errcode = regexec (&search_re, str, 0, NULL, 0);

Completed in 160 milliseconds