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

Function add_pass_noregex

modules/proxy/mod_proxy.c:2175–2179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2173}
2174
2175static const char *
2176 add_pass_noregex(cmd_parms *cmd, void *dummy, const char *arg)
2177{
2178 return add_pass(cmd, dummy, arg, 0);
2179}
2180
2181static const char *
2182 add_pass_regex(cmd_parms *cmd, void *dummy, const char *arg)

Callers

nothing calls this directly

Calls 1

add_passFunction · 0.85

Tested by

no test coverage detected