Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c783 status = NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_mail_items_get()
1067 status = NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_mail_item_size_get()
1402 return NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_mail_item_get()
1836 status = NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_mail_item_delete()
2046 status = NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_quit()
2729 status = NX_POP3_SERVER_ERROR_STATUS; in _nxd_pop3_client_connect()
2752 else if (status != NX_POP3_SERVER_ERROR_STATUS) in _nxd_pop3_client_connect()
2987 status = NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_apop()
3167 status = NX_POP3_SERVER_ERROR_STATUS; in _nx_pop3_client_user_pass()
Dnxd_pop3_client.h72 #define NX_POP3_SERVER_ERROR_STATUS (NX_POP3_CLIENT_ERROR_CONSTANT | 0x4) /* Server reply … macro