Home
last modified time | relevance | path

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

/external/syslinux/memdisk/
Dunzip.c239 uint32_t * dbytes_p, uint32_t * orig_crc, uint32_t * offset_p) in check_zip() argument
294 *orig_crc = gzt->crc; in check_zip()
333 *orig_crc = pkzh->crc; in check_zip()
355 uint32_t orig_crc, void *target) in unzip() argument
385 if (orig_crc != CRC_VALUE) in unzip()
Dmemdisk.h135 uint32_t * dbytes_p, uint32_t * orig_crc,
138 uint32_t orig_crc, void *target);
Dsetup.c133 uint32_t orig_crc, offset; in unzip_if_needed() local
139 &orig_crc, &offset) == 0) { in unzip_if_needed()
233 gzdatasize, orig_crc, (void *)target); in unzip_if_needed()