Home
last modified time | relevance | path

Searched refs:uri_path (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.h267 UCHAR *uri_path, UINT uri_path_length,
272 UCHAR *uri_path, UINT uri_path_length,
293 UCHAR *uri_path, UINT uri_path_length,
297 UCHAR *uri_path, UINT uri_path_length,
302 UCHAR *uri_path, UINT uri_path_length,
306 UCHAR *uri_path, UINT uri_path_length,
325 UCHAR *uri_path, UINT uri_path_length,
Dnx_websocket_client.c353 UCHAR *uri_path, UINT uri_path_length, in _nxe_websocket_client_connect() argument
364 (uri_path == NX_NULL) || (uri_path_length == 0) || in _nxe_websocket_client_connect()
371 …status = _nx_websocket_client_connect(client_ptr, socket_ptr, host, host_length, uri_path, uri_pat… in _nxe_websocket_client_connect()
531 UCHAR *uri_path, UINT uri_path_length, in _nx_websocket_client_connect_internal() argument
611 …status += nx_packet_data_append(packet_ptr, uri_path, uri_path_length, client_ptr -> nx_websocket_… in _nx_websocket_client_connect_internal()
758 UCHAR *uri_path, UINT uri_path_length, in _nxe_websocket_client_secure_connect() argument
769 (uri_path == NX_NULL) || (uri_path_length == 0) || in _nxe_websocket_client_secure_connect()
776 …ocket_client_secure_connect(client_ptr, tls_session, host, host_length, uri_path, uri_path_length,… in _nxe_websocket_client_secure_connect()
831 UCHAR *uri_path, UINT uri_path_length, in _nx_websocket_client_secure_connect() argument
868 …status = _nx_websocket_client_connect_internal(client_ptr, host, host_length, uri_path, uri_path_l… in _nx_websocket_client_secure_connect()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.h475 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le…
551 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le…
552 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le…
Dnxd_mqtt_client.c6483 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le… in _nxd_mqtt_client_websocket_set() argument
6498 client_ptr -> nxd_mqtt_client_websocket_uri_path = uri_path; in _nxd_mqtt_client_websocket_set()
6561 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le… in _nxde_mqtt_client_websocket_set() argument
6566 (uri_path == NX_NULL) || (uri_path_length == 0)) in _nxde_mqtt_client_websocket_set()
6571 … return(_nxd_mqtt_client_websocket_set(client_ptr, host, host_length, uri_path, uri_path_length)); in _nxde_mqtt_client_websocket_set()