Lines Matching refs:CURLcode
84 static CURLcode file_do(struct connectdata *, bool *done);
85 static CURLcode file_done(struct connectdata *conn,
86 CURLcode status, bool premature);
87 static CURLcode file_connect(struct connectdata *conn, bool *done);
88 static CURLcode file_disconnect(struct connectdata *conn,
90 static CURLcode file_setup_connection(struct connectdata *conn);
118 static CURLcode file_setup_connection(struct connectdata *conn) in file_setup_connection()
133 static CURLcode file_range(struct connectdata *conn) in file_range()
192 static CURLcode file_connect(struct connectdata *conn, bool *done) in file_connect()
204 CURLcode result = Curl_urldecode(data, data->state.path, 0, &real_path, in file_connect()
267 static CURLcode file_done(struct connectdata *conn, in file_done()
268 CURLcode status, bool premature) in file_done()
285 static CURLcode file_disconnect(struct connectdata *conn, in file_disconnect()
308 static CURLcode file_upload(struct connectdata *conn) in file_upload()
314 CURLcode result = CURLE_OK; in file_upload()
425 static CURLcode file_do(struct connectdata *conn, bool *done) in file_do()
432 CURLcode result = CURLE_OK; in file_do()