Searched refs:ap_regexec_len (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | ap_regex.h | 155 AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff,
|
/httpd/server/ |
H A D | util_pcre.c | 191 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 D | mod_substitute.c | 241 while (!ap_regexec_len(script->regexp, pos, left,
|
Completed in 1112 milliseconds