Searched refs:bkref_str_off (Results 1 – 1 of 1) sorted by relevance
2695 Idx sub_last_idx, sl_str, bkref_str_off; in get_subexp() local2701 bkref_str_off = bkref_str_idx; in get_subexp()2713 if (BE (bkref_str_off + sl_str_diff > mctx->input.valid_len, 0)) in get_subexp()2716 if (bkref_str_off + sl_str_diff > mctx->input.len) in get_subexp()2720 bkref_str_off in get_subexp()2726 if (memcmp (buf + bkref_str_off, buf + sl_str, sl_str_diff) != 0) in get_subexp()2729 bkref_str_off += sl_str_diff; in get_subexp()2759 if (BE (bkref_str_off >= mctx->input.valid_len, 0)) in get_subexp()2762 if (bkref_str_off >= mctx->input.len) in get_subexp()2771 if (buf [bkref_str_off++] != buf[sl_str - 1]) in get_subexp()