Home
last modified time | relevance | path

Searched refs:NX_POP3_CLIENT (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/addons/pop3/
Dnxd_pop3_client.h185 } NX_POP3_CLIENT; typedef
223 UINT nx_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, …
224 UINT nxd_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr,…
225 UINT nx_pop3_client_mail_items_get(NX_POP3_CLIENT *client_ptr, UINT *number_mail_items, ULONG *m…
226 UINT nx_pop3_client_mail_item_size_get(NX_POP3_CLIENT *client_ptr, UINT mail_item, ULONG *size);
227 UINT nx_pop3_client_mail_item_message_get(NX_POP3_CLIENT *client_ptr, NX_PACKET **recv_packet_pt…
228 UINT nx_pop3_client_mail_item_get(NX_POP3_CLIENT *client_ptr, UINT mail_item, ULONG *item_size);
229 UINT nx_pop3_client_mail_item_delete(NX_POP3_CLIENT *client_ptr, UINT mail_index);
230 UINT nx_pop3_client_quit(NX_POP3_CLIENT *client_ptr);
231 UINT nx_pop3_client_delete(NX_POP3_CLIENT *client_ptr);
[all …]
Dnxd_pop3_client.c117 UINT _nxe_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nxe_pop3_client_create()
214 UINT _nx_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nx_pop3_client_create()
299 UINT _nxde_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nxde_pop3_client_create()
387 UINT _nxd_pop3_client_create(NX_POP3_CLIENT *client_ptr, UINT APOP_authentication, NX_IP *ip_ptr, in _nxd_pop3_client_create()
408 memset(client_ptr, 0, sizeof(NX_POP3_CLIENT)); in _nxd_pop3_client_create()
485 UINT _nxe_pop3_client_delete(NX_POP3_CLIENT *client_ptr) in _nxe_pop3_client_delete()
549 UINT _nx_pop3_client_delete(NX_POP3_CLIENT *client_ptr) in _nx_pop3_client_delete()
567 memset(client_ptr, 0, sizeof(NX_POP3_CLIENT)); in _nx_pop3_client_delete()
617 UINT _nxe_pop3_client_mail_items_get(NX_POP3_CLIENT *client_ptr, UINT *number_mail_items, ULONG *ma… in _nxe_pop3_client_mail_items_get()
686 UINT _nx_pop3_client_mail_items_get(NX_POP3_CLIENT *client_ptr, UINT *number_mail_items, ULONG *mai… in _nx_pop3_client_mail_items_get()
[all …]
/NetX-Duo-v6.4.1/test/regression/pop3_test/
Dnetx_pop3_abnormal_packet_test.c25 static NX_POP3_CLIENT pop3_client;
Dnetx_pop3_mail_receive_test.c36 static NX_POP3_CLIENT pop3_client;
Dnetx_pop3_two_mails_received_test.c36 static NX_POP3_CLIENT pop3_client;
Dnetx_pop3_packet_with_endmarker_test.c37 static NX_POP3_CLIENT pop3_client;
/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_pop3_client.c25 NX_POP3_CLIENT demo_client;