Lines Matching full:central
354 // Central directory header record offsets
362 + /* ZIP64 End of central directory locator offsets */
368 + /* ZIP64 End of central directory header offsets */
397 + /* MZ_TRUE if the archive has a zip64 end of central directory headers, etc.
401 + /* MZ_TRUE if we found zip64 extended info in the central directory (m_zip64
403 + * central dir header, etc.) */
453 - // Find the end of central directory record by scanning the file from the end
491 - // Read and verify the end of central directory record.
532 + /* Read and verify the end of central directory record. */
657 - // Read the entire central directory into a heap block, and allocate another
658 - // heap block to hold the unsorted central dir file record offsets, and
660 + /* Read the entire central directory into a heap block, and allocate another
661 + * heap block to hold the unsorted central dir file record offsets, and
684 - // Now create an index into the central directory file records, do some
687 + /* Now create an index into the central directory file records, do some