Home
last modified time | relevance | path

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

/external/curl/lib/
Dpingpong.h126 CURLcode Curl_pp_readresp(curl_socket_t sockfd,
Dpingpong.c264 CURLcode Curl_pp_readresp(curl_socket_t sockfd, in Curl_pp_readresp() function
Dpop3.c985 result = Curl_pp_readresp(sock, pp, &pop3code, &nread); in pop3_statemach_act()
Dsmtp.c1013 result = Curl_pp_readresp(sock, pp, &smtpcode, &nread); in smtp_statemach_act()
Dimap.c1292 result = Curl_pp_readresp(sock, pp, &imapcode, &nread); in imap_statemach_act()
Dftp.c616 result = Curl_pp_readresp(sockfd, pp, &code, size); in ftp_readresp()