Home | History | Annotate | Download | only in lib

Lines Matching refs:CURLcode

88 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp)
200 CURLcode result;
224 CURLcode result;
243 CURLcode Curl_readrewind(struct connectdata *conn)
388 static CURLcode readwrite_data(struct Curl_easy *data,
393 CURLcode result = CURLE_OK;
819 static CURLcode done_sending(struct connectdata *conn,
825 CURLcode result = Curl_readrewind(conn);
836 static CURLcode readwrite_upload(struct Curl_easy *data,
843 CURLcode result;
1033 CURLcode Curl_readwrite(struct connectdata *conn,
1038 CURLcode result;
1319 CURLcode Curl_pretransfer(struct Curl_easy *data)
1321 CURLcode result;
1406 CURLcode Curl_posttransfer(struct Curl_easy *data)
1663 CURLcode Curl_follow(struct Curl_easy *data,
1864 CURLcode Curl_retry_request(struct connectdata *conn,