Searched refs:ap_regexec_len (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_regex.h155 AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff,
/httpd/server/
H A Dutil_pcre.c191 return ap_regexec_len(preg, string, strlen(string), nmatch, pmatch,
195 AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff, function
/httpd/modules/filters/
H A Dmod_substitute.c241 while (!ap_regexec_len(script->regexp, pos, left,

Completed in 1112 milliseconds