Searched refs:lws_sspc_event_helper (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 72 lws_sspc_event_helper(lws_sspc_handle_t *h, lws_ss_constate_t cs, in lws_sspc_event_helper() function 754 lws_sspc_event_helper(h, LWSSSCS_DISCONNECTED, 0); in lws_sspc_destroy() 787 lws_sspc_event_helper(h, LWSSSCS_DESTROYING, 0); in lws_sspc_destroy() 1105 lws_sspc_event_helper(h, LWSSSCS_EVENT_WAIT_CANCELLED, 0); in lws_sspc_cancel_notify_dll()
|
D | private-lib-secure-streams.h | 520 lws_sspc_event_helper(lws_sspc_handle_t *h, lws_ss_constate_t cs,
|