Searched refs:btNumAvailBytes (Results 1 – 2 of 2) sorted by relevance
498 p->btNumAvailBytes = 0; in MatchFinderMt_Init()535 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()550 return p->btNumAvailBytes; in MatchFinderMt_GetNumAvailableBytes()673 p->btNumAvailBytes--; in MatchFinderMt2_GetMatches()694 if (p->btNumAvailBytes-- >= 4) in MatchFinderMt_GetMatches()701 p->btNumAvailBytes--; in MatchFinderMt_GetMatches()716 #define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->p…721 SKIP_HEADER2_MT { p->btNumAvailBytes--;
55 UInt32 btNumAvailBytes; member