Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dftp.c145 static CURLcode ftp_readresp(struct Curl_easy *data,
550 static CURLcode ftp_readresp(struct Curl_easy *data, in ftp_readresp() function
659 * A caution here is that the ftp_readresp() function has a cache that may in Curl_GetFTPResponse()
662 * that cache. But also, if the cache is there, we call ftp_readresp() and in Curl_GetFTPResponse()
692 result = ftp_readresp(data, sockfd, pp, ftpcode, &nread); in Curl_GetFTPResponse()
2705 result = ftp_readresp(data, sock, pp, &ftpcode, &nread); in ftp_statemachine()

Completed in 5 milliseconds