Home | History | Annotate | Download | only in lib

Lines Matching refs:next_idx

2955   str_idx = path->next_idx ? path->next_idx : top_str;
3064 path->next_idx = str_idx;
3116 Idx next_idx = str_idx + naccepted;
3117 dest_state = mctx->state_log[next_idx];
3134 mctx->state_log[next_idx] = re_acquire_state (&err, dfa,
3136 if (BE (mctx->state_log[next_idx] == NULL