Lines Matching defs:done
256 isn't done using the "normal" procedure. */
264 /* Back out the preallocation done above */
290 done later on, so we need to prevent CRLFs from becoming
348 /* mark the transfer as done */
355 /* mark this as done once this chunk is transferred */
445 DEBUGF(infof(data, "readwrite_data: we're done"));
465 int *didwhat, bool *done)
476 *done = FALSE;
520 /* if we receive 0 or less here, either the data transfer is done or the
533 result = Curl_xfer_write_resp(data, buf, blen, is_eos, done);
534 if(result || *done)
537 /* if we are done, we stop receiving. On multiplexed connections,
561 infof(data, "we are done reading and this is set to close, stop send");
575 k->keepon &= ~KEEP_SEND; /* we're done writing */
686 nread = 0; /* we're done uploading/reading */
869 bool *done)
915 result = conn->datastream(data, conn, &didwhat, done, select_bits);
916 if(result || *done)
925 result = readwrite_data(data, k, &didwhat, done);
926 if(result || *done)
1027 /* Now update the "done" boolean we return */
1028 *done = (0 == (k->keepon&(KEEP_RECVBITS|KEEP_SENDBITS))) ? TRUE : FALSE;
1385 but now we're done so we can get out! */
1542 done using it before, but that was closed when we wanted to read from
1684 bool is_eos, bool *done)
1691 result = data->conn->handler->write_resp(data, buf, blen, is_eos, done);
1713 /* If we wrote the EOS, we are definitely done */