Searched refs:minMatchOffset (Results 1 – 9 of 9) sorted by relevance
125 assert(offset >= tctxt->minMatchOffset); in updateLastMatchOffset()142 tctxt->minMatchOffset); in updateMinMatchOffset()144 assert(offset >= tctxt->minMatchOffset); in updateMinMatchOffset()146 tctxt->minMatchOffset = offset; in updateMinMatchOffset()153 tctxt->minMatchOffset); in updateMinMatchOffsetFromMpv()155 assert(offset >= tctxt->minMatchOffset); in updateMinMatchOffsetFromMpv()156 assert(tctxt->minNonMpvMatchOffset >= tctxt->minMatchOffset); in updateMinMatchOffsetFromMpv()157 tctxt->minMatchOffset = offset; in updateMinMatchOffsetFromMpv()
84 cur_offset, scratch->tctxt.minMatchOffset, in canSkipCatchUpMPV()92 DEBUG_PRINTF("min match offset %llu\n", scratch->tctxt.minMatchOffset); in canSkipCatchUpMPV()105 assert(cur_offset >= scratch->tctxt.minMatchOffset); in roseCatchUpMPV()131 if (end <= scratch->tctxt.minMatchOffset) { in roseCatchUpTo()145 assert(scratch->tctxt.minMatchOffset >= scratch->core_info.buf_offset); in roseCatchUpTo()162 || scratch->tctxt.minMatchOffset == end); in roseCatchUpTo()189 assert(scratch->tctxt.minMatchOffset >= scratch->core_info.buf_offset); in roseCatchUpMpvFeeders()
191 >= scratch->tctxt.minMatchOffset); in runExistingNfaToNextMatch()232 DEBUG_PRINTF("min match offset %llu\n", scratch->tctxt.minMatchOffset); in runNewNfaToNextMatch()251 >= scratch->tctxt.minMatchOffset); in runNewNfaToNextMatch()857 scratch->tctxt.minMatchOffset); in roseCatchUpAll()
582 tctxt->minMatchOffset = offset; in roseStreamExec()705 tctxt->minMatchOffset = offset; in roseStreamInitEod()
149 tctxt->minMatchOffset = 0; in init_for_block()
565 scratch->tctxt.minMatchOffset = stream_offset; in roseRunBoundaryProgram()
521 scratch->tctxt.minMatchOffset); in roseHandleSom()553 scratch->tctxt.minMatchOffset); in roseHandleSomSom()
126 u64a minMatchOffset; /**< the earliest offset that we are still allowed to member
148 s->tctxt.minMatchOffset = offset; in populateCoreInfo()