Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.h50 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp);
Dtransfer.c86 CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp) in Curl_fillreadbuffer() argument
117 *nreadp = 0; in Curl_fillreadbuffer()
137 *nreadp = 0; in Curl_fillreadbuffer()
143 *nreadp = 0; in Curl_fillreadbuffer()
230 *nreadp = nread; in Curl_fillreadbuffer()
Dftp.c678 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ in Curl_GetFTPResponse() argument
706 *nreadp=0; in Curl_GetFTPResponse()
772 *nreadp += nread; in Curl_GetFTPResponse()