Searched defs:substitute (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/filters/ |
H A D | sed1.c | 64 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 D | mod_substitute.c | 701 AP_DECLARE_MODULE(substitute) = { variable
|
/httpd/modules/core/ |
H A D | mod_macro.c | 335 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