Searched refs:iBufSize (Results 1 – 2 of 2) sorted by relevance
65 uint8_t* DetectStartCodePrefix (const uint8_t* kpBuf, int32_t* pOffset, int32_t iBufSize);
66 uint8_t* DetectStartCodePrefix (const uint8_t* kpBuf, int32_t* pOffset, int32_t iBufSize) { in DetectStartCodePrefix() argument71 while ((iIdx < iBufSize) && (! (*pBits))) { in DetectStartCodePrefix()75 if (iIdx >= iBufSize) break; in DetectStartCodePrefix()85 iBufSize -= iIdx; in DetectStartCodePrefix()