Lines Matching defs:done
486 * For the non-blocking I/O case, this function will set `*done` to true
488 * `*done*`.
494 bool *done)
524 /* Read/write data until the handshake is done or the socket would block. */
537 *done = TRUE;
574 *done = FALSE;
610 the handshake is done or because we can't read/write without blocking. */
616 struct Curl_easy *data, bool *done)
618 return cr_connect_common(cf, data, false, done);
625 bool done; /* unused */
626 return cr_connect_common(cf, data, true, &done);