Home
last modified time | relevance | path

Searched refs:LWSSEQ_TIMED_OUT (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-sequencer.h45 LWSSEQ_TIMED_OUT, /* sequencer timeout */ enumerator
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
Dminimal-secure-streams.c311 case LWSSEQ_TIMED_OUT: /* current step timed out */ in min_sec_str_sequencer_cb()
/external/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp-sequencer.c203 case LWSSEQ_TIMED_OUT: in smtp_sequencer_cb()
/external/libwebsockets/READMEs/
DREADME.lws_sequencer.md42 `LWSSEQ_TIMED_OUT` message informing it, and it can take corrective action
49 `LWSSEQ_TIMED_OUT` is received, according to the state of the sequencer.
/external/libwebsockets/lib/core-net/
Dsequencer.c293 lws_seq_queue_event(s, LWSSEQ_TIMED_OUT, NULL, NULL); in lws_seq_sul_timeout_cb()
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
Dmain.c262 case LWSSEQ_TIMED_OUT: /* current step timed out */ in sequencer_cb()