Home
last modified time | relevance | path

Searched refs:nx_web_http_client_is_https (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c373 if (client_ptr->nx_web_http_client_is_https) in _nx_web_http_client_delete()
6978 client_ptr -> nx_web_http_client_is_https = NX_TRUE; in _nx_web_http_client_secure_connect()
8103 if(client_ptr->nx_web_http_client_is_https) in _nx_web_http_client_request_packet_allocate()
8305 if(client_ptr -> nx_web_http_client_is_https) in _nx_web_http_client_send()
8372 if(client_ptr -> nx_web_http_client_is_https) in _nx_web_http_client_receive()
8437 if(client_ptr -> nx_web_http_client_is_https) in _nx_web_http_client_error_exit()
Dnx_web_http_client.h147 …UINT nx_web_http_client_is_https; /* If using TLS for HTTPS, set… member