Searched refs:Curl_pop3_write (Results 1 – 3 of 3) sorted by relevance
93 CURLcode Curl_pop3_write(struct connectdata *conn, char *str, size_t nread);
923 result = Curl_pop3_write(conn, pp->cache, pp->cache_size); in pop3_state_command_resp()1429 CURLcode Curl_pop3_write(struct connectdata *conn, char *str, size_t nread) in Curl_pop3_write() function
933 result = Curl_pop3_write(conn, k->str, nread); in readwrite_data()