Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_pop3_client.c | 123 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/ |
| D | netx_pop3_mail_receive_test.c | 427 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()
|
| D | netx_pop3_two_mails_received_test.c | 527 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()
|
| D | netx_pop3_packet_with_endmarker_test.c | 516 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/ |
| D | nxd_mdns.c | 8367 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()
|