Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_pop3_client.c123 ULONG total_size, mail_item_size, bytes_retrieved; in demo_thread_entry() local
150 status = nx_pop3_client_mail_items_get(&demo_client, &number_mail_items, &total_size); in demo_thread_entry()
152 printf("Got %d mail items, total size%ld \n", number_mail_items, total_size); in demo_thread_entry()
/NetX-Duo-v6.2.1/test/regression/pop3_test/
Dnetx_pop3_mail_receive_test.c427 ULONG total_size, mail_item_size, bytes_retrieved; in client_thread_entry() local
449 status = nx_pop3_client_mail_items_get(&pop3_client, &number_mail_items, &total_size); in client_thread_entry()
Dnetx_pop3_two_mails_received_test.c527 ULONG total_size, mail_item_size, bytes_retrieved; in client_thread_entry() local
549 status = nx_pop3_client_mail_items_get(&pop3_client, &number_mail_items, &total_size); in client_thread_entry()
Dnetx_pop3_packet_with_endmarker_test.c516 ULONG total_size, mail_item_size, bytes_retrieved; in client_thread_entry() local
538 status = nx_pop3_client_mail_items_get(&pop3_client, &number_mail_items, &total_size); in client_thread_entry()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c8367 USHORT total_size; in _nx_mdns_probing_send() local
8384 total_size = (USHORT)(packet_ptr -> nx_packet_data_end - packet_ptr -> nx_packet_append_ptr); in _nx_mdns_probing_send()
8446 if (rr_size <= total_size) in _nx_mdns_probing_send()
8464 if (rr_size > total_size) in _nx_mdns_probing_send()
8470 total_size = (USHORT)(total_size - rr_size); in _nx_mdns_probing_send()