Home
last modified time | relevance | path

Searched refs:next_char_idx (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/posix/
Dregexec.c1105 Idx next_char_idx = re_string_cur_idx (&mctx->input) + 1; in check_matching() local
1107 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()