Home
last modified time | relevance | path

Searched refs:STATE_INIT (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Parser/
H A Dtokenizer.h17 STATE_INIT, enumerator
H A Dtokenizer.c76 tok->decoding_state = STATE_INIT; in tok_new()
968 if (tok->decoding_state == STATE_INIT) { in tok_underflow_file()
976 assert(tok->decoding_state != STATE_INIT); in tok_underflow_file()
/third_party/toybox/toys/pending/
H A Ddhcp.c74 #define STATE_INIT 0 macro
1215 case STATE_INIT: in renew()
1228 state->status = STATE_INIT; in renew()
1312 state->status = STATE_INIT; in dhcp_main()
1339 case STATE_INIT: in dhcp_main()
1380 state->status = STATE_INIT; in dhcp_main()
1408 state->status = STATE_INIT; in dhcp_main()
1432 if (state->status == STATE_INIT) timeout = 0; in dhcp_main()
1469 case STATE_INIT: in dhcp_main()
1508 state->status = STATE_INIT; in dhcp_main()
[all...]
/third_party/python/Lib/asyncio/
H A Dsslproto.py37 STATE_INIT = "STATE_INIT" variable in AppProtocolState
324 self._app_state = AppProtocolState.STATE_INIT
597 if self._app_state == AppProtocolState.STATE_INIT:

Completed in 7 milliseconds