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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpingpong.h63 long response_time; /* When no timeout is given, this is the amount of member in struct:pingpong
H A Dpingpong.c55 long response_time= (data->set.server_response_timeout)? local
56 data->set.server_response_timeout: pp->response_time;
63 /* Without a requested timeout, we only wait 'response_time' seconds for the
65 timeout_ms = response_time -
H A Dftp.c3152 pp->response_time = RESP_TIMEOUT; /* set default response time-out */
3328 long old_time = pp->response_time;
3330 pp->response_time = 60*1000; /* give it only a minute for now */
3335 pp->response_time = old_time; /* set this back to previous value */
H A Dimap.c1827 pp->response_time = RESP_TIMEOUT;
H A Dpop3.c1561 pp->response_time = RESP_TIMEOUT;
H A Dsmtp.c1598 pp->response_time = RESP_TIMEOUT;

Completed in 179 milliseconds