Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h299 int cur_idx; member
347 ((pstr)->mbs[(pstr)->cur_idx + offset])
349 ((pstr)->mbs[(pstr)->cur_idx++])
355 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
356 #define re_string_cur_idx(pstr) ((pstr)->cur_idx)
360 #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
361 #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
A Dregexec.c1445 pmatch[reg_num].rm_so = cur_idx; in update_regs()
1455 if (pmatch[reg_num].rm_so < cur_idx) in update_regs()
1457 pmatch[reg_num].rm_eo = cur_idx; in update_regs()
1475 pmatch[reg_num].rm_eo = cur_idx; in update_regs()
2229 if (cur_idx > mctx->state_log_top) in merge_state_with_log()
2232 mctx->state_log_top = cur_idx; in merge_state_with_log()
2280 cur_idx); in merge_state_with_log()
2823 backup_cur_idx = mctx->input.cur_idx; in check_arrival()
2825 mctx->input.cur_idx = str_idx; in check_arrival()
2956 int cur_idx; in check_arrival_add_next_nodes() local
[all …]
A Dregex_internal.c740 pstr->cur_idx = 0; in re_string_reconstruct()
756 && ! re_string_is_single_byte_char (pstr, pstr->cur_idx + idx)) in internal_function()
760 off = pstr->cur_idx + idx; in internal_function()
799 if (!re_string_first_byte (pstr, pstr->cur_idx)) in internal_function()
802 off = pstr->offsets[pstr->cur_idx]; in internal_function()
809 re_string_char_size_at (pstr, pstr->cur_idx)); in internal_function()
814 return pstr->raw_mbs[pstr->raw_mbs_idx + pstr->cur_idx++]; in internal_function()

Completed in 18 milliseconds