Home
last modified time | relevance | path

Searched refs:size_centralExtraFree (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ member
1134 zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data in zipOpenNewFileInZip4_64()
1136 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree); in zipOpenNewFileInZip4_64()
1654 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree) in zipCloseFileInZipRaw64()
1689 zi->ci.size_centralExtraFree -= datasize + 4; in zipCloseFileInZipRaw64()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dzip.c145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ member
1145 zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data in zipOpenNewFileInZip4_64()
1147 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree); in zipOpenNewFileInZip4_64()
1665 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree) in zipCloseFileInZipRaw64()
1700 zi->ci.size_centralExtraFree -= datasize + 4; in zipCloseFileInZipRaw64()
/third_party/zlib/contrib/minizip/
H A Dzip.c141 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ member
1373 zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data in zipOpenNewFileInZip4_64()
1375 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree); in zipOpenNewFileInZip4_64()
1962 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree) in zipCloseFileInZipRaw64()
1997 zi->ci.size_centralExtraFree -= datasize + 4; in zipCloseFileInZipRaw64()

Completed in 9 milliseconds