Searched refs:cflags (Results 1 - 5 of 5) sorted by relevance
/httpd/server/ |
H A D | util_pcre.c | 135 * 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 D | util.c | 279 int cflags) 282 int err = ap_regcomp(preg, pattern, cflags); 278 ap_pregcomp(apr_pool_t *p, const char *pattern, int cflags) argument
|
/httpd/include/ |
H A D | ap_regex.h | 124 * @param cflags Bitwise OR of AP_REG_* flags (ICASE and NEWLINE supported, 128 AP_DECLARE(int) ap_regcomp(ap_regex_t *preg, const char *regex, int cflags);
|
H A D | httpd.h | 1931 * @param cflags The bitwise or of one or more of the following: 1940 int cflags);
|
/httpd/support/ |
H A D | apxs.in | 419 my $cflags = "$CFG_CFLAGS"; 431 push(@cmds, "$libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $apr_includedir $apu_includedir $opt -c -o $lo $s && touch $slo"); 456 my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;
|
Completed in 2357 milliseconds