Searched refs:Curl_GetFTPResponse (Results 1 - 4 of 4) sorted by relevance
/external/curl/lib/ |
H A D | ftp.h | 35 CURLcode Curl_GetFTPResponse(ssize_t *nread, struct connectdata *conn,
|
H A D | krb5.c | 189 if(Curl_GetFTPResponse(&nread, conn, NULL)) 264 if(Curl_GetFTPResponse(&nread, conn, NULL)) {
|
H A D | security.c | 129 if(Curl_GetFTPResponse(&nread, conn, &ftp_code))
|
H A D | ftp.c | 451 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 1087 milliseconds