Searched refs:dir_ptr (Results 1 – 1 of 1) sorted by relevance
281 char *dir_ptr; local317 dir_ptr = zipf->central_directory;320 ZipDirectory *zipd = (ZipDirectory*)(dir_ptr + dir_last_pad);321 int compression_method = (int) dir_ptr[4+C_COMPRESSION_METHOD];322 long size = makelong (&dir_ptr[4+C_COMPRESSED_SIZE]);323 long uncompressed_size = makelong (&dir_ptr[4+C_UNCOMPRESSED_SIZE]);324 long filename_length = makeword (&dir_ptr[4+C_FILENAME_LENGTH]);325 long extra_field_length = makeword (&dir_ptr[4+C_EXTRA_FIELD_LENGTH]);326 long file_offset = makelong (&dir_ptr[4+C_RELATIVE_OFFSET_LOCAL_HEADER]);328 if ((dir_ptr-zipf->central_directory)+filename_length+CREC_SIZE+4>zipf->dir_size)[all …]