Home | History | Annotate | Download | only in lib

Lines Matching refs:dest_idx

2550       Idx dest_idx;
2574 dest_idx = re_string_cur_idx (&mctx->input) + naccepted;
2577 err = clean_state_log_if_needed (mctx, dest_idx);
2585 dest_state = mctx->state_log[dest_idx];
2595 context = re_string_context_at (&mctx->input, dest_idx - 1,
2597 mctx->state_log[dest_idx]
2601 if (BE (mctx->state_log[dest_idx] == NULL && err != REG_NOERROR, 0))