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

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dzip.c145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ member in struct:__anon1536
1134 zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data
1136 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree);
1654 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree)
1689 zi->ci.size_centralExtraFree -= datasize + 4;
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dzip.c145 uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ member in struct:__anon1163
1134 zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data
1136 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree);
1654 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree)
1689 zi->ci.size_centralExtraFree -= datasize + 4;

Completed in 51 milliseconds