Home
last modified time | relevance | path

Searched refs:nx_web_http_client_post_secure_start (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_api_test.c841 …status = nx_web_http_client_post_secure_start(&http_client, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, re… in nx_web_http_client_post_secure_start_test()
848 …status = nx_web_http_client_post_secure_start(NX_NULL, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, resourc… in nx_web_http_client_post_secure_start_test()
851 …status = nx_web_http_client_post_secure_start(&http_client, NX_NULL, NX_WEB_HTTPS_SERVER_PORT, res… in nx_web_http_client_post_secure_start_test()
854 …status = nx_web_http_client_post_secure_start(&http_client, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, NX… in nx_web_http_client_post_secure_start_test()
857 …status = nx_web_http_client_post_secure_start(&http_client, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, re… in nx_web_http_client_post_secure_start_test()
Dnetx_web_post_basic_test.c264 status = nx_web_http_client_post_secure_start(&my_client, &server_ip_address, in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.h186 #define nx_web_http_client_post_secure_start _nx_web_http_client_post_secure_start macro
225 #define nx_web_http_client_post_secure_start _nxe_web_http_client_post_secure_start macro
344 UINT nx_web_http_client_post_secure_start(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *serve…