MCPcopy Create free account
hub / github.com/apache/httpd / ap_varbuf_regsub

Function ap_varbuf_regsub

server/util.c:3123–3131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3121}
3122
3123AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb,
3124 const char *input,
3125 const char *source,
3126 apr_size_t nmatch,
3127 ap_regmatch_t pmatch[],
3128 apr_size_t maxlen)
3129{
3130 return regsub_core(NULL, NULL, vb, input, source, nmatch, pmatch, maxlen);
3131}
3132
3133static const char * const oom_message = "[crit] Memory allocation failed, "
3134 "aborting process." APR_EOL_STR;

Callers 3

dump_contentFunction · 0.85
pstartElementFunction · 0.85
do_pattmatchFunction · 0.85

Calls 1

regsub_coreFunction · 0.85

Tested by

no test coverage detected