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

/httpd/server/
H A Dutil_regex.c69 if (ap_regcomp(&ret->rx, pattern, 0) == 0) {
108 if (ap_regcomp(&ret->rx, rxstr, ret->flags) == 0) {
H A Dutil_pcre.c140 AP_DECLARE(int) ap_regcomp(ap_regex_t * preg, const char *pattern, int cflags) function
H A Dutil.c265 * Here's a pool-based interface to the POSIX-esque ap_regcomp().
282 int err = ap_regcomp(preg, pattern, cflags);
/httpd/include/
H A Dap_regex.h66 /* Options for ap_regcomp, ap_regexec, and ap_rxplus versions: */
128 AP_DECLARE(int) ap_regcomp(ap_regex_t *preg, const char *regex, int cflags);
204 * match-string is anything supported by ap_regcomp
/httpd/modules/lua/
H A Dlua_config.c68 if ((rv = ap_regcomp(uri_pattern, pattern, 0)) != APR_SUCCESS) {
103 if (ap_regcomp(uri_pattern, pattern, 0) != OK) {
H A Dlua_request.c1145 rv = ap_regcomp(&regex, pattern, flags);
H A Dmod_lua.c1145 if (ap_regcomp(regex, pattern,0)) {

Completed in 1820 milliseconds