Home
last modified time | relevance | path

Searched defs:myseq (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
Dmain.c37 struct myseq { struct
38 struct lws_vhost *vhost;
39 struct lws *cwsi; /* client wsi for current step if any */
41 int state; /* which test we're on */
42 int http_resp;
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
Dminimal-secure-streams.c216 typedef struct myseq { struct
219 myseq_state_t state; argument
233 struct myseq *s = (struct myseq *)user; in min_sec_str_sequencer_cb() argument
/third_party/python/Lib/idlelib/
Drpc.py290 def getresponse(self, myseq, wait): argument
306 def _getresponse(self, myseq, wait): argument
397 def pollresponse(self, myseq, wait): argument