Home
last modified time | relevance | path

Searched refs:reply_ms (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dcf-https-connect.c57 int reply_ms; member
70 b->reply_ms = -1; in cf_hc_baller_reset()
86 if(b->reply_ms < 0) in cf_hc_baller_reply_ms()
88 &b->reply_ms, NULL); in cf_hc_baller_reply_ms()
89 return b->reply_ms; in cf_hc_baller_reply_ms()
Dconnect.c1000 int reply_ms = -1; in cf_he_query() local
1010 if(breply_ms >= 0 && (reply_ms < 0 || breply_ms < reply_ms)) in cf_he_query()
1011 reply_ms = breply_ms; in cf_he_query()
1014 *pres1 = reply_ms; in cf_he_query()