Searched refs:current_timeout (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c2359 apr_interval_time_t current_timeout; local
2362 apr_socket_timeout_get(sock, &current_timeout);
2367 apr_socket_timeout_set(sock, current_timeout);
2746 apr_interval_time_t current_timeout; local
2799 apr_socket_timeout_get(conn->sock, &current_timeout);
2809 apr_socket_timeout_set(conn->sock, current_timeout);

Completed in 401 milliseconds