Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-state.h26 struct lws_state_manager;
28 typedef int (*lws_state_notify_t)(struct lws_state_manager *mgr,
38 typedef struct lws_state_manager { struct
/external/libwebsockets/lib/core/
Dcontext.c100 lws_state_notify_protocol_init(struct lws_state_manager *mgr, in lws_state_notify_protocol_init()