Home
last modified time | relevance | path

Searched refs:g_Alloc (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/sysutils/squashfs-tools/C/Util/Lzma/
H A DLzmaUtil.c23 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
128 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
130 LzmaDec_Free(&state, &g_Alloc); in Decode()
142 enc = LzmaEnc_Create(&g_Alloc); in Encode()
163 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
166 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/graphics/blender/blender-2.91.0/extern/lzma/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/archivers/lrzip/lrzip-0.631/lzma/C/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/cad/openctm/OpenCTM-1.0.3/lib/liblzma/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
39 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
47 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/comms/flamp/flamp-2.2.07/src/lzma/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/comms/flwrap/flwrap-1.3.5/src/lzma/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/comms/flmsg/flmsg-4.0.19/src/lzma/
H A DLzmaLib.c32 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
56 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
64 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/OpenCTM-1.0.3/lib/liblzma/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
39 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
47 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/sysutils/squashfs-tools/C/
H A DLzmaLib.c13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/C/Util/Lzma/
H A DLzmaUtil.c124 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
126 LzmaDec_Free(&state, &g_Alloc); in Decode()
138 enc = LzmaEnc_Create(&g_Alloc); in Encode()
159 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
162 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lzma-16.04/C/Util/Lzma/
H A DLzmaUtil.c124 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
126 LzmaDec_Free(&state, &g_Alloc); in Decode()
138 enc = LzmaEnc_Create(&g_Alloc); in Encode()
159 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
162 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/C/Util/Lzma/
H A DLzmaUtil.c124 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
126 LzmaDec_Free(&state, &g_Alloc); in Decode()
138 enc = LzmaEnc_Create(&g_Alloc); in Encode()
159 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
162 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/archivers/lzma/lzma-19.00/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/lzma/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/games/zdoom/zdoom-2.8.1/src/resourcefiles/
H A Dfile_7z.cpp58 extern ISzAlloc g_Alloc;
141 IAlloc_Free(&g_Alloc, OutBuffer); in ~C7zArchive()
143 SzArEx_Free(&DB, &g_Alloc); in ~C7zArchive()
148 return SzArEx_Open(&DB, &LookStream.s, &g_Alloc, &g_Alloc); in Open()
157 &g_Alloc, &g_Alloc); in Extract()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/C/Util/Lzma/
H A DLzmaUtil.c124 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
126 LzmaDec_Free(&state, &g_Alloc); in Decode()
138 enc = LzmaEnc_Create(&g_Alloc); in Encode()
159 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
162 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/Util/Lzma/
H A DLzmaUtil.c124 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
126 LzmaDec_Free(&state, &g_Alloc); in Decode()
138 enc = LzmaEnc_Create(&g_Alloc); in Encode()
159 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
162 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/C/Util/Lzma/
H A DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()

12345678910>>...17