Lines Matching defs:done
207 bool done = FALSE;
234 data->state.authproxy.done) {
235 done = TRUE;
239 result = Curl_http_firstwrite(data, data->conn, &done);
240 if(result || done) {
338 bool *done,
382 *done = FALSE;
397 infof(data, "hyperstream is done (by early callback)");
425 *done = TRUE;
434 *done = TRUE;
435 infof(data, "hyperstream is done");
728 /* done! */
865 CURLcode Curl_http(struct Curl_easy *data, bool *done)
884 /* Always consider the DO phase done after this function call, even if there
887 *done = TRUE;