Searched refs:is_final (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/websocket/ |
| D | nx_websocket_client.h | 275 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option… 310 …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…
|
| D | nx_websocket_client.c | 1369 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option) in _nxe_websocket_client_send() argument 1383 status = _nx_websocket_client_send(client_ptr, packet_ptr, code, is_final, wait_option); in _nxe_websocket_client_send() 1430 …NX_WEBSOCKET_CLIENT *client_ptr, NX_PACKET *packet_ptr, UINT code, UINT is_final, UINT wait_option) in _nx_websocket_client_send() argument 1488 if (is_final == NX_TRUE) in _nx_websocket_client_send()
|