Searched refs:nx_web_http_client_is_https (Results 1 – 2 of 2) sorted by relevance
373 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()
147 …UINT nx_web_http_client_is_https; /* If using TLS for HTTPS, set… member