Home | History | Annotate | Download | only in stubs

Lines Matching full:state0

45 // areas are state_table, remap_base, and remap_string. state0 and state0_size
53 const uint32 state0;
346 // Return true if current Tbl pointer is within state0 range
349 const uint8* Tbl0 = &st->state_table[st->state0];
368 const uint8* Tbl_0 = &st->state_table[st->state0];
430 // Some exit code, !state0, back up over last char
431 // Some exit code, state0, back up one byte exactly
432 // source consumed, !state0, back up over partial char
433 // source consumed, state0, exit OK
434 // For illegal byte in state0, avoid backup up over PREVIOUS char