Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h394 Idx cur_idx; member
435 ((pstr)->mbs[(pstr)->cur_idx + offset])
437 ((pstr)->mbs[(pstr)->cur_idx++])
443 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
444 #define re_string_cur_idx(pstr) ((pstr)->cur_idx)
448 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
449 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
A Dregexec.c59 Idx cur_idx, Idx nmatch);
1500 pmatch[reg_num].rm_so = cur_idx; in update_regs()
1510 if (pmatch[reg_num].rm_so < cur_idx) in update_regs()
1512 pmatch[reg_num].rm_eo = cur_idx; in update_regs()
1530 pmatch[reg_num].rm_eo = cur_idx; in update_regs()
2275 if (cur_idx > mctx->state_log_top) in merge_state_with_log()
2278 mctx->state_log_top = cur_idx; in merge_state_with_log()
2326 cur_idx); in merge_state_with_log()
2873 mctx->input.cur_idx = str_idx; in check_arrival()
3004 Idx cur_idx; in check_arrival_add_next_nodes() local
[all …]
A Dregex_internal.c834 pstr->cur_idx = 0; in re_string_reconstruct()
851 && ! re_string_is_single_byte_char (pstr, pstr->cur_idx + idx)) in re_string_peek_byte_case()
855 off = pstr->cur_idx + idx; in re_string_peek_byte_case()
894 if (!re_string_first_byte (pstr, pstr->cur_idx)) in re_string_fetch_byte_case()
897 off = pstr->offsets[pstr->cur_idx]; in re_string_fetch_byte_case()
904 re_string_char_size_at (pstr, pstr->cur_idx)); in re_string_fetch_byte_case()
909 return pstr->raw_mbs[pstr->raw_mbs_idx + pstr->cur_idx++]; in re_string_fetch_byte_case()

Completed in 19 milliseconds