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

Function proxy_translate_name

modules/proxy/mod_proxy.c:1054–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054static int proxy_translate_name(request_rec *r)
1055{
1056 return proxy_trans(r, 0);
1057}
1058
1059static int proxy_walk(request_rec *r)
1060{

Callers

nothing calls this directly

Calls 1

proxy_transFunction · 0.85

Tested by

no test coverage detected