Home
last modified time | relevance | path

Searched refs:filled_in_this_block (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/net-im/psi/psi-1.5/src/libpsi/tools/zip/minizip/other/
H A Dzip.c88 uLong filled_in_this_block; member
137 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
209 to_copy = &(ldi->data[ldi->filled_in_this_block]);
214 ldi->filled_in_this_block += copy_this;
231 if (ldi->filled_in_this_block > 0)
232 if (fwrite(ldi->data,(uInt)ldi->filled_in_this_block,1,fout)!=1)
675 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
676 if (fwrite(ldi->data,(uInt)ldi->filled_in_this_block,
680 size_centraldir += ldi->filled_in_this_block;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/zlib/contrib/minizip/
H A Dzip.c88 uLong filled_in_this_block; member
137 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
209 to_copy = &(ldi->data[ldi->filled_in_this_block]);
214 ldi->filled_in_this_block += copy_this;
231 if (ldi->filled_in_this_block > 0)
232 if (fwrite(ldi->data,(uInt)ldi->filled_in_this_block,1,fout)!=1)
675 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
676 if (fwrite(ldi->data,(uInt)ldi->filled_in_this_block,
680 size_centraldir += ldi->filled_in_this_block;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/zlib/contrib/minizip/
H A Dzip.c88 uLong filled_in_this_block; member
137 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
209 to_copy = &(ldi->data[ldi->filled_in_this_block]);
214 ldi->filled_in_this_block += copy_this;
231 if (ldi->filled_in_this_block > 0)
232 if (fwrite(ldi->data,(uInt)ldi->filled_in_this_block,1,fout)!=1)
675 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
676 if (fwrite(ldi->data,(uInt)ldi->filled_in_this_block,
680 size_centraldir += ldi->filled_in_this_block;
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dzip.pas131 filled_in_this_block: longint;
181 ldi^.filled_in_this_block := 0;
260 to_copy := @(ldi^.Data[ldi^.filled_in_this_block]);
265 Inc(ldi^.filled_in_this_block, copy_this);
281 if (ldi^.filled_in_this_block > 0) then
282 if (fwrite(@ldi^.Data, integer(ldi^.filled_in_this_block), 1, fout) <> 1) then
749 if ((err = ZIP_OK) and (ldi^.filled_in_this_block > 0)) then
750 if fwrite(@ldi^.Data, integer(ldi^.filled_in_this_block), 1, zi^.filezip) <> 1 then
753 Inc(size_centraldir, ldi^.filled_in_this_block);
/dports/lang/fpc/fpc-3.2.2/packages/paszlib/src/
H A Dzip.pas131 filled_in_this_block: longint;
181 ldi^.filled_in_this_block := 0;
260 to_copy := @(ldi^.Data[ldi^.filled_in_this_block]);
265 Inc(ldi^.filled_in_this_block, copy_this);
281 if (ldi^.filled_in_this_block > 0) then
282 if (fwrite(@ldi^.Data, integer(ldi^.filled_in_this_block), 1, fout) <> 1) then
749 if ((err = ZIP_OK) and (ldi^.filled_in_this_block > 0)) then
750 if fwrite(@ldi^.Data, integer(ldi^.filled_in_this_block), 1, zi^.filezip) <> 1 then
753 Inc(size_centraldir, ldi^.filled_in_this_block);
/dports/games/exult/exult-snapshot-v1.7.0.20211128/files/zip/
H A Dzip.cc86 uLong filled_in_this_block; member
128 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
180 to_copy = &(ldi->data[ldi->filled_in_this_block]); in add_data_in_datablock()
185 ldi->filled_in_this_block += copy_this; in add_data_in_datablock()
586 if ((err == ZIP_OK) && (ldi->filled_in_this_block > 0)) in zipClose()
587 if (fwrite(ldi->data, ldi->filled_in_this_block, in zipClose()
591 size_centraldir += ldi->filled_in_this_block; in zipClose()
/dports/games/libretro-hatari/hatari-561c07e/libretro/utils/unzip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
242 to_copy = &(ldi->data[ldi->filled_in_this_block]);
247 ldi->filled_in_this_block += copy_this;
1167 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1169 ldi->data,ldi->filled_in_this_block)
1170 !=ldi->filled_in_this_block )
1173 size_centraldir += ldi->filled_in_this_block;
/dports/biology/velvet/velvet_1.2.10/third-party/zlib-1.2.3/contrib/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/games/golly/golly-3.3-src/gui-common/MiniZip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
239 to_copy = &(ldi->data[ldi->filled_in_this_block]); in add_data_in_datablock()
244 ldi->filled_in_this_block += copy_this; in add_data_in_datablock()
1152 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0)) in zipClose()
1154 ldi->data,ldi->filled_in_this_block) in zipClose()
1155 !=ldi->filled_in_this_block ) in zipClose()
1158 size_centraldir += ldi->filled_in_this_block; in zipClose()
/dports/textproc/teckit/teckit-2.5.7/zlib-1.2.3/contrib/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/games/chessx/chessx-1.5.6/src/quazip/
H A Dzip.cpp109 uLong filled_in_this_block; member
178 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
246 to_copy = &(ldi->data[ldi->filled_in_this_block]); in add_data_in_datablock()
251 ldi->filled_in_this_block += copy_this; in add_data_in_datablock()
1121 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0)) in zipClose()
1123 ldi->data,ldi->filled_in_this_block) in zipClose()
1124 !=ldi->filled_in_this_block ) in zipClose()
1127 size_centraldir += ldi->filled_in_this_block; in zipClose()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/b3p/minizip/
H A Dzip.c100 uLong filled_in_this_block; member
167 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
240 to_copy = &(ldi->data[ldi->filled_in_this_block]);
245 ldi->filled_in_this_block += copy_this;
1162 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1164 ldi->data,ldi->filled_in_this_block)
1165 !=ldi->filled_in_this_block )
1168 size_centraldir += ldi->filled_in_this_block;
/dports/cad/fritzing/fritzing-app-0.9.2b/src/lib/quazip/
H A Dzip.c105 uLong filled_in_this_block; member
173 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
246 to_copy = &(ldi->data[ldi->filled_in_this_block]);
251 ldi->filled_in_this_block += copy_this;
1175 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1177 ldi->data,ldi->filled_in_this_block)
1178 !=ldi->filled_in_this_block )
1181 size_centraldir += ldi->filled_in_this_block;
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
242 to_copy = &(ldi->data[ldi->filled_in_this_block]);
247 ldi->filled_in_this_block += copy_this;
1167 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1169 ldi->data,ldi->filled_in_this_block)
1170 !=ldi->filled_in_this_block )
1173 size_centraldir += ldi->filled_in_this_block;
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
242 to_copy = &(ldi->data[ldi->filled_in_this_block]);
247 ldi->filled_in_this_block += copy_this;
1167 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1169 ldi->data,ldi->filled_in_this_block)
1170 !=ldi->filled_in_this_block )
1173 size_centraldir += ldi->filled_in_this_block;
/dports/misc/rump/buildrump.sh-b914579/src/common/dist/zlib/contrib/minizip/
H A Dzip.c103 uLong filled_in_this_block; member
171 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
243 to_copy = &(ldi->data[ldi->filled_in_this_block]);
248 ldi->filled_in_this_block += copy_this;
1168 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1170 ldi->data,ldi->filled_in_this_block)
1171 !=ldi->filled_in_this_block )
1174 size_centraldir += ldi->filled_in_this_block;
/dports/devel/cvs-devel/cvs-1.12.13/zlib/contrib/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/editors/wordgrinder/wordgrinder-0.6/src/c/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/games/egl/egl-0.3.1_9/include/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/games/vavoom/vavoom-1.33/utils/vlumpy/
H A Dzip.cpp101 uLong filled_in_this_block; member
166 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
234 to_copy = &(ldi->data[ldi->filled_in_this_block]); in add_data_in_datablock()
239 ldi->filled_in_this_block += copy_this; in add_data_in_datablock()
1087 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0)) in zipClose()
1089 ldi->data,ldi->filled_in_this_block) in zipClose()
1090 !=ldi->filled_in_this_block ) in zipClose()
1093 size_centraldir += ldi->filled_in_this_block; in zipClose()
/dports/sysutils/deltarpm/deltarpm-3.6/zlib-1.2.2.f-rsyncable/contrib/minizip/
H A Dzip.c98 uLong filled_in_this_block; member
163 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
235 to_copy = &(ldi->data[ldi->filled_in_this_block]);
240 ldi->filled_in_this_block += copy_this;
1138 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1140 ldi->data,ldi->filled_in_this_block)
1141 !=ldi->filled_in_this_block )
1144 size_centraldir += ldi->filled_in_this_block;
/dports/graphics/megapov/megapov-1.2.1/libraries/zlib/contrib/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/lang/mono/mono-5.10.1.57/support/minizip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
236 to_copy = &(ldi->data[ldi->filled_in_this_block]); in add_data_in_datablock()
241 ldi->filled_in_this_block += copy_this; in add_data_in_datablock()
1158 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1160 ldi->data,ldi->filled_in_this_block)
1161 !=ldi->filled_in_this_block )
1164 size_centraldir += ldi->filled_in_this_block;
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Unzip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
241 to_copy = &(ldi->data[ldi->filled_in_this_block]);
246 ldi->filled_in_this_block += copy_this;
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1168 ldi->data,ldi->filled_in_this_block)
1169 !=ldi->filled_in_this_block )
1172 size_centraldir += ldi->filled_in_this_block;
/dports/games/libretro-cap32/libretro-cap32-ad7397f/utils/unzip/
H A Dzip.c101 uLong filled_in_this_block; member
169 ldi->filled_in_this_block = 0 ; in allocate_new_datablock()
242 to_copy = &(ldi->data[ldi->filled_in_this_block]);
247 ldi->filled_in_this_block += copy_this;
1167 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1169 ldi->data,ldi->filled_in_this_block)
1170 !=ldi->filled_in_this_block )
1173 size_centraldir += ldi->filled_in_this_block;

12345678