Home | History | Annotate | Download | only in Common

Lines Matching refs:IsArcFunc

1752       size_t bufSize = 1 << 20; // it must be larger than max signature offset or IsArcFunc offset ((1 << 19) + x for UDF)

1785 if (ai.IsArcFunc)
1787 UInt32 isArcRes = ai.IsArcFunc(byteBuffer, processedSize);
2273 if (ai.IsArcFunc && startArcPos >= bufPhyPos)
2278 UInt32 isArcRes = ai.IsArcFunc(byteBuffer + offsetInBuf, bytesInBuf - offsetInBuf);