• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/

Lines Matching refs:done

99 static CURLcode https_connecting(struct connectdata *conn, bool *done);
114 Curl_http_done, /* done */
138 Curl_http_done, /* done */
394 /* rewind data when completely done sending! */
481 (!data->state.authhost.done) &&
484 authentication is not "done" yet and
492 data->state.authhost.done = TRUE;
537 authstatus->done = TRUE;
583 /* NOTE: this function should set 'done' TRUE, as the other auth
585 authstatus->done = TRUE;
593 authstatus->multi = (!authstatus->done) ? TRUE : FALSE;
605 * done.
636 authhost->done = TRUE;
637 authproxy->done = TRUE;
665 /* we have no proxy so let's pretend we're done authenticating
667 authproxy->done = TRUE;
679 authhost->done = TRUE;
919 ** particular stage, and we've done it, we're OK. But, if
1301 CURLcode Curl_http_connect(struct connectdata *conn, bool *done)
1329 /* nothing else to do except wait right now - we're not done here. */
1337 result = https_connecting(conn, done);
1346 *done = TRUE;
1350 *done = TRUE;
1370 static CURLcode https_connecting(struct connectdata *conn, bool *done)
1376 result = Curl_ssl_connect_nonblocking(conn, FIRSTSOCKET, done);
1662 CURLcode Curl_http(struct connectdata *conn, bool *done)
1682 /* Always consider the DO phase done after this function call, even if there
1685 *done = TRUE;
2587 data->req.keepon &= ~KEEP_SEND; /* we're done writing */
2907 * The check for close above is done simply because of something
3218 conn->bits.close = FALSE; /* don't close when done */
3229 conn->bits.close = TRUE; /* close when done */
3240 conn->bits.close = FALSE; /* don't close when done */
3250 conn->bits.close = TRUE; /* close when done */