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

/httpd/modules/metadata/
H A Dmod_version.c145 ap_regex_t *compiled; local
149 compiled = ap_pregcomp(pool, version_string, AP_REG_EXTENDED);
150 if (!compiled) {
163 rc = !ap_regexec(compiled, to_match, 0, NULL, 0);
165 ap_pregfree(pool, compiled);
/httpd/test/
H A Dmake_sni.sh376 TLS Extensions are compiled into openssl with the 'enable-tlsext' flag. Once you have
/httpd/modules/filters/
H A Dmod_include.c967 ap_regex_t *compiled; local
970 compiled = ap_pregcomp(ctx->dpool, rexp, AP_REG_EXTENDED);
971 if (!compiled) {
983 re->nsub = compiled->re_nsub;
984 re->have_match = !ap_regexec(compiled, string, AP_MAX_REG_MATCH,
987 ap_pregfree(ctx->dpool, compiled);

Completed in 23 milliseconds