Home
last modified time | relevance | path

Searched refs:Curl_pp_readresp (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Dpingpong.h136 CURLcode Curl_pp_readresp(struct Curl_easy *data,
Dpingpong.c267 CURLcode Curl_pp_readresp(struct Curl_easy *data, in Curl_pp_readresp() function
Dpop3.c971 result = Curl_pp_readresp(data, sock, pp, &pop3code, &nread); in pop3_statemachine()
Dsmtp.c1193 result = Curl_pp_readresp(data, sock, pp, &smtpcode, &nread); in smtp_statemachine()
Dimap.c1294 result = Curl_pp_readresp(data, sock, pp, &imapcode, &nread); in imap_statemachine()
Dftp.c556 CURLcode result = Curl_pp_readresp(data, sockfd, pp, &code, size); in ftp_readresp()