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

/httpd/modules/arch/win32/
H A Dmod_win32.c275 char *repl = apr_pstrdup(p, cgiprg); local
276 *arg = repl;
277 while ((repl = strchr(repl, '/'))) {
278 *repl++ = '\\';
293 char *repl = apr_pstrdup(p, cgiprg); local
294 *arg = repl;
295 while ((repl = strchr(repl, '/'))) {
296 *repl
[all...]
/httpd/modules/filters/
H A Dmod_substitute.c152 const char *repl; local
159 while ((repl = apr_strmatch(script->pattern, buff, bytes)))
163 len = (apr_size_t) (repl - buff);
239 char *repl; local
268 rv = ap_pregsub_ex(pool, &repl,
274 repl_len = strlen(repl);
278 tmp_b = apr_bucket_transient_create(repl, repl_len,
/httpd/modules/metadata/
H A Dmod_headers.c684 const char *repl = process_regexp(ed->hdr, val, ed->r); local
685 if (repl == NULL)
688 apr_table_addn(ed->t, key, repl);
817 const char *repl = process_regexp(hdr, r->content_type, r); local
818 if (repl == NULL)
820 ap_set_content_type(r, repl);
/httpd/server/
H A Dutil_expr_eval.c1157 const char *repl; local
1177 while ((repl = apr_strmatch(pattern, buff, bytes))) {
1178 len = (apr_size_t) (repl - buff);

Completed in 29 milliseconds