Home
last modified time | relevance | path

Searched refs:POP3_EOB (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dpop3.h88 #define POP3_EOB "\x0d\x0a\x2e\x0d\x0a" macro
Dpop3.c1575 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, in Curl_pop3_write()
1591 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, 2); in Curl_pop3_write()