Searched defs:cflags (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_pcre.c135 * cflags compilation flags
140 AP_DECLARE(int) ap_regcomp(ap_regex_t * preg, const char *pattern, int cflags) argument
147 if ((cflags & AP_REG_ICASE) != 0)
149 if ((cflags & AP_REG_NEWLINE) != 0)
151 if ((cflags & AP_REG_DOTALL) != 0)
H A Dutil.c279 int cflags)
282 int err = ap_regcomp(preg, pattern, cflags);
278 ap_pregcomp(apr_pool_t *p, const char *pattern, int cflags) argument

Completed in 18 milliseconds