| 1932 | } |
| 1933 | |
| 1934 | static 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 | |
| 1940 | PROXY_DECLARE(const char *) ap_proxy_de_socketfy(apr_pool_t *p, const char *url) |
| 1941 | { |
nothing calls this directly
no test coverage detected