Lines Matching defs:source
371 * input should be the string with the $-expressions, source should be the
383 const char *source, apr_size_t nmatch,
393 if (!source || nmatch>AP_MAX_REG_MATCH)
460 memcpy(dst, source + pmatch[no].rm_so, len);
474 const char *source, apr_size_t nmatch,
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,
2069 AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source,
2075 if (!source || !buflen) { /* be safe */
2080 s = (const unsigned char *)source;
2939 const char *source,
2944 return regsub_core(NULL, NULL, vb, input, source, nmatch, pmatch, maxlen);