Home
last modified time | relevance | path

Searched refs:cdir_size (Results 1 – 25 of 98) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/zipfile/
H A Dzipfile.cxx89 unsigned cdir_size; member
95 cdir_size(0), cdir_offset(0), comment_size(0), comment() {} in CentralDirectoryEnd()
156 end.cdir_size = readInt(stream); in readCentralDirectoryEnd()
447 …>stell() != -1 && static_cast<unsigned long>(m_pStream->stell()) < end.cdir_offset + end.cdir_size) in GetUncompressedContent()
519 …>stell() != -1 && static_cast<unsigned long>(m_pStream->stell()) < end.cdir_offset + end.cdir_size) in GetDirectory()
556 …>stell() != -1 && static_cast<unsigned long>(m_pStream->stell()) < end.cdir_offset + end.cdir_size) in GetFileLongestFileNameLength()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/zipfile/
H A Dzipfile.cxx93 unsigned cdir_size; member
99 cdir_size(0), cdir_offset(0), comment_size(0), comment() {} in CentralDirectoryEnd()
160 end.cdir_size = readInt(stream); in readCentralDirectoryEnd()
457 …Stream->stell() != -1 && o3tl::make_unsigned(m_pStream->stell()) < end.cdir_offset + end.cdir_size) in GetUncompressedContent()
529 …Stream->stell() != -1 && o3tl::make_unsigned(m_pStream->stell()) < end.cdir_offset + end.cdir_size) in GetDirectory()
/dports/textproc/librevenge/librevenge-0.0.4/src/lib/
H A DRVNGZipStream.cpp95 unsigned cdir_size; member
101 cdir_size(0), cdir_offset(0), comment_size(0), comment() {} in CentralDirectoryEnd()
139 end.cdir_size = getInt(input); in readCentralDirectoryEnd()
353 while (!input->isEnd() && (unsigned)input->tell() < end.cdir_offset + end.cdir_size) in findDataStream()
382 while (!input->isEnd() && (unsigned)input->tell() < end.cdir_offset + end.cdir_size) in getSubStreamNamesInZip()
/dports/lang/php73/php-7.3.33/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
H A Dzip.c1197 uint32_t cdir_size, cdir_offset; in phar_zip_flush() local
1447 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1449 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1456 if (SUCCESS != ret || clen != cdir_size) { in phar_zip_flush()
/dports/archivers/php80-phar/php-8.0.15/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/archivers/php81-phar/php-8.1.1/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/archivers/php74-phar/php-7.4.27/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
H A Dzip.c1236 uint32_t cdir_size, cdir_offset; in phar_zip_flush() local
1486 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1488 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1495 if (SUCCESS != ret || clen != cdir_size) { in phar_zip_flush()
/dports/archivers/php73-phar/php-7.3.33/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
H A Dzip.c1197 uint32_t cdir_size, cdir_offset; in phar_zip_flush() local
1447 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1449 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1456 if (SUCCESS != ret || clen != cdir_size) { in phar_zip_flush()
/dports/www/mod_php81/php-8.1.1/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/lang/php80/php-8.0.15/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/lang/php81/php-8.1.1/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/lang/php74/php-7.4.27/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/www/mod_php73/php-7.3.33/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/www/mod_php74/php-7.4.27/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/www/mod_php80/php-8.0.15/ext/phar/
H A Dpharzip.h227 char cdir_size[4]; /* size of the central directory 4 bytes */ member
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dminiz.c1177 mz_uint cdir_size = 0, cdir_entries_on_this_disk = 0, num_this_disk = 0, cdir_disk_index = 0; in mz_zip_reader_read_central_dir() local
1232 cdir_size = MZ_READ_LE32(pBuf + MZ_ZIP_ECDH_CDIR_SIZE_OFS); in mz_zip_reader_read_central_dir()
1264 cdir_size = (mz_uint32)zip64_size_of_central_directory; in mz_zip_reader_read_central_dir()
1279 if (cdir_size < pZip->m_total_files * MZ_ZIP_CENTRAL_DIR_HEADER_SIZE) in mz_zip_reader_read_central_dir()
1282 if ((cdir_ofs + (mz_uint64)cdir_size) > pZip->m_archive_size) in mz_zip_reader_read_central_dir()
1291 if ((!mz_zip_array_resize(pZip, &pZip->m_pState->m_central_dir, cdir_size, MZ_FALSE)) || in mz_zip_reader_read_central_dir()
1301 …->m_pRead(pZip->m_pIO_opaque, cdir_ofs, pZip->m_pState->m_central_dir.m_p, cdir_size) != cdir_size) in mz_zip_reader_read_central_dir()
1306 for (n = cdir_size, i = 0; i < pZip->m_total_files; ++i) in mz_zip_reader_read_central_dir()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dfs.c275 unsigned int cdir_size; ///< size of the central directory member
612 eocd->cdir_size = LittleLong (eocd->cdir_size); in PK3_GetEndOfCentralDir()
615 …bage = filesize - (ind + ZIP_END_CDIR_SIZE) - eocd->cdir_offset - eocd->cdir_size; // this detects… in PK3_GetEndOfCentralDir()
621 eocd->cdir_size > filesize || in PK3_GetEndOfCentralDir()
623 eocd->cdir_offset + eocd->cdir_size > filesize in PK3_GetEndOfCentralDir()
648 central_dir = (unsigned char *)Mem_Alloc (tempmempool, eocd->cdir_size); in PK3_BuildFileList()
654 if(FILEDESC_READ (pack->handle, central_dir, eocd->cdir_size) != (fs_offset_t) eocd->cdir_size) in PK3_BuildFileList()
663 remaining = eocd->cdir_size; in PK3_BuildFileList()
/dports/games/darkplaces/darkplaces/
H A Dfs.c275 unsigned int cdir_size; ///< size of the central directory member
612 eocd->cdir_size = LittleLong (eocd->cdir_size); in PK3_GetEndOfCentralDir()
615 …bage = filesize - (ind + ZIP_END_CDIR_SIZE) - eocd->cdir_offset - eocd->cdir_size; // this detects… in PK3_GetEndOfCentralDir()
621 eocd->cdir_size > filesize || in PK3_GetEndOfCentralDir()
623 eocd->cdir_offset + eocd->cdir_size > filesize in PK3_GetEndOfCentralDir()
648 central_dir = (unsigned char *)Mem_Alloc (tempmempool, eocd->cdir_size); in PK3_BuildFileList()
654 if(FILEDESC_READ (pack->handle, central_dir, eocd->cdir_size) != (fs_offset_t) eocd->cdir_size) in PK3_BuildFileList()
663 remaining = eocd->cdir_size; in PK3_BuildFileList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m71 unsigned cdir_size; field
120 end->cdir_size = readInt(file);
277 …while ( [file offsetInFile] < fileLength && [file offsetInFile] < end.cdir_offset + end.cdir_size);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m71 unsigned cdir_size; field
120 end->cdir_size = readInt(file);
277 …while ( [file offsetInFile] < fileLength && [file offsetInFile] < end.cdir_offset + end.cdir_size);
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dfs.c218 unsigned int cdir_size; ///< size of the central directory member
500 eocd->cdir_size = LittleLong (eocd->cdir_size); in PK3_GetEndOfCentralDir()
524 central_dir = (unsigned char *)Mem_Alloc (tempmempool, eocd->cdir_size); in PK3_BuildFileList()
526 if(read (pack->handle, central_dir, eocd->cdir_size) != (ssize_t) eocd->cdir_size) in PK3_BuildFileList()
535 remaining = eocd->cdir_size; in PK3_BuildFileList()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libdisplay/
H A DBootAnimation.cpp123 uint32_t cdir_size; member
180 mCdir_limit = mBuf + letoh32(mEnd->cdir_offset) + letoh32(mEnd->cdir_size); in OpenArchive()

1234