Lines Matching refs:done
171 data->state.authproxy.done = TRUE; in h1_tunnel_go_state()
255 bool *done) in send_CONNECT() argument
284 *done = (!result && (ts->nsent >= request_len)); in send_CONNECT()
367 bool *done) in recv_CONNECT_resp() argument
379 *done = FALSE; in recv_CONNECT_resp()
523 *done = (ts->keepon == KEEPON_DONE); in recv_CONNECT_resp()
524 if(!result && *done && data->info.httpproxycode/100 != 2) { in recv_CONNECT_resp()
796 bool *done) in send_CONNECT() argument
821 *done = (result == CURLE_OK); in send_CONNECT()
834 bool *done) in recv_CONNECT_resp() argument
843 *done = data->req.done; in recv_CONNECT_resp()
844 if(result || !*done) in recv_CONNECT_resp()
869 bool done; in H1_CONNECT() local
899 result = send_CONNECT(cf, data, ts, &done); in H1_CONNECT()
900 if(result || !done) in H1_CONNECT()
908 result = recv_CONNECT_resp(cf, data, ts, &done); in H1_CONNECT()
914 if(result || !done) in H1_CONNECT()
938 result = Curl_conn_cf_connect(cf->next, data, FALSE, &done); in H1_CONNECT()
978 bool blocking, bool *done) in cf_h1_proxy_connect() argument
984 *done = TRUE; in cf_h1_proxy_connect()
989 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in cf_h1_proxy_connect()
990 if(result || !*done) in cf_h1_proxy_connect()
993 *done = FALSE; in cf_h1_proxy_connect()
1010 *done = (result == CURLE_OK) && tunnel_is_established(cf->ctx); in cf_h1_proxy_connect()
1011 if(*done) { in cf_h1_proxy_connect()