Home
last modified time | relevance | path

Searched refs:LWS_EXT_CB_PAYLOAD_TX (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-ws-ext.h44 LWS_EXT_CB_PAYLOAD_TX = 21, enumerator
/third_party/libwebsockets/lib/roles/ws/ext/
Dextension-permessage-deflate.c379 case LWS_EXT_CB_PAYLOAD_TX: in lws_extension_callback_pm_deflate()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1677 n = lws_ext_cb_active(wsi, (int)LWS_EXT_CB_PAYLOAD_TX, &pmdrx, (int)*wp); in rops_write_role_protocol_ws()