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

/httpd/modules/proxy/
H A Dproxy_util.c2529 apr_interval_time_t current_timeout; local
2532 apr_socket_timeout_get(sock, &current_timeout);
2537 apr_socket_timeout_set(sock, current_timeout);
2972 apr_interval_time_t current_timeout; local
3025 apr_socket_timeout_get(conn->sock, &current_timeout);
3035 apr_socket_timeout_set(conn->sock, current_timeout);

Completed in 16 milliseconds