Searched refs:Curl_GetFTPResponse (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dftp.h35 CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
H A Dkrb5.c189 if(Curl_GetFTPResponse(&nread, conn, NULL))
264 if(Curl_GetFTPResponse(&nread, conn, NULL)) {
H A Dsecurity.c129 if(Curl_GetFTPResponse(&nread, conn, &ftp_code))
H A Dftp.c451 Curl_GetFTPResponse(&nread, conn, &ftpcode);
473 Curl_GetFTPResponse(&nread, conn, &ftpcode);
673 * Curl_GetFTPResponse() is a BLOCKING function to read the full response
678 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ function
3382 result = Curl_GetFTPResponse(&nread, conn, &ftpcode);
3502 result = Curl_GetFTPResponse(&nread, conn, &ftpcode);

Completed in 2694 milliseconds