Home
last modified time | relevance | path

Searched refs:chk (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c292 UINT32 chk; in sEat_FileEntry() local
298 chk = sZIP_EntryBytes(&entry); in sEat_FileEntry()
299 if (chk > *apBytesLeftInZipFile) in sEat_FileEntry()
303 *appSrc += chk; in sEat_FileEntry()
304 *apBytesLeftInZipFile -= chk; in sEat_FileEntry()
311 UINT32 chk; in sEat_CDS() local
317 chk = sZIP_CDSBytes(&cds); in sEat_CDS()
318 if (chk > *apBytesLeftInZipFile) in sEat_CDS()
321 *appSrc += chk; in sEat_CDS()
322 *apBytesLeftInZipFile -= chk; in sEat_CDS()
[all …]