Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c1928 if (lim->subexp_to < str_idx) in check_dst_limits_calc_pos()
1933 boundaries |= (str_idx == lim->subexp_to) << 1; in check_dst_limits_calc_pos()
1964 if (ent->subexp_to == str_idx) in check_subexp_limits()
2074 subexp_len = entry->subexp_to - entry->subexp_from; in sift_states_bkref()
2523 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from; in transit_state_bkref()
2527 dest_str_idx = (cur_str_idx + bkref_ent->subexp_to in transit_state_bkref()
3150 to_idx = cur_str + ent->subexp_to - ent->subexp_from; in expand_bkref_cache()
4134 mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to; in match_ctx_add_entry()
A Dregex_internal.h500 int subexp_to; member

Completed in 28 milliseconds