Searched refs:is_final (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/addons/websocket/ |
D | nx_websocket_client.h | 276 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option… 311 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option… 312 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option…
|
D | nx_websocket_client.c | 1370 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option) in _nxe_websocket_client_send() argument 1384 status = _nx_websocket_client_send(client_ptr, packet_ptr, code, is_final, wait_option); in _nxe_websocket_client_send() 1431 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option) in _nx_websocket_client_send() argument 1489 if (is_final == NX_TRUE) in _nx_websocket_client_send()
|