Lines Matching defs:done
88 static CURLcode file_do(struct Curl_easy *data, bool *done);
91 static CURLcode file_connect(struct Curl_easy *data, bool *done);
106 file_done, /* done */
143 static CURLcode file_connect(struct Curl_easy *data, bool *done)
160 *done = TRUE;
240 file->freepath = real_path; /* free this when done */
248 *done = TRUE;
401 * the do-phase, to have it done in the main transfer loop but since some
406 static CURLcode file_do(struct Curl_easy *data, bool *done)
423 *done = TRUE; /* unconditionally */
444 *done = TRUE;