Home
last modified time | relevance | path

Searched refs:nreadp (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dtransfer.h49 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp);
Dtransfer.c92 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp) in Curl_fillreadbuffer() argument
123 *nreadp = 0; in Curl_fillreadbuffer()
143 *nreadp = 0; in Curl_fillreadbuffer()
149 *nreadp = 0; in Curl_fillreadbuffer()
236 *nreadp = nread; in Curl_fillreadbuffer()
Dftp.c667 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ in Curl_GetFTPResponse() argument
695 *nreadp=0; in Curl_GetFTPResponse()
761 *nreadp += nread; in Curl_GetFTPResponse()