Searched refs:subexp_to (Results 1 – 2 of 2) sorted by relevance
2057 if (lim->subexp_to < str_idx) in check_dst_limits_calc_pos()2062 boundaries |= (str_idx == lim->subexp_to) << 1; in check_dst_limits_calc_pos()2093 if (ent->subexp_to == str_idx) in check_subexp_limits()2203 subexp_len = entry->subexp_to - entry->subexp_from; in sift_states_bkref()2653 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from; in transit_state_bkref()2657 dest_str_idx = (cur_str_idx + bkref_ent->subexp_to in transit_state_bkref()3283 to_idx = cur_str + ent->subexp_to - ent->subexp_from; in expand_bkref_cache()4297 mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to; in match_ctx_add_entry()
602 Idx subexp_to; member