Searched refs:uri_path (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/websocket/ |
| D | nx_websocket_client.h | 266 UCHAR *uri_path, UINT uri_path_length, 271 UCHAR *uri_path, UINT uri_path_length, 292 UCHAR *uri_path, UINT uri_path_length, 296 UCHAR *uri_path, UINT uri_path_length, 301 UCHAR *uri_path, UINT uri_path_length, 305 UCHAR *uri_path, UINT uri_path_length, 324 UCHAR *uri_path, UINT uri_path_length,
|
| D | nx_websocket_client.c | 352 UCHAR *uri_path, UINT uri_path_length, in _nxe_websocket_client_connect() argument 363 (uri_path == NX_NULL) || (uri_path_length == 0) || in _nxe_websocket_client_connect() 370 …status = _nx_websocket_client_connect(client_ptr, socket_ptr, host, host_length, uri_path, uri_pat… in _nxe_websocket_client_connect() 530 UCHAR *uri_path, UINT uri_path_length, in _nx_websocket_client_connect_internal() argument 610 …status += nx_packet_data_append(packet_ptr, uri_path, uri_path_length, client_ptr -> nx_websocket_… in _nx_websocket_client_connect_internal() 757 UCHAR *uri_path, UINT uri_path_length, in _nxe_websocket_client_secure_connect() argument 768 (uri_path == NX_NULL) || (uri_path_length == 0) || in _nxe_websocket_client_secure_connect() 775 …ocket_client_secure_connect(client_ptr, tls_session, host, host_length, uri_path, uri_path_length,… in _nxe_websocket_client_secure_connect() 830 UCHAR *uri_path, UINT uri_path_length, in _nx_websocket_client_secure_connect() argument 867 …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/ |
| D | nxd_mqtt_client.h | 478 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le… 555 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le… 556 …_set(NXD_MQTT_CLIENT *client_ptr, UCHAR *host, UINT host_length, UCHAR *uri_path, UINT uri_path_le…
|
| D | nxd_mqtt_client.c | 6504 …_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 6519 client_ptr -> nxd_mqtt_client_websocket_uri_path = uri_path; in _nxd_mqtt_client_websocket_set() 6582 …_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 6587 (uri_path == NX_NULL) || (uri_path_length == 0)) in _nxde_mqtt_client_websocket_set() 6592 … return(_nxd_mqtt_client_websocket_set(client_ptr, host, host_length, uri_path, uri_path_length)); in _nxde_mqtt_client_websocket_set()
|