Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_chunked_request_additional_test.c246 UINT chunk_size = 0, more_data = NX_FALSE; in thread_client_entry() local
342 more_data = NX_FALSE; in thread_client_entry()
346 more_data = NX_TRUE; in thread_client_entry()
359 …status = nx_web_http_client_request_packet_send(&my_client, send_packet, more_data, 1 * NX_IP_PERI… in thread_client_entry()
427 more_data = NX_FALSE; in thread_client_entry()
431 more_data = NX_TRUE; in thread_client_entry()
449 …status = nx_web_http_client_request_packet_send(&my_client, send_packet, more_data, 1 * NX_IP_PERI… in thread_client_entry()
465 …status = nx_web_http_client_request_packet_send(&my_client, send_packet, more_data, 1 * NX_IP_PERI… in thread_client_entry()
Dnetx_web_chunked_request_test.c246 UINT chunk_size = 0, more_data = NX_FALSE; in thread_client_entry() local
335 more_data = NX_FALSE; in thread_client_entry()
339 more_data = NX_TRUE; in thread_client_entry()
352 …status = nx_web_http_client_request_packet_send(&my_client, send_packet, more_data, 1 * NX_IP_PERI… in thread_client_entry()
420 more_data = NX_FALSE; in thread_client_entry()
424 more_data = NX_TRUE; in thread_client_entry()
437 …status = nx_web_http_client_request_packet_send(&my_client, send_packet, more_data, 1 * NX_IP_PERI… in thread_client_entry()
Dnetx_web_server_chunked_content_process_test.c250 UINT more_data; in thread_client_entry() local
344 more_data = NX_TRUE; in thread_client_entry()
348 more_data = NX_FALSE; in thread_client_entry()
363 …status = nx_web_http_client_request_packet_send(&my_client, send_packet, more_data, 1 * NX_IP_PERI… in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.h316 …packet_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT more_data, ULONG wait_opti…
523 …packet_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT more_data, ULONG wait_opti…
524 …packet_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT more_data, ULONG wait_opti…
Dnx_web_http_client.c2593 …packet_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT more_data, ULONG wait_opti… in _nxe_web_http_client_request_packet_send() argument
2604 … status = _nx_web_http_client_request_packet_send(client_ptr, packet_ptr, more_data, wait_option); in _nxe_web_http_client_request_packet_send()
2658 …packet_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT more_data, ULONG wait_opti… in _nx_web_http_client_request_packet_send() argument
2681 if (!more_data) in _nx_web_http_client_request_packet_send()