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

/macosx-10.10.1/apache-793/httpd/include/
H A Dap_expr.h119 ap_regmatch_t *re_pmatch; member in struct:__anon5789
120 /** size of the vector pointed to by re_pmatch */
122 /** the string corresponding to the re_pmatch */
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_expr_eval.c167 if (!ctx->re_pmatch || !ctx->re_source || *ctx->re_source == '\0' ||
171 len = ctx->re_pmatch[n].rm_eo - ctx->re_pmatch[n].rm_so;
175 return apr_pstrndup(ctx->p, *ctx->re_source + ctx->re_pmatch[n].rm_so, len);
276 ctx->re_pmatch, 0));
804 if (ctx->re_pmatch) {
865 ctx.re_pmatch = pmatch;
872 ctx.re_pmatch = tmp_pmatch;
909 ctx.re_pmatch = pmatch;
917 ctx.re_pmatch
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_include.c1628 eval_ctx->re_pmatch = re->match;

Completed in 180 milliseconds