Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-sequencer.h241 lws_seq_get_context(struct lws_sequencer *seq);
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
Dminimal-secure-streams.c298 if (lws_ss_create(lws_seq_get_context(seq), 0, &ssi, NULL, in min_sec_str_sequencer_cb()
/external/libwebsockets/lib/core-net/
Dsequencer.c326 lws_seq_get_context(lws_seq_t *seq) in lws_seq_get_context() function
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
Dmain.c188 i.context = lws_seq_get_context(lws_seq_from_user(s)); in sequencer_start_client()