Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/core/
H A Dcontext.c1352 context->protocols_notify.name = "prot_init"; in lws_create_context()
1353 context->protocols_notify.notify_cb = lws_state_notify_protocol_init; in lws_create_context()
1355 lws_state_reg_notifier(&context->mgr_system, &context->protocols_notify); in lws_create_context()
H A Dprivate-lib-core.h564 lws_state_notify_link_t protocols_notify; member