Home
last modified time | relevance | path

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

/external/curl/lib/
Dpingpong.h127 CURLcode Curl_pp_readresp(curl_socket_t sockfd,
Dpingpong.c273 CURLcode Curl_pp_readresp(curl_socket_t sockfd, in Curl_pp_readresp() function
Dpop3.c961 result = Curl_pp_readresp(sock, pp, &pop3code, &nread); in pop3_statemach_act()
Dsmtp.c1010 result = Curl_pp_readresp(sock, pp, &smtpcode, &nread); in smtp_statemach_act()
Dimap.c1280 result = Curl_pp_readresp(sock, pp, &imapcode, &nread); in imap_statemach_act()
Dftp.c571 result = Curl_pp_readresp(sockfd, pp, &code, size); in ftp_readresp()