Home
last modified time | relevance | path

Searched refs:central_pos (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/science/libkml/libkml-1.3.0/src/kml/base/contrib/minizip/
H A Dunzip.c167 un->central_pos = 0UL; in init_unz_s()
432 uLong central_pos,uL; variable
462 if (central_pos==0)
507 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
517 us.byte_before_the_zipfile = central_pos -
519 us.central_pos = central_pos;
1659 uLong central_pos; variable
1688 if (central_pos==0)
1733 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
1742 us.byte_before_the_zipfile = central_pos -
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/minizip/
H A Dunzip.c576 ZPOS64_T central_pos; in unzOpenInternal() local
608 if (central_pos) in unzOpenInternal()
616 central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) in unzOpenInternal()
670 if (central_pos == 0) in unzOpenInternal()
732 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
734 us.central_pos = central_pos; in unzOpenInternal()
2109 ZPOS64_T central_pos; variable
2133 if (central_pos == 0)
2137 central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0)
2199 us.byte_before_the_zipfile = central_pos -
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/minizip/
H A Dunzip.c576 ZPOS64_T central_pos; in unzOpenInternal() local
608 if (central_pos) in unzOpenInternal()
616 central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) in unzOpenInternal()
670 if (central_pos == 0) in unzOpenInternal()
732 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
734 us.central_pos = central_pos; in unzOpenInternal()
2109 ZPOS64_T central_pos; variable
2133 if (central_pos == 0)
2137 central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0)
2199 us.byte_before_the_zipfile = central_pos -
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/files/zip/
H A Dunzip.cc105 uLong central_pos; /* position of the beginning of the central dir*/ member
305 uLong central_pos; in unzOpen() local
326 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
327 if (central_pos == 0) in unzOpen()
330 if (fseek(fin, central_pos, SEEK_SET) != 0) in unzOpen()
371 if ((central_pos < us.offset_central_dir + us.size_central_dir) && in unzOpen()
381 us.byte_before_the_zipfile = central_pos - in unzOpen()
383 us.central_pos = central_pos; in unzOpen()
1146 if (fseek(file->file, file->central_pos + 22, SEEK_SET) != 0) in unzGetGlobalComment()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/zip/
H A Dunzip.c118 uLong central_pos; /* position of the beginning of the central dir*/ member
333 uLong central_pos,uL; in unzOpen() local
348 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
349 if (central_pos==0) in unzOpen()
352 if (zfile_fseek(fin,central_pos,SEEK_SET)!=0) in unzOpen()
392 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpen()
400 us.byte_before_the_zipfile = central_pos - in unzOpen()
402 us.central_pos = central_pos; in unzOpen()
1227 if (zfile_fseek(s->file,s->central_pos+22,SEEK_SET)!=0) in unzGetGlobalComment()
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dunzip.c127 uLong central_pos; /* position of the beginning of the central dir*/ member
319 uLong central_pos,uL; in unzOpen() local
339 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
340 if (central_pos==0) in unzOpen()
343 if (fseek(fin,central_pos,SEEK_SET)!=0) in unzOpen()
384 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpen()
395 us.byte_before_the_zipfile = central_pos - in unzOpen()
397 us.central_pos = central_pos; in unzOpen()
1208 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0) in unzGetGlobalComment()
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/src/
H A Dunzip.c100 uLong central_pos; /* position of the beginning of the central dir*/ member
339 uLong central_pos,uL; in unzOpen() local
359 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
360 if (central_pos==0) in unzOpen()
363 if (fseek(fin,central_pos,SEEK_SET)!=0) in unzOpen()
404 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpen()
415 us.byte_before_the_zipfile = central_pos - in unzOpen()
417 us.central_pos = central_pos; in unzOpen()
1264 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0) in unzGetGlobalComment()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/zip/
H A Dunzip.cpp118 uLong central_pos; /* position of the beginning of the central dir*/ member
333 uLong central_pos,uL; in unzOpen() local
348 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
349 if (central_pos==0) in unzOpen()
352 if (zfile_fseek(fin,central_pos,SEEK_SET)!=0) in unzOpen()
396 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpen()
404 us.byte_before_the_zipfile = central_pos - in unzOpen()
406 us.central_pos = central_pos; in unzOpen()
1222 if (zfile_fseek(s->file,s->central_pos+22,SEEK_SET)!=0) in unzGetGlobalComment()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Dunzip.cpp134 uLong central_pos; /* position of the beginning of the central dir*/ member
355 uLong central_pos,uL; in unzOpen() local
375 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
376 if (central_pos==0) in unzOpen()
379 if (fseek(fin,central_pos,SEEK_SET)!=0) in unzOpen()
420 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpen()
431 us.byte_before_the_zipfile = central_pos - in unzOpen()
433 us.central_pos = central_pos; in unzOpen()
1257 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0) in unzGetGlobalComment()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dunzip.c119 uLong central_pos; /* position of the beginning of the central dir*/ member
311 uLong central_pos,uL; in unzOpen() local
331 central_pos = unzlocal_SearchCentralDir(fin); in unzOpen()
332 if (central_pos==0) in unzOpen()
335 if (fseek(fin,central_pos,SEEK_SET)!=0) in unzOpen()
376 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpen()
387 us.byte_before_the_zipfile = central_pos - in unzOpen()
389 us.central_pos = central_pos; in unzOpen()
/dports/textproc/libextractor/libextractor-1.11/src/common/
H A Dunzip.c296 uLong central_pos; member
735 uLong central_pos; in unzip_open_using_ffd() local
747 central_pos = locate_central_directory (&us.z_filefunc); in unzip_open_using_ffd()
748 if (0 == central_pos) in unzip_open_using_ffd()
751 central_pos, SEEK_SET)) in unzip_open_using_ffd()
800 if ((central_pos < us.offset_central_dir + us.size_central_dir)) in unzip_open_using_ffd()
803 us.byte_before_the_zipfile = central_pos in unzip_open_using_ffd()
805 us.central_pos = central_pos; in unzip_open_using_ffd()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/psp2/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/sdl/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/gcw0/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/psp2/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/sdl/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/gcw0/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/zlib/contrib/minizip/
H A Dunzip.c116 uLong central_pos; /* position of the beginning of the central dir*/ member
347 uLong central_pos,uL; variable
367 central_pos = unzlocal_SearchCentralDir(fin);
368 if (central_pos==0)
371 if (fseek(fin,central_pos,SEEK_SET)!=0)
412 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
423 us.byte_before_the_zipfile = central_pos -
425 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/games/xrick/xrick-021212/src/
H A Dunzip.c116 uLong central_pos; /* position of the beginning of the central dir*/ member
371 uLong central_pos,uL; variable
391 central_pos = unzlocal_SearchCentralDir(fin);
392 if (central_pos==0)
395 if (fseek(fin,central_pos,SEEK_SET)!=0)
436 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
447 us.byte_before_the_zipfile = central_pos -
449 us.central_pos = central_pos;
1307 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/emulators/hugo/hugo-2.12/
H A Dunzip.c115 uLong central_pos; /* position of the beginning of the central dir*/ member
346 uLong central_pos,uL; variable
366 central_pos = unzlocal_SearchCentralDir(fin);
367 if (central_pos==0)
370 if (fseek(fin,central_pos,SEEK_SET)!=0)
411 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
422 us.byte_before_the_zipfile = central_pos -
424 us.central_pos = central_pos;
1286 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/emulators/gngb/gngb-20060309/src/
H A Dunzip.c116 uLong central_pos; /* position of the beginning of the central dir*/ member
347 uLong central_pos,uL; variable
367 central_pos = unzlocal_SearchCentralDir(fin);
368 if (central_pos==0)
371 if (fseek(fin,central_pos,SEEK_SET)!=0)
412 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
423 us.byte_before_the_zipfile = central_pos -
425 us.central_pos = central_pos;
1283 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/net-im/psi/psi-1.5/src/libpsi/tools/zip/minizip/
H A Dunzip.c116 uLong central_pos; /* position of the beginning of the central dir*/ member
347 uLong central_pos,uL; variable
367 central_pos = unzlocal_SearchCentralDir(fin);
368 if (central_pos==0)
371 if (fseek(fin,central_pos,SEEK_SET)!=0)
412 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
423 us.byte_before_the_zipfile = central_pos -
425 us.central_pos = central_pos;
1286 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/zlib/contrib/minizip/
H A Dunzip.c116 uLong central_pos; /* position of the beginning of the central dir*/ member
347 uLong central_pos,uL; variable
367 central_pos = unzlocal_SearchCentralDir(fin);
368 if (central_pos==0)
371 if (fseek(fin,central_pos,SEEK_SET)!=0)
412 if ((central_pos<us.offset_central_dir+us.size_central_dir) &&
423 us.byte_before_the_zipfile = central_pos -
425 us.central_pos = central_pos;
1281 if (fseek(s->file,s->central_pos+22,SEEK_SET)!=0)
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_minizip_unzip.cpp149 uLong64 central_pos; /* position of the beginning of the central dir*/ member
567 uLong64 central_pos; in cpl_unzOpen2() local
595 central_pos = unzlocal_SearchCentralDir64(&us.z_filefunc,us.filestream); in cpl_unzOpen2()
596 if (central_pos) in cpl_unzOpen2()
606 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in cpl_unzOpen2()
659 central_pos = unzlocal_SearchCentralDir(&us.z_filefunc,us.filestream); in cpl_unzOpen2()
660 if (central_pos==0) in cpl_unzOpen2()
666 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in cpl_unzOpen2()
712 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in cpl_unzOpen2()
722 us.byte_before_the_zipfile = central_pos - in cpl_unzOpen2()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dunzip.pas289 central_pos: longint; { position of the beginning of the central dir}
540 central_pos, uL: longint;
567 central_pos := unzlocal_SearchCentralDir(fin);
568 if (central_pos = 0) then
571 if (fseek(fin, central_pos, SEEK_SET) <> 0) then
612 if ((central_pos < us.offset_central_dir + us.size_central_dir) and
624 us.byte_before_the_zipfile := central_pos -
626 us.central_pos := central_pos;
1539 if (fseek(s^.afile, s^.central_pos + 22, SEEK_SET) <> 0) then

12345678910>>...18