Home
last modified time | relevance | path

Searched refs:lit_offset_adjust (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/
H A Dscratch.h116 u64a lit_offset_adjust; /**< offset to add to matches coming from hwlm */ member
H A Druntime.c196 scratch->tctxt.lit_offset_adjust = offset + 1; in pureLiteralInitScratch()
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dstream.c576 tctxt->lit_offset_adjust = offset + 1; // index after last byte in roseStreamExec()
697 tctxt->lit_offset_adjust = scratch->core_info.buf_offset in roseStreamInitEod()
H A Dblock.c143 tctxt->lit_offset_adjust = 1; // index after last byte in init_for_block()
H A Dmatch.c483 u64a real_end = end + tctx->lit_offset_adjust; in roseCallback_i()