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

/httpd/modules/filters/
H A Dmod_include.c162 const char *rexp; member in struct:__anon161
672 idx, re->rexp, r->filename);
965 const char *rexp)
970 compiled = ap_pregcomp(ctx->dpool, rexp, AP_REG_EXTENDED);
973 "unable to compile pattern \"%s\"", rexp);
982 re->rexp = apr_pstrdup(ctx->pool, rexp);
964 re_check(include_ctx_t *ctx, const char *string, const char *rexp) argument

Completed in 19 milliseconds