Home
last modified time | relevance | path

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

/external/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()
/external/libwebsockets/include/libwebsockets/
Dlws-state.h60 lws_state_reg_notifier(lws_state_manager_t *mgr, lws_state_notify_link_t *nl);
/external/libwebsockets/lib/system/ntpclient/
Dntpclient.c158 lws_state_reg_notifier(&wsi->context->mgr_system, &v->notify_link); in callback_ntpc()
/external/libwebsockets/lib/core/
Dcontext.c782 lws_state_reg_notifier(&context->mgr_system, &context->protocols_notify); in lws_create_context()