Searched defs:substitute (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dsed1.c64 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
601 * substitute
603 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc, function
918 i = substitute(eval, ipc, step_vars);
H A Dmod_substitute.c701 AP_DECLARE_MODULE(substitute) = { variable
/httpd/modules/core/
H A Dmod_macro.c335 static char *substitute(char *buf, function
355 "substitute(%s,%s,%s,%d,sh=%d,lbuf=%d,lrepl=%d,lsubs=%d)\n",
360 return "cannot substitute, buffer size too small";
410 substitute macro arguments by replacements in buf of bufsize.
432 const char *errmsg = substitute(ptr, buf - ptr + bufsize,

Completed in 18 milliseconds