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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dpingpong.h56 long response_time; /* When no timeout is given, this is the amount of member in struct:pingpong
H A Dpingpong.c54 long response_time= (data->set.server_response_timeout)? local
55 data->set.server_response_timeout: pp->response_time;
62 /* Without a requested timeout, we only wait 'response_time' seconds for the
64 timeout_ms = response_time -
H A Dsmtp.c1262 pp->response_time = RESP_TIMEOUT; /* set default response time-out */
1305 pp->response_time = RESP_TIMEOUT; /* set default response time-out */
H A Dftp.c2997 pp->response_time = RESP_TIMEOUT; /* set default response time-out */
3202 long old_time = pp->response_time;
3204 pp->response_time = 60*1000; /* give it only a minute for now */
3209 pp->response_time = old_time; /* set this back to previous value */
H A Dimap.c713 pp->response_time = RESP_TIMEOUT; /* set default response time-out */
H A Dpop3.c653 pp->response_time = RESP_TIMEOUT; /* set default response time-out */

Completed in 132 milliseconds