Home
last modified time | relevance | path

Searched refs:TUNNEL_COMPLETE (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dhttp_proxy.c110 if(conn->tunnel_state[sockindex] == TUNNEL_COMPLETE) in Curl_proxyCONNECT()
329 conn->tunnel_state[sockindex] = TUNNEL_COMPLETE; in Curl_proxyCONNECT()
424 conn->tunnel_state[sockindex] = TUNNEL_COMPLETE; in Curl_proxyCONNECT()
447 conn->tunnel_state[sockindex] = TUNNEL_COMPLETE; in Curl_proxyCONNECT()
539 (TUNNEL_COMPLETE == conn->tunnel_state[sockindex])) { in Curl_proxyCONNECT()
574 conn->tunnel_state[sockindex] = TUNNEL_COMPLETE; in Curl_proxyCONNECT()
Durldata.h1057 TUNNEL_COMPLETE /* CONNECT response received completely */ enumerator
Dmulti.c1211 if(data->easy_conn->tunnel_state[FIRSTSOCKET] == TUNNEL_COMPLETE) in multi_runsingle()
Dftp.c1897 if(conn->tunnel_state[SECONDARYSOCKET] != TUNNEL_COMPLETE) { in proxy_magic()
Durl.c3596 (conn->tunnel_state[FIRSTSOCKET] != TUNNEL_COMPLETE)) in Curl_protocol_connect()