Lines Matching defs:input
371 * input should be the string with the $-expressions, source should be the
382 struct ap_varbuf *vb, const char *input,
386 const char *src = input;
445 src = input;
473 AP_DECLARE(char *) ap_pregsub(apr_pool_t *p, const char *input,
478 apr_status_t rc = regsub_core(p, &result, NULL, input, source, nmatch,
486 const char *input, const char *source,
490 apr_status_t rc = regsub_core(p, result, NULL, input, source, nmatch,
2020 /* Compute the length of the input string, including NULL */
2362 * Look through the input string, jogging the length of the output
2384 * Now copy the input string to the output string, inserting a slosh
2938 const char *input,
2944 return regsub_core(NULL, NULL, vb, input, source, nmatch, pmatch, maxlen);