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

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregexec.c1159 int next_char_idx = re_string_cur_idx (&mctx->input) + 1;
1161 if ((BE (next_char_idx >= mctx->input.bufs_len, 0)
1163 || (BE (next_char_idx >= mctx->input.valid_len, 0)
1166 err = extend_buffers (mctx, next_char_idx + 1);
1195 next_start_idx = next_char_idx;
1156 int next_char_idx = re_string_cur_idx (&mctx->input) + 1; local

Completed in 178 milliseconds