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

/httpd/server/
H A Dutil_regex.c36 * substitute: s/rx/subs/
92 ret->subs = apr_pstrndup(pool, str, (endp-str));
145 char *subs; local
152 if (rx->subs) {
153 *newpattern = ap_pregsub(pool, rx->subs, pattern,
165 ret += ap_rxplus_exec(pool, rx, remainder, &subs);
168 diffsz += strlen(subs) - strlen(remainder);
169 remainder = subs;
172 subs = apr_palloc(pool, strlen(pattern) + 1 + diffsz);
173 memcpy(subs, patter
[all...]
/httpd/modules/filters/
H A Dmod_proxy_html.c211 char *subs; local
229 subs = ap_pregsub(ctx->f->r->pool, m->to, ctx->buf+offs,
231 s_to = strlen(subs);
238 "C/RX: match at %s, substituting %s", f, subs);
244 memcpy(ctx->buf+offs, subs, s_to);
247 memcpy(ctx->buf + offs, subs, s_to);
380 char *subs; local
499 subs = ap_pregsub(ctx->f->r->pool, m->to,
508 f, subs);
510 s_to = strlen(subs);
[all...]
/httpd/modules/metadata/
H A Dmod_headers.c134 const char *subs; member in struct:__anon254
402 s = hdr->subs;
433 const char *subs,
474 if (subs == NULL) {
481 new->subs = subs;
484 /* there's no subs, so envclause is really that argument */
488 envclause = subs;
570 const char *subs; local
584 subs
428 header_inout_cmd(cmd_parms *cmd, void *indirconf, const char *action, const char *hdr, const char *value, const char *subs, const char *envclause) argument
638 const char *subs; local
[all...]
/httpd/include/
H A Dap_regex.h191 const char *subs; member in struct:__anon10

Completed in 16 milliseconds