Searched refs:next_char_idx (Results 1 – 1 of 1) sorted by relevance
1105 Idx next_char_idx = re_string_cur_idx (&mctx->input) + 1; in check_matching() local1107 if ((__glibc_unlikely (next_char_idx >= mctx->input.bufs_len) in check_matching()1109 || (__glibc_unlikely (next_char_idx >= mctx->input.valid_len) in check_matching()1112 err = extend_buffers (mctx, next_char_idx + 1); in check_matching()1141 next_start_idx = next_char_idx; in check_matching()