Home
last modified time | relevance | path

Searched refs:END_OF_CENTRAL_DIR_SIGNATURE (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
300 if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
302 if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
302 if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
302 if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
301 if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/file/
H A Darchive_file_zlib.c36 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
37 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
381 if (read_le(state->footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
446 if (read_le(footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
446 if (read_le(footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
404 if (read_le(footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
404 if (read_le(footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/file/
H A Darchive_file_zlib.c40 #ifndef END_OF_CENTRAL_DIR_SIGNATURE
41 #define END_OF_CENTRAL_DIR_SIGNATURE 0x06054b50 macro
404 if (read_le(footer, 4) == END_OF_CENTRAL_DIR_SIGNATURE) in zip_parse_file_init()
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/tools/
H A Dzip.lua87 local END_OF_CENTRAL_DIR_SIGNATURE = number_to_lestring(0x06054b50, 4)
239 zh:write(END_OF_CENTRAL_DIR_SIGNATURE) -- signature
375 if sig == END_OF_CENTRAL_DIR_SIGNATURE then
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/fpcmod/
H A Dopkman_zip.pas30 END_OF_CENTRAL_DIR_SIGNATURE = $06054B50;
1771 Signature := END_OF_CENTRAL_DIR_SIGNATURE;
2276 …uf[I + 1] shl 8) or (Buf[I + 2] shl 16) or (Buf[I + 3] shl 24)) = END_OF_CENTRAL_DIR_SIGNATURE then
2282 if (AEndHdr.Signature = END_OF_CENTRAL_DIR_SIGNATURE) and
2335 if (AEndHdr.Signature <> END_OF_CENTRAL_DIR_SIGNATURE) or
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/fpcmod/
H A Dopkman_zip.pas30 END_OF_CENTRAL_DIR_SIGNATURE = $06054B50;
1771 Signature := END_OF_CENTRAL_DIR_SIGNATURE;
2276 …uf[I + 1] shl 8) or (Buf[I + 2] shl 16) or (Buf[I + 3] shl 24)) = END_OF_CENTRAL_DIR_SIGNATURE then
2282 if (AEndHdr.Signature = END_OF_CENTRAL_DIR_SIGNATURE) and
2335 if (AEndHdr.Signature <> END_OF_CENTRAL_DIR_SIGNATURE) or
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/fpcmod/
H A Dopkman_zip.pas30 END_OF_CENTRAL_DIR_SIGNATURE = $06054B50;
1771 Signature := END_OF_CENTRAL_DIR_SIGNATURE;
2276 …uf[I + 1] shl 8) or (Buf[I + 2] shl 16) or (Buf[I + 3] shl 24)) = END_OF_CENTRAL_DIR_SIGNATURE then
2282 if (AEndHdr.Signature = END_OF_CENTRAL_DIR_SIGNATURE) and
2335 if (AEndHdr.Signature <> END_OF_CENTRAL_DIR_SIGNATURE) or
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/fpcmod/
H A Dopkman_zip.pas30 END_OF_CENTRAL_DIR_SIGNATURE = $06054B50;
1771 Signature := END_OF_CENTRAL_DIR_SIGNATURE;
2276 …uf[I + 1] shl 8) or (Buf[I + 2] shl 16) or (Buf[I + 3] shl 24)) = END_OF_CENTRAL_DIR_SIGNATURE then
2282 if (AEndHdr.Signature = END_OF_CENTRAL_DIR_SIGNATURE) and
2335 if (AEndHdr.Signature <> END_OF_CENTRAL_DIR_SIGNATURE) or
/dports/lang/fpc-source/fpc-3.2.2/packages/paszlib/src/
H A Dzipper.pp29 END_OF_CENTRAL_DIR_SIGNATURE = $06054B50;
1839 Signature := END_OF_CENTRAL_DIR_SIGNATURE;
2402 // scan the last (64k + something) bytes for the END_OF_CENTRAL_DIR_SIGNATURE
2415 …uf[I + 1] shl 8) or (Buf[I + 2] shl 16) or (Buf[I + 3] shl 24)) = END_OF_CENTRAL_DIR_SIGNATURE then
2421 if (AEndHdr.Signature = END_OF_CENTRAL_DIR_SIGNATURE) and
2474 if (AEndHdr.Signature <> END_OF_CENTRAL_DIR_SIGNATURE) or
/dports/lang/fpc/fpc-3.2.2/packages/paszlib/src/
H A Dzipper.pp29 END_OF_CENTRAL_DIR_SIGNATURE = $06054B50;
1839 Signature := END_OF_CENTRAL_DIR_SIGNATURE;
2402 // scan the last (64k + something) bytes for the END_OF_CENTRAL_DIR_SIGNATURE
2415 …uf[I + 1] shl 8) or (Buf[I + 2] shl 16) or (Buf[I + 3] shl 24)) = END_OF_CENTRAL_DIR_SIGNATURE then
2421 if (AEndHdr.Signature = END_OF_CENTRAL_DIR_SIGNATURE) and
2474 if (AEndHdr.Signature <> END_OF_CENTRAL_DIR_SIGNATURE) or
/dports/editors/lazarus/docs/chm/
H A Dfcl.xct2342 END_OF_CENTRAL_DIR_SIGNATURE zipper/end_of_central_dir_signature.html
/dports/editors/lazarus-qt5/docs/chm/
H A Dfcl.xct2342 END_OF_CENTRAL_DIR_SIGNATURE zipper/end_of_central_dir_signature.html