| 2867 | } |
| 2868 | |
| 2869 | static apr_status_t proxy_address_cleanup(void *address) |
| 2870 | { |
| 2871 | proxy_address_dec(address); |
| 2872 | return APR_SUCCESS; |
| 2873 | } |
| 2874 | |
| 2875 | static APR_INLINE proxy_address *worker_address_get(proxy_worker *worker) |
| 2876 | { |
nothing calls this directly
no test coverage detected