Home | History | Annotate | Download | only in lib_src

Lines Matching defs:chunkType

320     EAS_U32 chunkType;
337 result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &chunkType, EAS_TRUE);
340 if (chunkType != JET_HEADER_TAG)
362 result = EAS_HWGetDWord(easHandle->hwInstData, easHandle->jetHandle->jetFileHandle, &chunkType, EAS_TRUE);
371 switch (chunkType)
400 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Ignoring unrecognized JET chunk type 0x%08x", chunkType); */ }