Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_post_long_message_test.c184 status = nx_web_http_client_post_start(&my_client, &server_ip_address, in thread_client_entry()
Dnetx_web_post_basic_test.c251 status = nx_web_http_client_post_start(&my_client, &server_ip_address, in thread_client_entry()
Dnetx_https_api_test.c646 …status = nx_web_http_client_post_start(&http_client, &ip_addr, NX_WEB_HTTP_SERVER_PORT, resource, … in nx_web_http_client_post_start_test()
653 …status = nx_web_http_client_post_start(NX_NULL, &ip_addr, NX_WEB_HTTP_SERVER_PORT, resource, "www.… in nx_web_http_client_post_start_test()
656 …status = nx_web_http_client_post_start(&http_client, NX_NULL, NX_WEB_HTTP_SERVER_PORT, resource, "… in nx_web_http_client_post_start_test()
659 …status = nx_web_http_client_post_start(&http_client, &ip_addr, NX_WEB_HTTP_SERVER_PORT, NX_NULL, "… in nx_web_http_client_post_start_test()
Dnetx_web_server_content_process_test.c260 status = nx_web_http_client_post_start(&my_client, &server_ip_address, in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.h176 #define nx_web_http_client_post_start _nx_web_http_client_post_start macro
215 #define nx_web_http_client_post_start _nxe_web_http_client_post_start macro
265 UINT nx_web_http_client_post_start(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *server_ip, U…