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

Function add_proxy_regex

modules/proxy/mod_proxy.c:1934–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1932}
1933
1934static const char *add_proxy_regex(cmd_parms *cmd, void *dummy, const char *f1,
1935 const char *r1, const char *creds)
1936{
1937 return add_proxy(cmd, dummy, f1, r1, creds, 1);
1938}
1939
1940PROXY_DECLARE(const char *) ap_proxy_de_socketfy(apr_pool_t *p, const char *url)
1941{

Callers

nothing calls this directly

Calls 1

add_proxyFunction · 0.85

Tested by

no test coverage detected