Lines Matching refs:done
85 static CURLcode file_do(struct connectdata *, bool *done);
88 static CURLcode file_connect(struct connectdata *conn, bool *done);
101 file_done, /* done */
187 static CURLcode file_connect(struct connectdata *conn, bool *done)
244 file->freepath = real_path; /* free this when done */
252 *done = TRUE;
412 * the do-phase, to have it done in the main transfer loop but since some
417 static CURLcode file_do(struct connectdata *conn, bool *done)
438 *done = TRUE; /* unconditionally */
462 *done = TRUE;