Lines Matching defs:done
120 failf(data, "%s cannot be done over CONNECT", cf->conn->handler->scheme);
178 data->state.authproxy.done = TRUE;
253 bool *done)
262 goto out; /* we are done */
282 *done = (!result && (ts->nsent >= request_len));
365 bool *done)
378 *done = FALSE;
423 and make sure to break out of the loop when we're done! */
441 /* we're done reading chunks! */
523 *done = (ts->keepon == KEEPON_DONE);
524 if(!result && *done && data->info.httpproxycode/100 != 2) {
790 bool *done)
815 *done = (result == CURLE_OK);
828 bool *done)
835 *done = FALSE;
836 result = Curl_hyper_stream(data, cf->conn, &didwhat, done,
838 if(result || !*done)
863 bool done;
893 result = send_CONNECT(cf, data, ts, &done);
894 if(result || !done)
902 result = recv_CONNECT_resp(cf, data, ts, &done);
908 if(result || !done)
931 result = Curl_conn_cf_connect(cf->next, data, FALSE, &done);
971 bool blocking, bool *done)
977 *done = TRUE;
982 result = cf->next->cft->do_connect(cf->next, data, blocking, done);
983 if(result || !*done)
986 *done = FALSE;
1003 *done = (result == CURLE_OK) && tunnel_is_established(cf->ctx);
1004 if(*done) {