Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-sequencer.h243 lws_seq_get_context(struct lws_sequencer *seq);
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
Dminimal-secure-streams.c265 if (lws_ss_create(lws_seq_get_context(seq), 0, &ssi, NULL, in min_sec_str_sequencer_cb()
/third_party/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()
/third_party/libwebsockets/lib/core-net/
Dsequencer.c331 lws_seq_get_context(lws_seq_t *seq) in lws_seq_get_context() function