Home
last modified time | relevance | path

Searched refs:STATE_QUIT (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
H A Ddfa.rs371 const STATE_QUIT: StatePtr = STATE_DEAD + 1; consts
693 if next_si == STATE_QUIT { in exec_at()
807 if next_si == STATE_QUIT { in exec_at_reverse()
1355 STATE_QUIT => None, in next_state()
1483 // for non-ASCII bytes to STATE_QUIT. If the DFA stumbles over such a in add_state()
1489 self.cache.trans.set_next(si, cls, STATE_QUIT); in add_state()
1830 if si == STATE_QUIT { in show_state_ptr()
/third_party/pulseaudio/src/pulse/
H A Dmainloop.c127 STATE_QUIT enumerator
832 m->state = STATE_QUIT; in pa_mainloop_prepare()
894 m->state = STATE_QUIT; in pa_mainloop_poll()
928 m->state = STATE_QUIT; in pa_mainloop_dispatch()

Completed in 4 milliseconds