Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dstate.c28 lws_state_reg_notifier(lws_state_manager_t *mgr, in lws_state_reg_notifier() function
46 lws_state_reg_notifier(mgr, *notify_link_array++); in lws_state_reg_notifier_list()
/third_party/libwebsockets/include/libwebsockets/
Dlws-state.h66 lws_state_reg_notifier(lws_state_manager_t *mgr, lws_state_notify_link_t *nl);
/third_party/libwebsockets/lib/core/
Dcontext.c1367 lws_state_reg_notifier(&context->mgr_system, &context->protocols_notify); in lws_create_context()