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

Function add_pass_regex

modules/proxy/mod_proxy.c:2181–2185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2179}
2180
2181static const char *
2182 add_pass_regex(cmd_parms *cmd, void *dummy, const char *arg)
2183{
2184 return add_pass(cmd, dummy, arg, 1);
2185}
2186
2187
2188static const char * add_pass_reverse(cmd_parms *cmd, void *dconf, const char *f,

Callers

nothing calls this directly

Calls 1

add_passFunction · 0.85

Tested by

no test coverage detected