Home
last modified time | relevance | path

Searched refs:_nx_web_http_client_send (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_request_in_multiple_packets_test.c82 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
281 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
295 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
309 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
323 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
337 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
Dnetx_web_multiple_sessions_test.c81 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
352 status = _nx_web_http_client_send(&my_client, my_packet, 1 * NX_IP_PERIODIC_RATE); in thread_client_entry()
370 status = _nx_web_http_client_send(&my_client_1, my_packet, 1 * NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_status_400_test.c86 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
319 status = _nx_web_http_client_send(&my_client, my_packet, 1 * NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_status_404_test.c79 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
307 status = _nx_web_http_client_send(&my_client, my_packet, 1 * NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_status_501_test.c82 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
314 status = _nx_web_http_client_send(&my_client, my_packet, 1 * NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_if_modified_since_test.c87 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
325 status = _nx_web_http_client_send(&my_client, my_packet, 1 * NX_IP_PERIODIC_RATE); in thread_client_entry()
Dnetx_web_multipart_fragment_test.c113 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
560 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
Dnetx_web_multipart_underflow_test.c113 extern UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…
560 status = _nx_web_http_client_send(&my_client, my_packet, NX_WAIT_FOREVER); in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c2690 status = _nx_web_http_client_send(client_ptr, packet_ptr, wait_option); in _nx_web_http_client_request_packet_send()
5941 status = _nx_web_http_client_send(client_ptr, packet_ptr, wait_option); in _nx_web_http_client_put_packet()
7934 status = _nx_web_http_client_send(client_ptr, packet_ptr, wait_option); in _nx_web_http_client_request_send()
8298 UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG wait_op… in _nx_web_http_client_send() function
Dnx_web_http_client.h642 UINT _nx_web_http_client_send(NX_WEB_HTTP_CLIENT *client_ptr, NX_PACKET *packet_ptr, ULONG w…