Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c1564 if (*bytes_retrieved > (sizeof(NX_POP3_END_OF_MESSAGE) - 1)) in _nx_pop3_client_mail_item_message_get()
1568 index = *bytes_retrieved - (sizeof(NX_POP3_END_OF_MESSAGE) - 1); in _nx_pop3_client_mail_item_message_get()
1571 …if (memcmp((buffer_ptr + index), NX_POP3_END_OF_MESSAGE, (sizeof(NX_POP3_END_OF_MESSAGE) - 1)) == … in _nx_pop3_client_mail_item_message_get()
1585 …cmp((*recv_packet_ptr) -> nx_packet_prepend_ptr, NX_POP3_END_OF_MESSAGE, (sizeof(NX_POP3_END_OF_ME… in _nx_pop3_client_mail_item_message_get()
Dnxd_pop3_client.h99 #define NX_POP3_END_OF_MESSAGE "\r\n.\r\n" macro