Home
last modified time | relevance | path

Searched refs:lws_state_manager (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-state.h26 struct lws_state_manager;
30 typedef int (*lws_state_notify_t)(struct lws_state_manager *mgr,
40 typedef struct lws_state_manager { struct
/third_party/libwebsockets/lib/core/
Dcontext.c88 lws_state_notify_protocol_init(struct lws_state_manager *mgr, in lws_state_notify_protocol_init()