Searched refs:NX_POP3_END_OF_MESSAGE (Results 1 – 2 of 2) sorted by relevance
1564 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()
99 #define NX_POP3_END_OF_MESSAGE "\r\n.\r\n" macro