Searched refs:nx_web_http_client_head_secure_start (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_head_basic_test.c | 258 …status = nx_web_http_client_head_secure_start(&my_client, &server_ip_address, NX_WEB_HTTPS_SERVER_… in thread_client_entry()
|
| D | netx_https_api_test.c | 881 …status = nx_web_http_client_head_secure_start(&http_client, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, re… in nx_web_http_client_head_secure_start_test() 888 …status = nx_web_http_client_head_secure_start(NX_NULL, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, resourc… in nx_web_http_client_head_secure_start_test() 891 …status = nx_web_http_client_head_secure_start(&http_client, NX_NULL, NX_WEB_HTTPS_SERVER_PORT, res… in nx_web_http_client_head_secure_start_test() 894 …status = nx_web_http_client_head_secure_start(&http_client, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, NX… in nx_web_http_client_head_secure_start_test() 897 …status = nx_web_http_client_head_secure_start(&http_client, &ip_addr, NX_WEB_HTTPS_SERVER_PORT, re… in nx_web_http_client_head_secure_start_test()
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_client.h | 188 #define nx_web_http_client_head_secure_start _nx_web_http_client_head_secure_start macro 227 #define nx_web_http_client_head_secure_start _nxe_web_http_client_head_secure_start macro 353 UINT nx_web_http_client_head_secure_start(NX_WEB_HTTP_CLIENT *client_ptr, NXD_ADDRESS *serve…
|