Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c696 char *p, endof_central_dir[22]; in read_directory() local
714 if (fread(endof_central_dir, 1, 22, fp) != 22) { in read_directory()
720 if (get_long((unsigned char *)endof_central_dir) != 0x06054B50) { in read_directory()
728 header_size = get_long((unsigned char *)endof_central_dir + 12); in read_directory()
729 header_offset = get_long((unsigned char *)endof_central_dir + 16); in read_directory()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c696 char *p, endof_central_dir[22]; in read_directory() local
719 if (fread(endof_central_dir, 1, 22, fp) != 22) { in read_directory()
725 if (get_long((unsigned char *)endof_central_dir) != 0x06054B50) { in read_directory()
733 header_size = get_long((unsigned char *)endof_central_dir + 12); in read_directory()
734 header_offset = get_long((unsigned char *)endof_central_dir + 16); in read_directory()