Searched refs:Curl_fillreadbuffer (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | transfer.h | 49 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp);
|
D | file.c | 360 result = Curl_fillreadbuffer(conn, BUFSIZE, &readcount); in file_upload()
|
D | transfer.c | 92 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp) in Curl_fillreadbuffer() function 869 result = Curl_fillreadbuffer(conn, BUFSIZE, &fillcount); in readwrite_upload()
|
D | smb.c | 606 result = Curl_fillreadbuffer(conn, nread, &nread); in smb_send_and_recv()
|
D | tftp.c | 762 result = Curl_fillreadbuffer(state->conn, state->blksize, &state->sbytes); in tftp_tx()
|