Lines Matching refs:CURLcode
85 static CURLcode file_do(struct connectdata *, bool *done);
86 static CURLcode file_done(struct connectdata *conn,
87 CURLcode status, bool premature);
88 static CURLcode file_connect(struct connectdata *conn, bool *done);
89 static CURLcode file_disconnect(struct connectdata *conn,
91 static CURLcode file_setup_connection(struct connectdata *conn);
119 static CURLcode file_setup_connection(struct connectdata *conn) in file_setup_connection()
134 static CURLcode file_connect(struct connectdata *conn, bool *done) in file_connect()
146 CURLcode result = Curl_urldecode(data, data->state.up.path, 0, &real_path, in file_connect()
209 static CURLcode file_done(struct connectdata *conn, in file_done()
210 CURLcode status, bool premature) in file_done()
227 static CURLcode file_disconnect(struct connectdata *conn, in file_disconnect()
250 static CURLcode file_upload(struct connectdata *conn) in file_upload()
256 CURLcode result = CURLE_OK; in file_upload()
367 static CURLcode file_do(struct connectdata *conn, bool *done) in file_do()
374 CURLcode result = CURLE_OK; in file_do()