SYMBOL INDEX (11280 symbols across 974 files) FILE: Documents/Website/src/components/StoreBadge/StoreBadge.ts function changeStoreBadge (line 1) | function changeStoreBadge(darkMode: boolean) { FILE: K7Base/K7Base.h type CHAR (line 22) | typedef char CHAR; type SHORT (line 23) | typedef short SHORT; type LONG (line 24) | typedef long LONG; type K7_BASE_HASH_ALGORITHM_TYPE (line 100) | typedef enum _K7_BASE_HASH_ALGORITHM_TYPE type K7_BASE_HASH_HANDLE (line 145) | typedef K7_BASE_HASH_HANDLE *PK7_BASE_HASH_HANDLE; FILE: K7Base/K7BaseDetours.cpp function EXTERN_C (line 15) | EXTERN_C LONG MOAPI K7BaseDetourTransactionBegin() function EXTERN_C (line 20) | EXTERN_C LONG MOAPI K7BaseDetourTransactionAbort() function EXTERN_C (line 25) | EXTERN_C LONG MOAPI K7BaseDetourTransactionCommit() function EXTERN_C (line 30) | EXTERN_C LONG MOAPI K7BaseDetourUpdateThread( function EXTERN_C (line 36) | EXTERN_C LONG MOAPI K7BaseDetourAttach( function EXTERN_C (line 43) | EXTERN_C LONG MOAPI K7BaseDetourDetach( FILE: K7Base/K7BaseHash.cpp type _K7_BASE_HASH_ALGORITHM (line 23) | struct _K7_BASE_HASH_ALGORITHM type _K7_BASE_HASH_CONTEXT (line 41) | struct _K7_BASE_HASH_CONTEXT function PK7_BASE_HASH_CONTEXT (line 50) | static PK7_BASE_HASH_CONTEXT K7BaseHashInternalGetContextFromHandle( function EXTERN_C (line 74) | EXTERN_C MO_RESULT MOAPI K7BaseHashCreate( function EXTERN_C (line 191) | EXTERN_C MO_RESULT MOAPI K7BaseHashDestroy( function EXTERN_C (line 224) | EXTERN_C MO_RESULT MOAPI K7BaseHashUpdate( function EXTERN_C (line 245) | EXTERN_C MO_RESULT MOAPI K7BaseHashFinal( function EXTERN_C (line 294) | EXTERN_C MO_RESULT MOAPI K7BaseHashGetSize( function EXTERN_C (line 314) | EXTERN_C MO_RESULT MOAPI K7BaseHashDuplicate( FILE: K7Base/K7BaseInitialize.cpp function EXTERN_C (line 13) | EXTERN_C MO_RESULT MOAPI K7BaseInitialize() FILE: K7Base/K7BaseMitigations.cpp function BOOL (line 23) | static BOOL GetCurrentProcessMitigationPolicy( function EXTERN_C (line 36) | EXTERN_C MO_RESULT MOAPI K7BaseEnableMandatoryMitigations() function EXTERN_C (line 97) | EXTERN_C MO_RESULT MOAPI K7BaseDisableDynamicCodeGeneration() function EXTERN_C (line 133) | EXTERN_C MO_RESULT MOAPI K7BaseDisableChildProcessCreation() function EXTERN_C (line 165) | EXTERN_C MO_RESULT MOAPI K7BaseSetCurrentThreadDynamicCodePolicyOptOut( type ModuleTypes (line 193) | namespace ModuleTypes type ModuleItem (line 203) | struct ModuleItem function MO_UINT8 (line 223) | static MO_UINT8 QueryModuleType( function IsDynamicCodeAllowed (line 239) | static bool IsDynamicCodeAllowed( function IsCurrentProcessHandle (line 255) | static bool IsCurrentProcessHandle( function IsPageExecute (line 266) | static bool IsPageExecute( function CheckExtents (line 279) | static inline bool CheckExtents( function GetModuleExportName (line 290) | static bool GetModuleExportName( type FunctionTypes (line 359) | namespace FunctionTypes type FunctionItem (line 375) | struct FunctionItem function NTSTATUS (line 383) | static NTSTATUS NTAPI OriginalNtMapViewOfSection( function NTSTATUS (line 415) | static NTSTATUS NTAPI OriginalNtQuerySection( function NTSTATUS (line 437) | static NTSTATUS NTAPI OriginalNtUnmapViewOfSection( function LPVOID (line 453) | static LPVOID WINAPI OriginalVirtualAlloc( function LPVOID (line 474) | static LPVOID WINAPI OriginalVirtualAllocEx( function BOOL (line 497) | static BOOL WINAPI OriginalVirtualProtect( function BOOL (line 518) | static BOOL WINAPI OriginalVirtualProtectEx( function NTSTATUS (line 541) | static NTSTATUS NTAPI DetouredNtMapViewOfSection( function NTSTATUS (line 607) | static NTSTATUS NTAPI DetouredNtUnmapViewOfSection( function LPVOID (line 634) | static LPVOID WINAPI DetouredVirtualAlloc( function LPVOID (line 659) | static LPVOID WINAPI DetouredVirtualAllocEx( function BOOL (line 688) | static BOOL WINAPI DetouredVirtualProtect( function BOOL (line 713) | static BOOL WINAPI DetouredVirtualProtectEx( function InitializeFunctionTable (line 742) | static bool InitializeFunctionTable() function UninitializeFunctionTable (line 788) | static void UninitializeFunctionTable() function EXTERN_C (line 799) | EXTERN_C MO_RESULT MOAPI K7BaseInitializeDynamicLinkLibraryBlocker() function EXTERN_C (line 835) | EXTERN_C MO_RESULT MOAPI K7BaseUninitializeDynamicLinkLibraryBlocker() FILE: K7Base/K7BaseModern.cpp function EXTERN_C (line 13) | EXTERN_C BOOL WINAPI K7BaseModernFileTimeToLocalFileTime( function EXTERN_C (line 41) | EXTERN_C BOOL WINAPI K7BaseModernLocalFileTimeToFileTime( FILE: K7Base/K7BasePolicies.cpp function QueryDwordValue (line 36) | static bool QueryDwordValue( function QueryMultiStringValue (line 60) | static std::set QueryMultiStringValue( function EXTERN_C (line 122) | EXTERN_C MO_RESULT MOAPI K7BaseInitializePolicies() function EXTERN_C (line 205) | EXTERN_C MO_BOOL MOAPI K7BaseGetAllowDynamicCodeGenerationPolicy() function EXTERN_C (line 210) | EXTERN_C MO_BOOL MOAPI K7BaseGetAllowChildProcessCreationPolicy() function EXTERN_C (line 215) | EXTERN_C MO_BOOL MOAPI K7BaseGetAllowedHandlerPolicy( function EXTERN_C (line 230) | EXTERN_C MO_BOOL MOAPI K7BaseGetAllowedCodecPolicy( function EXTERN_C (line 245) | EXTERN_C MO_UINT32 MOAPI K7BaseGetWriteZoneIdExtractPolicy() FILE: K7User/K7User.h type CHAR (line 22) | typedef char CHAR; type SHORT (line 23) | typedef short SHORT; type LONG (line 24) | typedef long LONG; FILE: K7User/K7UserDarkMode.cpp function HBRUSH (line 53) | static HBRUSH GetDarkModeBackgroundBrush() function HBRUSH (line 60) | static HBRUSH GetDarkModeForegroundBrush() function HBRUSH (line 67) | static HBRUSH GetDarkModeBorderBrush() function HBRUSH (line 74) | static HBRUSH GetDarkModeMenuSelectedBackgroundBrush() function IsStandardDynamicRangeMode (line 81) | static bool IsStandardDynamicRangeMode() type ThreadContext (line 147) | struct ThreadContext method ThreadContext (line 166) | ThreadContext() function RefreshWindowTheme (line 202) | static void RefreshWindowTheme( function IsFileManagerWindowClassName (line 309) | static bool IsFileManagerWindowClassName( function IsFileManagerPanelWindowClassName (line 315) | static bool IsFileManagerPanelWindowClassName( function IsFileManagerWindow (line 321) | static bool IsFileManagerWindow( function LRESULT (line 336) | LRESULT CALLBACK WindowSubclassCallback( function GetAssociatedModuleNameFromWindowHandle (line 739) | static std::wstring GetAssociatedModuleNameFromWindowHandle( function IsModernizedWindow (line 751) | static bool IsModernizedWindow( function LRESULT (line 782) | static LRESULT CALLBACK CallWndProcCallback( type FunctionTypes (line 819) | namespace FunctionTypes type FunctionItem (line 836) | struct FunctionItem function DWORD (line 844) | static DWORD WINAPI OriginalGetSysColor( function HBRUSH (line 857) | static HBRUSH WINAPI OriginalGetSysColorBrush( function HRESULT (line 870) | static HRESULT WINAPI OriginalGetThemeColor( function HRESULT (line 892) | static HRESULT WINAPI OriginalDrawThemeText( function HRESULT (line 922) | static HRESULT WINAPI OriginalDrawThemeBackground( function HRESULT (line 946) | static HRESULT WINAPI OriginalDrawThemeBackgroundEx( function HTHEME (line 970) | static HTHEME WINAPI OriginalOpenNcThemeData( function HRESULT (line 984) | static HRESULT WINAPI OriginalGetThemeClass( function DWORD (line 1002) | static DWORD WINAPI DetouredGetSysColor( function HBRUSH (line 1023) | static HBRUSH WINAPI DetouredGetSysColorBrush( function HRESULT (line 1042) | static HRESULT WINAPI DetouredGetThemeColor( function HRESULT (line 1088) | static HRESULT WINAPI DetouredDrawThemeText( function HRESULT (line 1130) | static HRESULT WINAPI DetouredDrawThemeBackground( function HRESULT (line 1264) | static HRESULT WINAPI DetouredDrawThemeBackgroundEx( function HTHEME (line 1338) | static HTHEME WINAPI DetouredOpenNcThemeData( function InitializeFunctionTable (line 1351) | static bool InitializeFunctionTable() function UninitializeFunctionTable (line 1417) | static void UninitializeFunctionTable() function EXTERN_C (line 1427) | EXTERN_C MO_RESULT MOAPI K7UserInitializeDarkModeSupport() function EXTERN_C (line 1473) | EXTERN_C MO_RESULT MOAPI K7UserUninitializeDarkModeSupport() FILE: K7User/K7UserModern.cpp function OriginalMessageBoxW (line 25) | int WINAPI OriginalMessageBoxW( function EXTERN_C (line 47) | EXTERN_C int WINAPI K7UserModernMessageBoxW( function EXTERN_C (line 131) | EXTERN_C PIDLIST_ABSOLUTE WINAPI K7UserModernSHBrowseForFolderW( function LONG (line 198) | static LONG GetCurrentApplicationUserModelIdWrapper( function GetCurrentApplicationUserModelIdSimple (line 226) | static std::wstring GetCurrentApplicationUserModelIdSimple() function EXTERN_C (line 260) | EXTERN_C MO_RESULT MOAPI K7UserModernLaunchDefaultAppsSettings() function EXTERN_C (line 280) | EXTERN_C MO_RESULT MOAPI K7UserModernSetForegroundWindow( function EXTERN_C (line 311) | EXTERN_C MO_RESULT MOAPI K7UserModernSetForegroundProcessMainWindow( FILE: K7User/K7UserPrivate.h type UAHMENUITEMMETRICS (line 30) | typedef union tagUAHMENUITEMMETRICS type UAHMENUPOPUPMETRICS (line 46) | typedef struct tagUAHMENUPOPUPMETRICS type UAHMENU (line 55) | typedef struct tagUAHMENU type UAHMENUITEM (line 65) | typedef struct tagUAHMENUITEM type UAHDRAWMENUITEM (line 75) | typedef struct UAHDRAWMENUITEM type UAHMEASUREMENUITEM (line 84) | typedef struct tagUAHMEASUREMENUITEM FILE: NanaZip.Build.Tasks/RefreshAppxManifestVersion.cs class RefreshAppxManifestVersion (line 9) | public class RefreshAppxManifestVersion : Task method Execute (line 17) | public override bool Execute() FILE: NanaZip.Build.Tasks/RefreshProjectBuildNumberDate.cs class RefreshProjectBuildNumberDate (line 9) | public class RefreshProjectBuildNumberDate : Task method Execute (line 17) | public override bool Execute() FILE: NanaZip.Codecs/BLAKE3/blake3.c function INLINE (line 10) | INLINE void chunk_state_init(blake3_chunk_state *self, const uint32_t ke... function INLINE (line 20) | INLINE void chunk_state_reset(blake3_chunk_state *self, const uint32_t k... function INLINE (line 29) | INLINE size_t chunk_state_len(const blake3_chunk_state *self) { function INLINE (line 34) | INLINE size_t chunk_state_fill_buf(blake3_chunk_state *self, function INLINE (line 46) | INLINE uint8_t chunk_state_maybe_start_flag(const blake3_chunk_state *se... type output_t (line 54) | typedef struct { function INLINE (line 62) | INLINE output_t make_output(const uint32_t input_cv[8], function INLINE (line 81) | INLINE void output_chaining_value(const output_t *self, uint8_t cv[32]) { function INLINE (line 89) | INLINE void output_root_bytes(const output_t *self, uint64_t seek, uint8... function INLINE (line 118) | INLINE void chunk_state_update(blake3_chunk_state *self, const uint8_t *... function INLINE (line 146) | INLINE output_t chunk_state_output(const blake3_chunk_state *self) { function INLINE (line 153) | INLINE output_t parent_output(const uint8_t block[BLAKE3_BLOCK_LEN], function INLINE (line 161) | INLINE size_t left_subtree_len(size_t input_len) { function INLINE (line 172) | INLINE size_t compress_chunks_parallel(const uint8_t *input, size_t inpu... function INLINE (line 216) | INLINE size_t compress_parents_parallel(const uint8_t *child_chaining_va... function blake3_compress_subtree_wide (line 268) | size_t blake3_compress_subtree_wide(const uint8_t *input, size_t input_len, function INLINE (line 348) | INLINE void function INLINE (line 382) | INLINE void hasher_init_base(blake3_hasher *self, const uint32_t key[8], function blake3_hasher_init (line 389) | void blake3_hasher_init(blake3_hasher *self) { hasher_init_base(self, IV... function blake3_hasher_init_keyed (line 391) | void blake3_hasher_init_keyed(blake3_hasher *self, function blake3_hasher_init_derive_key_raw (line 398) | void blake3_hasher_init_derive_key_raw(blake3_hasher *self, const void *... function blake3_hasher_init_derive_key (line 410) | void blake3_hasher_init_derive_key(blake3_hasher *self, const char *cont... function INLINE (line 424) | INLINE void hasher_merge_cv_stack(blake3_hasher *self, uint64_t total_le... function INLINE (line 467) | INLINE void hasher_push_cv(blake3_hasher *self, uint8_t new_cv[BLAKE3_OU... function INLINE (line 475) | INLINE void blake3_hasher_update_base(blake3_hasher *self, const void *i... function blake3_hasher_update (line 584) | void blake3_hasher_update(blake3_hasher *self, const void *input, function blake3_hasher_update_tbb (line 591) | void blake3_hasher_update_tbb(blake3_hasher *self, const void *input, function blake3_hasher_finalize (line 598) | void blake3_hasher_finalize(const blake3_hasher *self, uint8_t *out, function blake3_hasher_finalize_seek (line 603) | void blake3_hasher_finalize_seek(const blake3_hasher *self, uint64_t seek, function blake3_hasher_reset (line 647) | void blake3_hasher_reset(blake3_hasher *self) { FILE: NanaZip.Codecs/BLAKE3/blake3.h type blake3_chunk_state (line 42) | typedef struct { type blake3_hasher (line 51) | typedef struct { FILE: NanaZip.Codecs/BLAKE3/blake3_dispatch.c function xgetbv (line 50) | static uint64_t xgetbv(void) { function cpuid (line 60) | static void cpuid(uint32_t out[4], uint32_t id) { function cpuidex (line 76) | static void cpuidex(uint32_t out[4], uint32_t id, uint32_t sid) { type cpu_feature (line 93) | enum cpu_feature { function get_cpu_features (line 113) | enum cpu_feature function blake3_compress_in_place (line 168) | void blake3_compress_in_place(uint32_t cv[8], function blake3_compress_xof (line 197) | void blake3_compress_xof(const uint32_t cv[8], function blake3_xof_many (line 227) | void blake3_xof_many(const uint32_t cv[8], function blake3_hash_many (line 250) | void blake3_hash_many(const uint8_t *const *inputs, size_t num_inputs, function blake3_simd_degree (line 303) | size_t blake3_simd_degree(void) { FILE: NanaZip.Codecs/BLAKE3/blake3_impl.h type blake3_flags (line 17) | enum blake3_flags { function highest_one (line 102) | static unsigned int highest_one(uint64_t x) { function popcnt (line 132) | INLINE unsigned int popcnt(uint64_t x) { function INLINE (line 147) | INLINE uint64_t round_down_to_power_of_2(uint64_t x) { function INLINE (line 151) | INLINE uint32_t counter_low(uint64_t counter) { return (uint32_t)counter; } function INLINE (line 153) | INLINE uint32_t counter_high(uint64_t counter) { function INLINE (line 157) | INLINE uint32_t load32(const void *src) { function INLINE (line 163) | INLINE void load_key_words(const uint8_t key[BLAKE3_KEY_LEN], function INLINE (line 175) | INLINE void load_block_words(const uint8_t block[BLAKE3_BLOCK_LEN], function INLINE (line 182) | INLINE void store32(void *dst, uint32_t w) { function INLINE (line 190) | INLINE void store_cv_words(uint8_t bytes_out[32], uint32_t cv_words[8]) { FILE: NanaZip.Codecs/BLAKE3/blake3_neon.c function INLINE (line 11) | INLINE uint32x4_t loadu_128(const uint8_t src[16]) { function INLINE (line 16) | INLINE void storeu_128(uint32x4_t src, uint8_t dest[16]) { function INLINE (line 21) | INLINE uint32x4_t add_128(uint32x4_t a, uint32x4_t b) { function INLINE (line 25) | INLINE uint32x4_t xor_128(uint32x4_t a, uint32x4_t b) { function INLINE (line 29) | INLINE uint32x4_t set1_128(uint32_t x) { return vld1q_dup_u32(&x); } function INLINE (line 31) | INLINE uint32x4_t set4(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { function INLINE (line 36) | INLINE uint32x4_t rot16_128(uint32x4_t x) { function INLINE (line 44) | INLINE uint32x4_t rot12_128(uint32x4_t x) { function INLINE (line 50) | INLINE uint32x4_t rot8_128(uint32x4_t x) { function INLINE (line 63) | INLINE uint32x4_t rot7_128(uint32x4_t x) { function INLINE (line 79) | INLINE void round_fn4(uint32x4_t v[16], uint32x4_t m[16], size_t r) { function INLINE (line 195) | INLINE void transpose_vecs_128(uint32x4_t vecs[4]) { function INLINE (line 211) | INLINE void transpose_msg_vecs4(const uint8_t *const *inputs, function INLINE (line 235) | INLINE void load_counters4(uint64_t counter, bool increment_counter, function blake3_hash4_neon (line 246) | static void blake3_hash4_neon(const uint8_t *const *inputs, size_t blocks, function INLINE (line 319) | INLINE void hash_one_neon(const uint8_t *input, size_t blocks, function blake3_hash_many_neon (line 342) | void blake3_hash_many_neon(const uint8_t *const *inputs, size_t num_inputs, FILE: NanaZip.Codecs/BLAKE3/blake3_portable.c function INLINE (line 4) | INLINE uint32_t rotr32(uint32_t w, uint32_t c) { function INLINE (line 8) | INLINE void g(uint32_t *state, size_t a, size_t b, size_t c, size_t d, function INLINE (line 20) | INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t rou... function INLINE (line 37) | INLINE void compress_pre(uint32_t state[16], const uint32_t cv[8], function blake3_compress_in_place_portable (line 84) | void blake3_compress_in_place_portable(uint32_t cv[8], function blake3_compress_xof_portable (line 100) | void blake3_compress_xof_portable(const uint32_t cv[8], function INLINE (line 125) | INLINE void hash_one_portable(const uint8_t *input, size_t blocks, function blake3_hash_many_portable (line 145) | void blake3_hash_many_portable(const uint8_t *const *inputs, size_t num_... FILE: NanaZip.Codecs/Brotli/common/constants.h type BrotliDistanceCodeLimit (line 103) | typedef struct BrotliDistanceCodeLimit { function BROTLI_UNUSED_FUNCTION (line 125) | BROTLI_UNUSED_FUNCTION BrotliDistanceCodeLimit BrotliCalculateDistanceCo... type BrotliPrefixCodeRange (line 189) | typedef struct { FILE: NanaZip.Codecs/Brotli/common/context.h type ContextType (line 93) | typedef enum ContextType { FILE: NanaZip.Codecs/Brotli/common/dictionary.c function BrotliDictionary (line 48) | const BrotliDictionary* BrotliGetDictionary(void) { function BrotliSetDictionaryData (line 52) | void BrotliSetDictionaryData(const uint8_t* data) { FILE: NanaZip.Codecs/Brotli/common/dictionary.h type BrotliDictionary (line 18) | typedef struct BrotliDictionary { FILE: NanaZip.Codecs/Brotli/common/platform.c function BrotliDefaultFreeFunc (line 16) | void BrotliDefaultFreeFunc(void* opaque, void* address) { FILE: NanaZip.Codecs/Brotli/common/platform.h type BrotliPackedValue (line 290) | typedef union BrotliPackedValue { function BROTLI_INLINE (line 297) | static BROTLI_INLINE uint16_t BrotliUnalignedRead16(const void* p) { function BROTLI_INLINE (line 301) | static BROTLI_INLINE uint32_t BrotliUnalignedRead32(const void* p) { function BROTLI_INLINE (line 305) | static BROTLI_INLINE uint64_t BrotliUnalignedRead64(const void* p) { function BROTLI_INLINE (line 309) | static BROTLI_INLINE size_t BrotliUnalignedReadSizeT(const void* p) { function BROTLI_INLINE (line 313) | static BROTLI_INLINE void BrotliUnalignedWrite64(void* p, uint64_t v) { function BROTLI_INLINE (line 320) | static BROTLI_INLINE uint16_t BrotliUnalignedRead16(const void* p) { function BROTLI_INLINE (line 325) | static BROTLI_INLINE uint32_t BrotliUnalignedRead32(const void* p) { function BROTLI_INLINE (line 330) | static BROTLI_INLINE uint64_t BrotliUnalignedRead64(const void* p) { function BROTLI_INLINE (line 335) | static BROTLI_INLINE size_t BrotliUnalignedReadSizeT(const void* p) { function BROTLI_INLINE (line 340) | static BROTLI_INLINE void BrotliUnalignedWrite64(void* p, uint64_t v) { function BROTLI_INLINE (line 379) | static BROTLI_INLINE uint16_t BROTLI_UNALIGNED_LOAD16LE(const void* p) { function BROTLI_INLINE (line 383) | static BROTLI_INLINE uint32_t BROTLI_UNALIGNED_LOAD32LE(const void* p) { function BROTLI_INLINE (line 387) | static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void* p) { function BROTLI_INLINE (line 391) | static BROTLI_INLINE void BROTLI_UNALIGNED_STORE64LE(void* p, uint64_t v) { function BROTLI_INLINE (line 397) | static BROTLI_INLINE uint16_t BROTLI_UNALIGNED_LOAD16LE(const void* p) { function BROTLI_INLINE (line 401) | static BROTLI_INLINE uint32_t BROTLI_UNALIGNED_LOAD32LE(const void* p) { function BROTLI_INLINE (line 409) | static BROTLI_INLINE uint64_t BROTLI_UNALIGNED_LOAD64LE(const void* p) { function BROTLI_INLINE (line 421) | static BROTLI_INLINE void BROTLI_UNALIGNED_STORE64LE(void* p, uint64_t v) { function BROTLI_INLINE (line 434) | static BROTLI_INLINE void* BROTLI_UNALIGNED_LOAD_PTR(const void* p) { function BROTLI_INLINE (line 440) | static BROTLI_INLINE void BROTLI_UNALIGNED_STORE_PTR(void* p, const void... function BROTLI_INLINE (line 477) | static BROTLI_INLINE void BrotliDump(const char* f, int l, const char* f... function BROTLI_INLINE (line 493) | static BROTLI_INLINE brotli_reg_t BrotliRBit(brotli_reg_t input) { function BROTLI_INLINE (line 503) | static BROTLI_INLINE void BrotliRBit(void) { /* Should break build if us... function BROTLI_INLINE (line 535) | static BROTLI_INLINE uint32_t BrotliBsf64Msvc(uint64_t x) { function BROTLI_INLINE (line 549) | static BROTLI_INLINE uint32_t BrotliBsr32Msvc(uint32_t x) { function BROTLI_INLINE (line 564) | static BROTLI_INLINE uint16_t BrotliRotateRight16(uint16_t const value, function BROTLI_INLINE (line 569) | static BROTLI_INLINE uint32_t BrotliRotateRight32(uint32_t const value, function BROTLI_INLINE (line 574) | static BROTLI_INLINE uint64_t BrotliRotateRight64(uint64_t const value, function BROTLI_UNUSED_FUNCTION (line 580) | BROTLI_UNUSED_FUNCTION void BrotliSuppressUnusedFunctions(void) { FILE: NanaZip.Codecs/Brotli/common/shared_dictionary.c function BROTLI_BOOL (line 28) | static BROTLI_BOOL ReadBool(const uint8_t* encoded, size_t size, size_t*... function BROTLI_BOOL (line 41) | static BROTLI_BOOL ReadUint8(const uint8_t* encoded, size_t size, size_t... function BROTLI_BOOL (line 51) | static BROTLI_BOOL ReadUint16(const uint8_t* encoded, size_t size, size_... function BROTLI_BOOL (line 63) | static BROTLI_BOOL ReadVarint32(const uint8_t* encoded, size_t size, function BrotliSizeBitsToOffsets (line 79) | static size_t BrotliSizeBitsToOffsets(const uint8_t* size_bits_by_length, function BROTLI_BOOL (line 92) | static BROTLI_BOOL ParseWordList(size_t size, const uint8_t* encoded, function ComputeCutoffTransforms (line 124) | static void ComputeCutoffTransforms(BrotliTransforms* transforms) { function BROTLI_BOOL (line 140) | static BROTLI_BOOL ParsePrefixSuffixTable(size_t size, const uint8_t* en... function BROTLI_BOOL (line 182) | static BROTLI_BOOL ParseTransformsList(size_t size, const uint8_t* encoded, function BROTLI_BOOL (line 236) | static BROTLI_BOOL DryParseDictionary(const uint8_t* encoded, function BROTLI_BOOL (line 272) | static BROTLI_BOOL ParseDictionary(const uint8_t* encoded, size_t size, function BROTLI_BOOL (line 418) | static BROTLI_BOOL DecodeSharedDictionary( function BrotliSharedDictionaryDestroyInstance (line 445) | void BrotliSharedDictionaryDestroyInstance( function BROTLI_BOOL (line 461) | BROTLI_BOOL BrotliSharedDictionaryAttach( function BrotliSharedDictionary (line 484) | BrotliSharedDictionary* BrotliSharedDictionaryCreateInstance( FILE: NanaZip.Codecs/Brotli/common/shared_dictionary_internal.h type BrotliSharedDictionaryStruct (line 22) | struct BrotliSharedDictionaryStruct { type BrotliSharedDictionaryInternal (line 68) | typedef struct BrotliSharedDictionaryStruct BrotliSharedDictionaryInternal; FILE: NanaZip.Codecs/Brotli/common/transform.c function BrotliTransforms (line 175) | const BrotliTransforms* BrotliGetTransforms(void) { function ToUpperCase (line 179) | static int ToUpperCase(uint8_t* p) { function Shift (line 196) | static int Shift(uint8_t* word, int word_len, uint16_t parameter) { function BrotliTransformDictionaryWord (line 238) | int BrotliTransformDictionaryWord(uint8_t* dst, const uint8_t* word, int... FILE: NanaZip.Codecs/Brotli/common/transform.h type BrotliWordTransformType (line 17) | enum BrotliWordTransformType { type BrotliTransforms (line 46) | typedef struct BrotliTransforms { FILE: NanaZip.Codecs/Brotli/dec/bit_reader.c function BrotliInitBitReader (line 29) | void BrotliInitBitReader(BrotliBitReader* const br) { function BROTLI_BOOL (line 34) | BROTLI_BOOL BrotliWarmupBitReader(BrotliBitReader* const br) { function BROTLI_BOOL (line 58) | BROTLI_BOOL BrotliSafeReadBits32Slow(BrotliBitReader* const br, FILE: NanaZip.Codecs/Brotli/dec/bit_reader.h function BROTLI_INLINE (line 26) | static BROTLI_INLINE brotli_reg_t BitMask(brotli_reg_t n) { type BrotliBitReader (line 36) | typedef struct { type BrotliBitReaderState (line 44) | typedef struct { function BROTLI_INLINE (line 67) | static BROTLI_INLINE size_t function BROTLI_INLINE (line 72) | static BROTLI_INLINE void BrotliBitReaderSaveState( function BROTLI_INLINE (line 80) | static BROTLI_INLINE void BrotliBitReaderSetInput( function BROTLI_INLINE (line 91) | static BROTLI_INLINE void BrotliBitReaderRestoreState( function BROTLI_INLINE (line 99) | static BROTLI_INLINE brotli_reg_t BrotliGetAvailableBits( function BROTLI_INLINE (line 107) | static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { function BROTLI_INLINE (line 116) | static BROTLI_INLINE BROTLI_BOOL BrotliCheckInputAmount( function BROTLI_INLINE (line 122) | static BROTLI_INLINE brotli_reg_t BrotliBitReaderLoadBits(brotli_reg_t val, function BROTLI_INLINE (line 136) | static BROTLI_INLINE void BrotliFillBitWindow( function BROTLI_INLINE (line 190) | static BROTLI_INLINE void BrotliFillBitWindow16(BrotliBitReader* const b... function BROTLI_INLINE (line 196) | static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const b... function BROTLI_INLINE (line 209) | static BROTLI_INLINE brotli_reg_t BrotliGetBitsUnmasked( function BROTLI_INLINE (line 216) | static BROTLI_INLINE brotli_reg_t BrotliGet16BitsUnmasked( function BROTLI_INLINE (line 224) | static BROTLI_INLINE brotli_reg_t BrotliGetBits( function BROTLI_INLINE (line 232) | static BROTLI_INLINE BROTLI_BOOL BrotliSafeGetBits( function BROTLI_INLINE (line 244) | static BROTLI_INLINE void BrotliDropBits( function BROTLI_INLINE (line 253) | static BROTLI_INLINE void BrotliBitReaderNormalize(BrotliBitReader* br) { function BROTLI_INLINE (line 260) | static BROTLI_INLINE void BrotliBitReaderUnload(BrotliBitReader* br) { function BROTLI_INLINE (line 271) | static BROTLI_INLINE void BrotliTakeBits(BrotliBitReader* const br, function BROTLI_INLINE (line 284) | static BROTLI_INLINE brotli_reg_t BrotliReadBits24( function BROTLI_INLINE (line 304) | static BROTLI_INLINE brotli_reg_t BrotliReadBits32( function BROTLI_INLINE (line 326) | static BROTLI_INLINE BROTLI_BOOL BrotliSafeReadBits( function BROTLI_INLINE (line 339) | static BROTLI_INLINE BROTLI_BOOL BrotliSafeReadBits32( function BROTLI_INLINE (line 357) | static BROTLI_INLINE BROTLI_BOOL BrotliJumpToByteBoundary(BrotliBitReade... function BROTLI_INLINE (line 367) | static BROTLI_INLINE void BrotliDropBytes(BrotliBitReader* br, size_t nu... function BROTLI_INLINE (line 377) | static BROTLI_INLINE void BrotliCopyBytes(uint8_t* dest, function BROTLI_UNUSED_FUNCTION (line 392) | BROTLI_UNUSED_FUNCTION void BrotliBitReaderSuppressUnusedFunctions(void) { FILE: NanaZip.Codecs/Brotli/dec/dec_static_init.c function BROTLI_BOOL (line 22) | static BROTLI_BOOL DoBrotliDecoderStaticInit(void) { function BrotliDecoderStaticInitEarly (line 31) | static __attribute__((constructor)) void BrotliDecoderStaticInitEarly(vo... function BrotliDecoderLazyStaticInitInner (line 36) | void BrotliDecoderLazyStaticInitInner(void) { function BROTLI_BOOL (line 41) | BROTLI_BOOL BrotliDecoderEnsureStaticInit(void) { FILE: NanaZip.Codecs/Brotli/dec/decode.c function BROTLI_BOOL (line 63) | BROTLI_BOOL BrotliDecoderSetParameter( function BrotliDecoderState (line 79) | BrotliDecoderState* BrotliDecoderCreateInstance( function BrotliDecoderDestroyInstance (line 108) | void BrotliDecoderDestroyInstance(BrotliDecoderState* state) { function BROTLI_NOINLINE (line 120) | static BROTLI_NOINLINE BrotliDecoderResult SaveErrorCode( function BrotliDecoderErrorCode (line 145) | static BrotliDecoderErrorCode DecodeWindowBits(BrotliDecoderState* s, function BROTLI_INLINE (line 181) | static BROTLI_INLINE void memmove16(uint8_t* dst, uint8_t* src) { function BROTLI_NOINLINE (line 192) | static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8( function BrotliDecoderErrorCode (line 236) | static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength( function BROTLI_INLINE (line 361) | static BROTLI_INLINE brotli_reg_t DecodeSymbol(brotli_reg_t bits, function BROTLI_INLINE (line 379) | static BROTLI_INLINE brotli_reg_t ReadSymbol(const HuffmanCode* table, function BROTLI_NOINLINE (line 386) | static BROTLI_NOINLINE BROTLI_BOOL SafeDecodeSymbol( function BROTLI_INLINE (line 426) | static BROTLI_INLINE BROTLI_BOOL SafeReadSymbol( function BROTLI_INLINE (line 437) | static BROTLI_INLINE void PreloadSymbol(int safe, function BROTLI_INLINE (line 453) | static BROTLI_INLINE brotli_reg_t ReadPreloadedSymbol(const HuffmanCode*... function BROTLI_INLINE (line 477) | static BROTLI_INLINE int BrotliCopyPreloadedSymbolsToU8(const HuffmanCod... function BROTLI_INLINE (line 521) | static BROTLI_INLINE brotli_reg_t Log2Floor(brotli_reg_t x) { function BrotliDecoderErrorCode (line 533) | static BrotliDecoderErrorCode ReadSimpleHuffmanSymbols( function BROTLI_INLINE (line 576) | static BROTLI_INLINE void ProcessSingleCodeLength(brotli_reg_t code_len, function BROTLI_INLINE (line 603) | static BROTLI_INLINE void ProcessRepeatedCodeLength(brotli_reg_t code_len, function BrotliDecoderErrorCode (line 651) | static BrotliDecoderErrorCode ReadSymbolCodeLengths( function BrotliDecoderErrorCode (line 701) | static BrotliDecoderErrorCode SafeReadSymbolCodeLengths( function BrotliDecoderErrorCode (line 750) | static BrotliDecoderErrorCode ReadCodeLengthCodeLengths(BrotliDecoderSta... function BrotliDecoderErrorCode (line 806) | static BrotliDecoderErrorCode ReadHuffmanCode(brotli_reg_t alphabet_size... function BROTLI_INLINE (line 932) | static BROTLI_INLINE brotli_reg_t ReadBlockLength(const HuffmanCode* table, function BROTLI_INLINE (line 943) | static BROTLI_INLINE BROTLI_BOOL SafeReadBlockLength( function BROTLI_NOINLINE (line 983) | static BROTLI_NOINLINE void InverseMoveToFrontTransform( function BrotliDecoderErrorCode (line 1021) | static BrotliDecoderErrorCode HuffmanTreeGroupDecode( function BrotliDecoderErrorCode (line 1050) | static BrotliDecoderErrorCode DecodeContextMap(brotli_reg_t context_map_... function BROTLI_INLINE (line 1179) | static BROTLI_INLINE BROTLI_BOOL DecodeBlockTypeAndLength( function BROTLI_INLINE (line 1223) | static BROTLI_INLINE void DetectTrivialLiteralBlockTypes( function BROTLI_INLINE (line 1242) | static BROTLI_INLINE void PrepareLiteralDecoding(BrotliDecoderState* s) { function BROTLI_INLINE (line 1257) | static BROTLI_INLINE BROTLI_BOOL DecodeLiteralBlockSwitchInternal( function DecodeLiteralBlockSwitch (line 1266) | static void BROTLI_NOINLINE DecodeLiteralBlockSwitch(BrotliDecoderState*... function BROTLI_BOOL (line 1270) | static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeLiteralBlockSwitch( function BROTLI_INLINE (line 1277) | static BROTLI_INLINE BROTLI_BOOL DecodeCommandBlockSwitchInternal( function DecodeCommandBlockSwitch (line 1286) | static void BROTLI_NOINLINE DecodeCommandBlockSwitch(BrotliDecoderState*... function BROTLI_BOOL (line 1290) | static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeCommandBlockSwitch( function BROTLI_INLINE (line 1297) | static BROTLI_INLINE BROTLI_BOOL DecodeDistanceBlockSwitchInternal( function DecodeDistanceBlockSwitch (line 1308) | static void BROTLI_NOINLINE DecodeDistanceBlockSwitch(BrotliDecoderState... function BROTLI_BOOL (line 1312) | static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeDistanceBlockSwitch( function UnwrittenBytes (line 1317) | static size_t UnwrittenBytes(const BrotliDecoderState* s, BROTLI_BOOL wr... function BrotliDecoderErrorCode (line 1327) | static BrotliDecoderErrorCode BROTLI_NOINLINE WriteRingBuffer( function WrapRingBuffer (line 1372) | static void BROTLI_NOINLINE WrapRingBuffer(BrotliDecoderState* s) { function BROTLI_BOOL (line 1386) | static BROTLI_BOOL BROTLI_NOINLINE BrotliEnsureRingBuffer( function BrotliDecoderErrorCode (line 1415) | static BrotliDecoderErrorCode BROTLI_NOINLINE function BrotliDecoderErrorCode (line 1467) | static BrotliDecoderErrorCode BROTLI_NOINLINE CopyUncompressedBlockToOut... function BROTLI_BOOL (line 1518) | static BROTLI_BOOL AttachCompoundDictionary( function EnsureCompoundDictionaryInitialized (line 1542) | static void EnsureCompoundDictionaryInitialized(BrotliDecoderState* stat... function BROTLI_BOOL (line 1559) | static BROTLI_BOOL InitializeCompoundDictionaryCopy(BrotliDecoderState* s, function GetCompoundDictionarySize (line 1578) | static int GetCompoundDictionarySize(BrotliDecoderState* s) { function CopyFromCompoundDictionary (line 1582) | static int CopyFromCompoundDictionary(BrotliDecoderState* s, int pos) { function BROTLI_BOOL (line 1608) | BROTLI_BOOL BrotliDecoderAttachDictionary( function BrotliCalculateRingBufferSize (line 1633) | static void BROTLI_NOINLINE BrotliCalculateRingBufferSize( function BrotliDecoderErrorCode (line 1673) | static BrotliDecoderErrorCode ReadContextModes(BrotliDecoderState* s) { function BROTLI_INLINE (line 1690) | static BROTLI_INLINE void TakeDistanceFromRingBuffer(BrotliDecoderState*... function BROTLI_INLINE (line 1717) | static BROTLI_INLINE BROTLI_BOOL SafeReadBits( function BROTLI_INLINE (line 1727) | static BROTLI_INLINE BROTLI_BOOL SafeReadBits32( function CalculateDistanceLut (line 1804) | static void CalculateDistanceLut(BrotliDecoderState* s) { function BROTLI_INLINE (line 1839) | static BROTLI_INLINE BROTLI_BOOL ReadDistanceInternal( function BROTLI_INLINE (line 1877) | static BROTLI_INLINE void ReadDistance( function BROTLI_INLINE (line 1882) | static BROTLI_INLINE BROTLI_BOOL SafeReadDistance( function BROTLI_INLINE (line 1887) | static BROTLI_INLINE BROTLI_BOOL ReadCommandInternal( function BROTLI_INLINE (line 1925) | static BROTLI_INLINE void ReadCommand( function BROTLI_INLINE (line 1930) | static BROTLI_INLINE BROTLI_BOOL SafeReadCommand( function BROTLI_INLINE (line 1935) | static BROTLI_INLINE BROTLI_BOOL CheckInputAmount( function BROTLI_INLINE (line 1955) | static BROTLI_INLINE BrotliDecoderErrorCode ProcessCommandsInternal( function BROTLI_NOINLINE (line 2344) | static BROTLI_NOINLINE BrotliDecoderErrorCode ProcessCommands( function BROTLI_NOINLINE (line 2349) | static BROTLI_NOINLINE BrotliDecoderErrorCode SafeProcessCommands( function BrotliDecoderResult (line 2354) | BrotliDecoderResult BrotliDecoderDecompress( function BrotliDecoderResult (line 2390) | BrotliDecoderResult BrotliDecoderDecompressStream( function BROTLI_BOOL (line 2873) | BROTLI_BOOL BrotliDecoderHasMoreOutput(const BrotliDecoderState* s) { function BROTLI_BOOL (line 2907) | BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* s) { function BROTLI_BOOL (line 2912) | BROTLI_BOOL BrotliDecoderIsFinished(const BrotliDecoderState* s) { function BrotliDecoderErrorCode (line 2917) | BrotliDecoderErrorCode BrotliDecoderGetErrorCode(const BrotliDecoderStat... function BrotliDecoderVersion (line 2933) | uint32_t BrotliDecoderVersion(void) { function BrotliDecoderSetMetadataCallbacks (line 2937) | void BrotliDecoderSetMetadataCallbacks( function BROTLI_BOOL (line 2950) | BROTLI_BOOL BrotliSafeReadSymbolForTest( function BrotliInverseMoveToFrontTransformForTest (line 2956) | void BrotliInverseMoveToFrontTransformForTest( FILE: NanaZip.Codecs/Brotli/dec/huffman.c function BROTLI_INLINE (line 68) | static BROTLI_INLINE brotli_reg_t BrotliReverseBits(brotli_reg_t num) { function BROTLI_INLINE (line 78) | static BROTLI_INLINE void ReplicateValue(HuffmanCode* table, function BROTLI_INLINE (line 90) | static BROTLI_INLINE int NextTableBitSize(const uint16_t* const count, function BrotliBuildCodeLengthsHuffmanTable (line 102) | void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table, function BrotliBuildHuffmanTable (line 169) | uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table, function BrotliBuildSimpleHuffmanTable (line 261) | uint32_t BrotliBuildSimpleHuffmanTable(HuffmanCode* table, FILE: NanaZip.Codecs/Brotli/dec/huffman.h type HuffmanCode (line 37) | typedef struct { function BROTLI_INLINE (line 42) | static BROTLI_INLINE HuffmanCode ConstructHuffmanCode(const uint8_t bits, type HuffmanCode (line 74) | typedef BROTLI_ALIGNED(4) uint32_t HuffmanCode; function BROTLI_INLINE (line 76) | static BROTLI_INLINE HuffmanCode ConstructHuffmanCode(const uint8_t bits, type HuffmanTreeGroup (line 108) | typedef struct { FILE: NanaZip.Codecs/Brotli/dec/prefix.c function BROTLI_COLD (line 24) | BROTLI_COLD BROTLI_BOOL BrotliDecoderInitCmdLut(CmdLutElement* items) { FILE: NanaZip.Codecs/Brotli/dec/prefix.h type CmdLutElement (line 21) | typedef struct CmdLutElement { FILE: NanaZip.Codecs/Brotli/dec/state.c function BROTLI_BOOL (line 32) | BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s, function BrotliDecoderStateMetablockBegin (line 112) | void BrotliDecoderStateMetablockBegin(BrotliDecoderState* s) { function BrotliDecoderStateCleanupAfterMetablock (line 142) | void BrotliDecoderStateCleanupAfterMetablock(BrotliDecoderState* s) { function BrotliDecoderStateCleanup (line 151) | void BrotliDecoderStateCleanup(BrotliDecoderState* s) { function BROTLI_BOOL (line 163) | BROTLI_BOOL BrotliDecoderHuffmanTreeGroupInit(BrotliDecoderState* s, FILE: NanaZip.Codecs/Brotli/dec/state.h type BrotliRunningState (line 112) | typedef enum { type BrotliRunningMetablockHeaderState (line 142) | typedef enum { type BrotliRunningUncompressedState (line 153) | typedef enum { type BrotliRunningTreeGroupState (line 158) | typedef enum { type BrotliRunningContextMapState (line 163) | typedef enum { type BrotliRunningHuffmanState (line 171) | typedef enum { type BrotliRunningDecodeUint8State (line 180) | typedef enum { type BrotliRunningReadBlockLengthState (line 186) | typedef enum { type BrotliDecoderCompoundDictionary (line 192) | typedef struct BrotliDecoderCompoundDictionary { type BrotliMetablockHeaderArena (line 205) | typedef struct BrotliMetablockHeaderArena { type BrotliMetablockBodyArena (line 245) | typedef struct BrotliMetablockBodyArena { type BrotliDecoderStateStruct (line 250) | struct BrotliDecoderStateStruct { type BrotliDecoderStateInternal (line 367) | typedef struct BrotliDecoderStateStruct BrotliDecoderStateInternal; FILE: NanaZip.Codecs/Brotli/enc/backward_references.c function BROTLI_INLINE (line 25) | static BROTLI_INLINE size_t ComputeDistanceCode(size_t distance, function BrotliCreateBackwardReferences (line 181) | void BrotliCreateBackwardReferences(size_t num_bytes, FILE: NanaZip.Codecs/Brotli/enc/backward_references_hq.c function BrotliInitZopfliNodes (line 42) | void BrotliInitZopfliNodes(ZopfliNode* array, size_t length) { function BROTLI_INLINE (line 52) | static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* sel... function BROTLI_INLINE (line 56) | static BROTLI_INLINE uint32_t ZopfliNodeLengthCode(const ZopfliNode* sel... function BROTLI_INLINE (line 61) | static BROTLI_INLINE uint32_t ZopfliNodeCopyDistance(const ZopfliNode* s... function BROTLI_INLINE (line 65) | static BROTLI_INLINE uint32_t ZopfliNodeDistanceCode(const ZopfliNode* s... function BROTLI_INLINE (line 72) | static BROTLI_INLINE uint32_t ZopfliNodeCommandLength(const ZopfliNode* ... type ZopfliCostModelArena (line 77) | typedef struct ZopfliCostModelArena { type ZopfliCostModel (line 85) | typedef struct ZopfliCostModel { function InitZopfliCostModel (line 102) | static void InitZopfliCostModel( function CleanupZopfliCostModel (line 112) | static void CleanupZopfliCostModel(MemoryManager* m, ZopfliCostModel* se... function SetCost (line 117) | static void SetCost(const uint32_t* histogram, size_t histogram_size, function ZopfliCostModelSetFromCommands (line 149) | static void ZopfliCostModelSetFromCommands(ZopfliCostModel* self, function ZopfliCostModelSetFromLiteralCosts (line 209) | static void ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, function BROTLI_INLINE (line 237) | static BROTLI_INLINE float ZopfliCostModelGetCommandCost( function BROTLI_INLINE (line 242) | static BROTLI_INLINE float ZopfliCostModelGetDistanceCost( function BROTLI_INLINE (line 247) | static BROTLI_INLINE float ZopfliCostModelGetLiteralCosts( function BROTLI_INLINE (line 252) | static BROTLI_INLINE float ZopfliCostModelGetMinCostCmd( function BROTLI_INLINE (line 260) | static BROTLI_INLINE void UpdateZopfliNode(ZopfliNode* nodes, size_t pos, type PosData (line 271) | typedef struct PosData { type StartPosQueue (line 279) | typedef struct StartPosQueue { function BROTLI_INLINE (line 284) | static BROTLI_INLINE void InitStartPosQueue(StartPosQueue* self) { function StartPosQueueSize (line 288) | static size_t StartPosQueueSize(const StartPosQueue* self) { function StartPosQueuePush (line 292) | static void StartPosQueuePush(StartPosQueue* self, const PosData* posdat... function PosData (line 308) | static const PosData* StartPosQueueAt(const StartPosQueue* self, size_t ... function ComputeMinimumCopyLength (line 314) | static size_t ComputeMinimumCopyLength(const float start_cost, function ComputeDistanceShortcut (line 341) | static uint32_t ComputeDistanceShortcut(const size_t block_start, function ComputeDistanceCache (line 372) | static void ComputeDistanceCache(const size_t pos, function EvaluateNode (line 393) | static void EvaluateNode( function UpdateNodes (line 414) | static size_t UpdateNodes( function ComputeShortestPathFromNodes (line 587) | static size_t ComputeShortestPathFromNodes(size_t num_bytes, function BrotliZopfliCreateCommands (line 604) | void BrotliZopfliCreateCommands(const size_t num_bytes, function ZopfliIterate (line 649) | static size_t ZopfliIterate(size_t num_bytes, size_t position, function MergeMatches (line 689) | static void MergeMatches(BackwardMatch* dst, function BrotliZopfliComputeShortestPath (line 707) | size_t BrotliZopfliComputeShortestPath(MemoryManager* m, size_t num_bytes, function BrotliCreateZopfliBackwardReferences (line 797) | void BrotliCreateZopfliBackwardReferences(MemoryManager* m, size_t num_b... function BrotliCreateHqZopfliBackwardReferences (line 814) | void BrotliCreateHqZopfliBackwardReferences(MemoryManager* m, size_t num... FILE: NanaZip.Codecs/Brotli/enc/backward_references_hq.h type ZopfliNode (line 37) | typedef struct ZopfliNode { FILE: NanaZip.Codecs/Brotli/enc/backward_references_inc.h function BROTLI_NOINLINE (line 10) | static BROTLI_NOINLINE void EXPORT_FN(CreateBackwardReferences)( FILE: NanaZip.Codecs/Brotli/enc/bit_cost.c function BrotliBitsEntropy (line 18) | double BrotliBitsEntropy(const uint32_t* population, size_t size) { FILE: NanaZip.Codecs/Brotli/enc/block_splitter.c function CountLiterals (line 39) | static size_t CountLiterals(const Command* cmds, const size_t num_comman... function CopyLiteralsToByteArray (line 49) | static void CopyLiteralsToByteArray(const Command* cmds, function BROTLI_INLINE (line 75) | static BROTLI_INLINE uint32_t MyRand(uint32_t* seed) { function BROTLI_INLINE (line 81) | static BROTLI_INLINE double BitCost(size_t count) { function BrotliInitBlockSplit (line 107) | void BrotliInitBlockSplit(BlockSplit* self) { function BrotliDestroyBlockSplit (line 116) | void BrotliDestroyBlockSplit(MemoryManager* m, BlockSplit* self) { function BrotliSplitBlock (line 123) | void BrotliSplitBlock(MemoryManager* m, function BrotliCountLiteralsForTest (line 200) | size_t BrotliCountLiteralsForTest(const Command* cmds, size_t num_comman... function BrotliCopyLiteralsToByteArrayForTest (line 205) | void BrotliCopyLiteralsToByteArrayForTest(const Command* cmds, FILE: NanaZip.Codecs/Brotli/enc/block_splitter.h type BlockSplit (line 20) | typedef struct BlockSplit { FILE: NanaZip.Codecs/Brotli/enc/brotli_bit_stream.c function BROTLI_INLINE (line 34) | static BROTLI_INLINE uint32_t BlockLengthPrefixCode(uint32_t len) { function BROTLI_INLINE (line 41) | static BROTLI_INLINE void GetBlockLengthPrefixCode(uint32_t len, size_t*... type BlockTypeCodeCalculator (line 48) | typedef struct BlockTypeCodeCalculator { function InitBlockTypeCodeCalculator (line 53) | static void InitBlockTypeCodeCalculator(BlockTypeCodeCalculator* self) { function BROTLI_INLINE (line 58) | static BROTLI_INLINE size_t NextBlockTypeCode( function BrotliEncodeMlen (line 70) | static void BrotliEncodeMlen(size_t length, uint64_t* bits, function BROTLI_INLINE (line 82) | static BROTLI_INLINE void StoreCommandExtra( type BlockSplitCode (line 97) | typedef struct BlockSplitCode { function StoreVarLenUint8 (line 106) | static void StoreVarLenUint8(size_t n, size_t* storage_ix, uint8_t* stor... function StoreCompressedMetaBlockHeader (line 120) | static void StoreCompressedMetaBlockHeader(BROTLI_BOOL is_final_block, function BrotliStoreUncompressedMetaBlockHeader (line 148) | static void BrotliStoreUncompressedMetaBlockHeader(size_t length, function BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask (line 165) | static void BrotliStoreHuffmanTreeOfHuffmanTreeToBitMask( function BrotliStoreHuffmanTreeToBitMask (line 220) | static void BrotliStoreHuffmanTreeToBitMask( function StoreSimpleHuffmanTree (line 242) | static void StoreSimpleHuffmanTree(const uint8_t* depths, function BrotliStoreHuffmanTree (line 283) | void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num, function BuildAndStoreHuffmanTree (line 349) | static void BuildAndStoreHuffmanTree(const uint32_t* histogram, function BROTLI_INLINE (line 399) | static BROTLI_INLINE BROTLI_BOOL SortHuffmanTree( function BrotliBuildAndStoreHuffmanTreeFast (line 404) | void BrotliBuildAndStoreHuffmanTreeFast(HuffmanTree* tree, function IndexOf (line 575) | static size_t IndexOf(const uint8_t* v, size_t v_size, uint8_t value) { function MoveToFront (line 583) | static void MoveToFront(uint8_t* v, size_t index) { function MoveToFrontTransform (line 592) | static void MoveToFrontTransform(const uint32_t* BROTLI_RESTRICT v_in, function RunLengthCodeZeros (line 626) | static void RunLengthCodeZeros(const size_t in_size, type EncodeContextMapArena (line 677) | typedef struct EncodeContextMapArena { function EncodeContextMap (line 683) | static void EncodeContextMap(MemoryManager* m, function BROTLI_INLINE (line 737) | static BROTLI_INLINE void StoreBlockSwitch(BlockSplitCode* code, function BuildAndStoreBlockSplitCode (line 760) | static void BuildAndStoreBlockSplitCode(const uint8_t* types, function StoreTrivialContextMap (line 794) | static void StoreTrivialContextMap(EncodeContextMapArena* arena, type BlockEncoder (line 833) | typedef struct BlockEncoder { function InitBlockEncoder (line 847) | static void InitBlockEncoder(BlockEncoder* self, size_t histogram_length, function CleanupBlockEncoder (line 863) | static void CleanupBlockEncoder(MemoryManager* m, BlockEncoder* self) { function BuildAndStoreBlockSwitchEntropyCodes (line 870) | static void BuildAndStoreBlockSwitchEntropyCodes(BlockEncoder* self, function StoreSymbol (line 879) | static void StoreSymbol(BlockEncoder* self, size_t symbol, size_t* stora... function StoreSymbolWithContext (line 900) | static void StoreSymbolWithContext(BlockEncoder* self, size_t symbol, function JumpToByteBoundary (line 935) | static void JumpToByteBoundary(size_t* storage_ix, uint8_t* storage) { type StoreMetablockArena (line 940) | typedef struct StoreMetablockArena { function BrotliStoreMetaBlock (line 947) | void BrotliStoreMetaBlock(MemoryManager* m, function BuildHistograms (line 1088) | static void BuildHistograms(const uint8_t* input, function StoreDataWithHuffmanCodes (line 1113) | static void StoreDataWithHuffmanCodes(const uint8_t* input, type MetablockArena (line 1154) | typedef struct MetablockArena { function BrotliStoreMetaBlockTrivial (line 1168) | void BrotliStoreMetaBlockTrivial(MemoryManager* m, function BrotliStoreMetaBlockFast (line 1212) | void BrotliStoreMetaBlockFast(MemoryManager* m, function BrotliStoreUncompressedMetaBlock (line 1293) | void BrotliStoreUncompressedMetaBlock(BROTLI_BOOL is_final_block, function BrotliGetBlockLengthPrefixCodeForTest (line 1329) | void BrotliGetBlockLengthPrefixCodeForTest(uint32_t len, size_t* code, FILE: NanaZip.Codecs/Brotli/enc/cluster.c function BROTLI_INLINE (line 21) | static BROTLI_INLINE BROTLI_BOOL HistogramPairIsLess( function BROTLI_INLINE (line 30) | static BROTLI_INLINE double ClusterCostDiff(size_t size_a, size_t size_b) { FILE: NanaZip.Codecs/Brotli/enc/cluster.h type HistogramPair (line 20) | typedef struct HistogramPair { FILE: NanaZip.Codecs/Brotli/enc/cluster_inc.h function BROTLI_INTERNAL (line 14) | BROTLI_INTERNAL void FN(BrotliCompareAndPushToQueue)( function BROTLI_INTERNAL (line 70) | BROTLI_INTERNAL size_t FN(BrotliHistogramCombine)(HistogramType* out, function BROTLI_INTERNAL (line 158) | BROTLI_INTERNAL double FN(BrotliHistogramBitCostDistance)( function BROTLI_INTERNAL (line 174) | BROTLI_INTERNAL void FN(BrotliHistogramRemap)(const HistogramType* in, function BROTLI_INTERNAL (line 213) | BROTLI_INTERNAL size_t FN(BrotliHistogramReindex)(MemoryManager* m, function BROTLI_INTERNAL (line 251) | BROTLI_INTERNAL void FN(BrotliClusterHistograms)( FILE: NanaZip.Codecs/Brotli/enc/command.h function BROTLI_INLINE (line 31) | static BROTLI_INLINE uint16_t GetInsertLengthCode(size_t insertlen) { function BROTLI_INLINE (line 48) | static BROTLI_INLINE uint16_t GetCopyLengthCode(size_t copylen) { function BROTLI_INLINE (line 61) | static BROTLI_INLINE uint16_t CombineLengthCodes( function BROTLI_INLINE (line 82) | static BROTLI_INLINE void GetLengthCode(size_t insertlen, size_t copylen, function BROTLI_INLINE (line 90) | static BROTLI_INLINE uint32_t GetInsertBase(uint16_t inscode) { function BROTLI_INLINE (line 94) | static BROTLI_INLINE uint32_t GetInsertExtra(uint16_t inscode) { function BROTLI_INLINE (line 98) | static BROTLI_INLINE uint32_t GetCopyBase(uint16_t copycode) { function BROTLI_INLINE (line 102) | static BROTLI_INLINE uint32_t GetCopyExtra(uint16_t copycode) { type Command (line 106) | typedef struct Command { function BROTLI_INLINE (line 119) | static BROTLI_INLINE void InitCommand(Command* self, function BROTLI_INLINE (line 137) | static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insert... function BROTLI_INLINE (line 145) | static BROTLI_INLINE uint32_t CommandRestoreDistanceCode( function BROTLI_INLINE (line 166) | static BROTLI_INLINE uint32_t CommandDistanceContext(const Command* self) { function BROTLI_INLINE (line 175) | static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) { function BROTLI_INLINE (line 179) | static BROTLI_INLINE uint32_t CommandCopyLenCode(const Command* self) { FILE: NanaZip.Codecs/Brotli/enc/compound_dictionary.c function PreparedDictionary (line 13) | static PreparedDictionary* CreatePreparedDictionaryWithParams(MemoryMana... function PreparedDictionary (line 151) | PreparedDictionary* CreatePreparedDictionary(MemoryManager* m, function DestroyPreparedDictionary (line 168) | void DestroyPreparedDictionary(MemoryManager* m, function BROTLI_BOOL (line 174) | BROTLI_BOOL AttachPreparedDictionary( FILE: NanaZip.Codecs/Brotli/enc/compound_dictionary.h type PreparedDictionary (line 30) | typedef struct PreparedDictionary { type CompoundDictionary (line 54) | typedef struct CompoundDictionary { FILE: NanaZip.Codecs/Brotli/enc/compress_fragment.c function BROTLI_INLINE (line 32) | static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { function BROTLI_INLINE (line 37) | static BROTLI_INLINE uint32_t HashBytesAtOffset( function BROTLI_INLINE (line 47) | static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_... function BuildAndStoreLiteralPrefixCode (line 61) | static size_t BuildAndStoreLiteralPrefixCode(BrotliOnePassArena* s, function BuildAndStoreCommandPrefixCode (line 117) | static void BuildAndStoreCommandPrefixCode(BrotliOnePassArena* s, function BROTLI_INLINE (line 170) | static BROTLI_INLINE void EmitInsertLen(size_t insertlen, function BROTLI_INLINE (line 202) | static BROTLI_INLINE void EmitLongInsertLen(size_t insertlen, function BROTLI_INLINE (line 219) | static BROTLI_INLINE void EmitCopyLen(size_t copylen, function BROTLI_INLINE (line 251) | static BROTLI_INLINE void EmitCopyLenLastDistance(size_t copylen, function BROTLI_INLINE (line 294) | static BROTLI_INLINE void EmitDistance(size_t distance, function BROTLI_INLINE (line 309) | static BROTLI_INLINE void EmitLiterals(const uint8_t* input, const size_... function BrotliStoreMetaBlockHeader (line 321) | static void BrotliStoreMetaBlockHeader( function UpdateBits (line 338) | static void UpdateBits(size_t n_bits, uint32_t bits, size_t pos, function RewindBitPosition (line 357) | static void RewindBitPosition(const size_t new_storage_ix, function BROTLI_BOOL (line 365) | static BROTLI_BOOL ShouldMergeBlock(BrotliOnePassArena* s, function BROTLI_INLINE (line 387) | static BROTLI_INLINE BROTLI_BOOL ShouldUseUncompressedMode( function EmitUncompressedMetaBlock (line 398) | static void EmitUncompressedMetaBlock(const uint8_t* begin, const uint8_... function BROTLI_INLINE (line 419) | static BROTLI_INLINE void BrotliCompressFragmentFastImpl( function BrotliCompressFragmentFast (line 747) | void BrotliCompressFragmentFast( FILE: NanaZip.Codecs/Brotli/enc/compress_fragment.h type BrotliOnePassArena (line 23) | typedef struct BrotliOnePassArena { FILE: NanaZip.Codecs/Brotli/enc/compress_fragment_two_pass.c function BROTLI_INLINE (line 31) | static BROTLI_INLINE uint32_t Hash(const uint8_t* p, function BROTLI_INLINE (line 38) | static BROTLI_INLINE uint32_t HashBytesAtOffset(uint64_t v, size_t offset, function BROTLI_INLINE (line 47) | static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_... function BuildAndStoreCommandPrefixCode (line 58) | static void BuildAndStoreCommandPrefixCode(BrotliTwoPassArena* s, function BROTLI_INLINE (line 107) | static BROTLI_INLINE void EmitInsertLen( function BROTLI_INLINE (line 137) | static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** command... function BROTLI_INLINE (line 160) | static BROTLI_INLINE void EmitCopyLenLastDistance( function BROTLI_INLINE (line 199) | static BROTLI_INLINE void EmitDistance(uint32_t distance, uint32_t** com... function BrotliStoreMetaBlockHeader (line 211) | static void BrotliStoreMetaBlockHeader( function BROTLI_INLINE (line 228) | static BROTLI_INLINE void CreateCommands(const uint8_t* input, function StoreCommands (line 458) | static void StoreCommands(BrotliTwoPassArena* s, function BROTLI_BOOL (line 526) | static BROTLI_BOOL ShouldCompress(BrotliTwoPassArena* s, function RewindBitPosition (line 543) | static void RewindBitPosition(const size_t new_storage_ix, function EmitUncompressedMetaBlock (line 551) | static void EmitUncompressedMetaBlock(const uint8_t* input, size_t input... function BROTLI_INLINE (line 560) | static BROTLI_INLINE void BrotliCompressFragmentTwoPassImpl( function BrotliCompressFragmentTwoPass (line 612) | void BrotliCompressFragmentTwoPass( FILE: NanaZip.Codecs/Brotli/enc/compress_fragment_two_pass.h type BrotliTwoPassArena (line 27) | typedef struct BrotliTwoPassArena { FILE: NanaZip.Codecs/Brotli/enc/dictionary_hash.c function BROTLI_BOOL (line 24) | BROTLI_BOOL BROTLI_COLD BrotliEncoderInitDictionaryHash( FILE: NanaZip.Codecs/Brotli/enc/enc_static_init.c function BROTLI_BOOL (line 23) | static BROTLI_BOOL DoBrotliEncoderStaticInit(void) { function BrotliEncoderStaticInitEarly (line 37) | static __attribute__((constructor)) void BrotliEncoderStaticInitEarly(vo... function BrotliEncoderLazyStaticInitInner (line 42) | void BrotliEncoderLazyStaticInitInner(void) { function BROTLI_BOOL (line 47) | BROTLI_BOOL BrotliEncoderEnsureStaticInit(void) { FILE: NanaZip.Codecs/Brotli/enc/encode.c function InputBlockSize (line 45) | static size_t InputBlockSize(BrotliEncoderState* s) { function UnprocessedInputSize (line 49) | static uint64_t UnprocessedInputSize(BrotliEncoderState* s) { function RemainingInputBlockSize (line 53) | static size_t RemainingInputBlockSize(BrotliEncoderState* s) { function BROTLI_BOOL (line 60) | BROTLI_BOOL BrotliEncoderSetParameter( function WrapPosition (line 114) | static uint32_t WrapPosition(uint64_t position) { function HashTableSize (line 135) | static size_t HashTableSize(size_t max_table_size, size_t input_size) { function EncodeWindowBits (line 178) | static void EncodeWindowBits(int lgwin, BROTLI_BOOL large_window, function InitCommandPrefixCodes (line 202) | static void InitCommandPrefixCodes(BrotliOnePassArena* s) { function EstimateEntropy (line 245) | static double EstimateEntropy(const uint32_t* population, size_t size) { function ChooseContextMap (line 264) | static void ChooseContextMap(int quality, function BROTLI_BOOL (line 328) | static BROTLI_BOOL ShouldUseComplexStaticContextMap(const uint8_t* input, function DecideOverLiteralContextModeling (line 410) | static void DecideOverLiteralContextModeling(const uint8_t* input, function BROTLI_BOOL (line 443) | static BROTLI_BOOL ShouldCompress( function ContextType (line 472) | static ContextType ChooseContextMode(const BrotliEncoderParams* params, function WriteMetaBlockInternal (line 484) | static void WriteMetaBlockInternal(MemoryManager* m, function ChooseDistanceParams (line 598) | static void ChooseDistanceParams(BrotliEncoderParams* params) { function BROTLI_BOOL (line 624) | static BROTLI_BOOL EnsureInitialized(BrotliEncoderState* s) { function BrotliEncoderInitParams (line 680) | static void BrotliEncoderInitParams(BrotliEncoderParams* params) { function BrotliEncoderCleanupParams (line 698) | static void BrotliEncoderCleanupParams(MemoryManager* m, function BrotliEncoderInitState (line 718) | static void BrotliEncoderInitState(BrotliEncoderState* s) { function BrotliEncoderState (line 761) | BrotliEncoderState* BrotliEncoderCreateInstance( function BrotliEncoderCleanupState (line 779) | static void BrotliEncoderCleanupState(BrotliEncoderState* s) { function BrotliEncoderDestroyInstance (line 802) | void BrotliEncoderDestroyInstance(BrotliEncoderState* state) { function CopyInputToRingBuffer (line 818) | static void CopyInputToRingBuffer(BrotliEncoderState* s, function BROTLI_BOOL (line 875) | static BROTLI_BOOL UpdateLastProcessedPos(BrotliEncoderState* s) { function ExtendLastCommand (line 882) | static void ExtendLastCommand(BrotliEncoderState* s, uint32_t* bytes, function BROTLI_BOOL (line 962) | static BROTLI_BOOL EncodeData( function WriteMetadataHeader (line 1202) | static size_t WriteMetadataHeader( function BrotliEncoderMaxCompressedSize (line 1226) | size_t BrotliEncoderMaxCompressedSize(size_t input_size) { function MakeUncompressedStream (line 1239) | static size_t MakeUncompressedStream( function BROTLI_BOOL (line 1271) | BROTLI_BOOL BrotliEncoderCompress( function InjectBytePaddingBlock (line 1331) | static void InjectBytePaddingBlock(BrotliEncoderState* s) { function SetTotalOut (line 1355) | static void SetTotalOut(BrotliEncoderState* s, size_t* total_out) { function BROTLI_BOOL (line 1368) | static BROTLI_BOOL InjectFlushOrPushOutput(BrotliEncoderState* s, function CheckFlushComplete (line 1392) | static void CheckFlushComplete(BrotliEncoderState* s) { function BROTLI_BOOL (line 1400) | static BROTLI_BOOL BrotliEncoderCompressStreamFast( function BROTLI_BOOL (line 1524) | static BROTLI_BOOL ProcessMetadata( function UpdateSizeHint (line 1594) | static void UpdateSizeHint(BrotliEncoderState* s, size_t available_in) { function BROTLI_BOOL (line 1609) | BROTLI_BOOL BrotliEncoderCompressStream( function BROTLI_BOOL (line 1699) | BROTLI_BOOL BrotliEncoderIsFinished(BrotliEncoderState* s) { function BROTLI_BOOL (line 1704) | BROTLI_BOOL BrotliEncoderHasMoreOutput(BrotliEncoderState* s) { function BrotliEncoderVersion (line 1727) | uint32_t BrotliEncoderVersion(void) { function BrotliEncoderPreparedDictionary (line 1731) | BrotliEncoderPreparedDictionary* BrotliEncoderPrepareDictionary( function BrotliEncoderDestroyPreparedDictionary (line 1777) | void BROTLI_COLD BrotliEncoderDestroyPreparedDictionary( function BROTLI_BOOL (line 1803) | BROTLI_BOOL BROTLI_COLD BrotliEncoderAttachPreparedDictionary( function BrotliEncoderEstimatePeakMemoryUsage (line 1861) | size_t BROTLI_COLD BrotliEncoderEstimatePeakMemoryUsage(int quality, int... function BrotliEncoderGetPreparedDictionarySize (line 1929) | size_t BROTLI_COLD BrotliEncoderGetPreparedDictionarySize( function BrotliMakeUncompressedStreamForTest (line 2013) | size_t BrotliMakeUncompressedStreamForTest( FILE: NanaZip.Codecs/Brotli/enc/encoder_dict.c function BrotliTrieInit (line 30) | static void BrotliTrieInit(BrotliTrie* trie) { function BrotliTrieFree (line 42) | static void BrotliTrieFree(MemoryManager* m, BrotliTrie* trie) { function InitEncoderDictionary (line 47) | static void InitEncoderDictionary(BrotliEncoderDictionary* dict) { function BrotliDestroyEncoderDictionary (line 72) | static void BrotliDestroyEncoderDictionary(MemoryManager* m, function Hash (line 84) | static uint32_t Hash(const uint8_t* data, int bits) { function TransformedDictionaryWord (line 96) | static void TransformedDictionaryWord(uint32_t word_idx, int len, int tr... function DictWord (line 106) | static DictWord MakeDictWord(uint8_t len, uint8_t transform, uint16_t id... function BrotliTrieAlloc (line 114) | static uint32_t BrotliTrieAlloc(MemoryManager* m, size_t num, BrotliTrie... function BROTLI_BOOL (line 145) | static BROTLI_BOOL BrotliTrieNodeAdd(MemoryManager* m, uint8_t len, function BROTLI_BOOL (line 188) | static BROTLI_BOOL BrotliTrieAdd(MemoryManager* m, uint8_t len, uint32_t... function BrotliTrieNode (line 193) | const BrotliTrieNode* BrotliTrieSub(const BrotliTrie* trie, function BrotliTrieNode (line 206) | static const BrotliTrieNode* BrotliTrieFind(const BrotliTrie* trie, function BROTLI_BOOL (line 217) | static BROTLI_BOOL BuildDictionaryLut(MemoryManager* m, function BuildDictionaryHashTable (line 367) | static void BuildDictionaryHashTable(uint16_t* hash_table_words, function BROTLI_BOOL (line 395) | static BROTLI_BOOL GenerateWordsHeavy(MemoryManager* m, function ComputeCutoffTransforms (line 422) | static void ComputeCutoffTransforms( function BROTLI_BOOL (line 446) | static BROTLI_BOOL ComputeDictionary(MemoryManager* m, int quality, function BrotliInitSharedEncoderDictionary (line 489) | void BrotliInitSharedEncoderDictionary(SharedEncoderDictionary* dict) { function BROTLI_BOOL (line 511) | static BROTLI_BOOL InitCustomSharedEncoderDictionary( function BROTLI_BOOL (line 576) | BROTLI_BOOL BrotliInitCustomSharedEncoderDictionary( function BrotliCleanupSharedEncoderDictionary (line 596) | void BrotliCleanupSharedEncoderDictionary(MemoryManager* m, function ManagedDictionary (line 613) | ManagedDictionary* BrotliCreateManagedDictionary( function BrotliDestroyManagedDictionary (line 627) | void BrotliDestroyManagedDictionary(ManagedDictionary* dictionary) { function BrotliInitEncoderDictionaryForTest (line 635) | void BrotliInitEncoderDictionaryForTest(BrotliEncoderDictionary* d) { FILE: NanaZip.Codecs/Brotli/enc/encoder_dict.h type BrotliTrieNode (line 38) | typedef struct BrotliTrieNode { type BrotliTrie (line 46) | typedef struct BrotliTrie { type BrotliEncoderDictionary (line 59) | typedef struct BrotliEncoderDictionary { type ContextualEncoderDictionary (line 95) | typedef struct ContextualEncoderDictionary { type SharedEncoderDictionary (line 108) | typedef struct SharedEncoderDictionary { type ManagedDictionary (line 123) | typedef struct ManagedDictionary { FILE: NanaZip.Codecs/Brotli/enc/entropy_encode.c function BROTLI_BOOL (line 20) | BROTLI_BOOL BrotliSetDepth( function BROTLI_INLINE (line 45) | static BROTLI_INLINE BROTLI_BOOL SortHuffmanTree( function BrotliCreateHuffmanTree (line 68) | void BrotliCreateHuffmanTree(const uint32_t* data, function Reverse (line 149) | static void Reverse(uint8_t* v, size_t start, size_t end) { function BrotliWriteHuffmanTreeRepetitions (line 160) | static void BrotliWriteHuffmanTreeRepetitions( function BrotliWriteHuffmanTreeRepetitionsZeros (line 205) | static void BrotliWriteHuffmanTreeRepetitionsZeros( function BrotliOptimizeHuffmanCountsForRle (line 241) | void BrotliOptimizeHuffmanCountsForRle(size_t length, uint32_t* counts, function DecideOverRleUse (line 372) | static void DecideOverRleUse(const uint8_t* depth, const size_t length, function BrotliWriteHuffmanTree (line 402) | void BrotliWriteHuffmanTree(const uint8_t* depth, function BrotliReverseBits (line 454) | static uint16_t BrotliReverseBits(size_t num_bits, uint16_t bits) { FILE: NanaZip.Codecs/Brotli/enc/entropy_encode.h type HuffmanTree (line 19) | typedef struct HuffmanTree { function BROTLI_INLINE (line 25) | static BROTLI_INLINE void InitHuffmanTree(HuffmanTree* self, uint32_t co... type BROTLI_BOOL (line 80) | typedef BROTLI_BOOL (*HuffmanTreeComparator)( function BROTLI_INLINE (line 82) | static BROTLI_INLINE void SortHuffmanTreeItems(HuffmanTree* items, FILE: NanaZip.Codecs/Brotli/enc/entropy_encode_static.h function BROTLI_INLINE (line 86) | static BROTLI_INLINE void StoreStaticCodeLengthCode( function BROTLI_INLINE (line 524) | static BROTLI_INLINE void StoreStaticCommandHuffmanTree( function BROTLI_INLINE (line 538) | static BROTLI_INLINE void StoreStaticDistanceHuffmanTree( FILE: NanaZip.Codecs/Brotli/enc/fast_log.h function BROTLI_INLINE (line 20) | static BROTLI_INLINE uint32_t Log2FloorNonZero(size_t n) { function BROTLI_INLINE (line 51) | static BROTLI_INLINE double FastLog2(size_t v) { FILE: NanaZip.Codecs/Brotli/enc/find_match_length.h function BROTLI_INLINE (line 20) | static BROTLI_INLINE size_t FindMatchLengthWithLimit(const uint8_t* s1, function BROTLI_INLINE (line 42) | static BROTLI_INLINE size_t FindMatchLengthWithLimit(const uint8_t* s1, FILE: NanaZip.Codecs/Brotli/enc/hash.h type HasherCommon (line 31) | typedef struct { type HasherSearchResult (line 65) | typedef struct HasherSearchResult { function BROTLI_INLINE (line 72) | static BROTLI_INLINE void PrepareDistanceCache( function BROTLI_INLINE (line 115) | static BROTLI_INLINE score_t BackwardReferenceScore( function BROTLI_INLINE (line 121) | static BROTLI_INLINE score_t BackwardReferenceScoreUsingLastDistance( function BROTLI_INLINE (line 127) | static BROTLI_INLINE score_t BackwardReferencePenaltyUsingLastDistance( function BROTLI_INLINE (line 132) | static BROTLI_INLINE BROTLI_BOOL TestStaticDictionaryItem( function BROTLI_INLINE (line 171) | static BROTLI_INLINE void SearchInStaticDictionary( type BackwardMatch (line 196) | typedef struct BackwardMatch { function BROTLI_INLINE (line 201) | static BROTLI_INLINE void InitBackwardMatch(BackwardMatch* self, function BROTLI_INLINE (line 207) | static BROTLI_INLINE void InitDictionaryBackwardMatch(BackwardMatch* self, function BROTLI_INLINE (line 214) | static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* sel... function BROTLI_INLINE (line 218) | static BROTLI_INLINE size_t BackwardMatchLengthCode(const BackwardMatch*... type Hasher (line 393) | typedef struct { function BROTLI_INLINE (line 405) | static BROTLI_INLINE void HasherInit(Hasher* hasher) { function BROTLI_INLINE (line 413) | static BROTLI_INLINE void DestroyHasher(MemoryManager* m, Hasher* hasher) { function BROTLI_INLINE (line 420) | static BROTLI_INLINE void HasherReset(Hasher* hasher) { function BROTLI_INLINE (line 424) | static BROTLI_INLINE void HasherSize(const BrotliEncoderParams* params, function BROTLI_INLINE (line 438) | static BROTLI_INLINE void HasherSetup(MemoryManager* m, Hasher* hasher, function BROTLI_INLINE (line 486) | static BROTLI_INLINE void InitOrStitchToPreviousBlock( function BROTLI_INLINE (line 507) | static BROTLI_INLINE void FindCompoundDictionaryMatch( function BROTLI_INLINE (line 620) | static BROTLI_INLINE size_t FindAllCompoundDictionaryMatches( function BROTLI_INLINE (line 691) | static BROTLI_INLINE void LookupCompoundDictionaryMatch( function BROTLI_INLINE (line 708) | static BROTLI_INLINE size_t LookupAllCompoundDictionaryMatches( FILE: NanaZip.Codecs/Brotli/enc/hash_base.h function BROTLI_INLINE (line 24) | static BROTLI_INLINE uint32_t Hash14(const uint8_t* data) { function BROTLI_INLINE (line 31) | static BROTLI_INLINE uint32_t Hash15(const uint8_t* data) { FILE: NanaZip.Codecs/Brotli/enc/hash_composite_inc.h function BROTLI_INLINE (line 18) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { function BROTLI_INLINE (line 24) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { type HashComposite (line 30) | typedef struct HashComposite { function BROTLI_INLINE (line 78) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 94) | static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, function BROTLI_INLINE (line 100) | static BROTLI_INLINE void FN(StoreRange)( function BROTLI_INLINE (line 108) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 118) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 124) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_forgetful_chain_inc.h function BROTLI_INLINE (line 27) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } function BROTLI_INLINE (line 28) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } function BROTLI_INLINE (line 31) | static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT... type FN (line 38) | struct FN type FN (line 43) | struct FN type HashForgetfulChain (line 47) | typedef struct HashForgetfulChain { function BROTLI_INLINE (line 120) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 133) | static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT ... function BROTLI_INLINE (line 151) | static BROTLI_INLINE void FN(StoreRange)( function BROTLI_INLINE (line 161) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 175) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 193) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_longest_match64_inc.h function BROTLI_INLINE (line 19) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } function BROTLI_INLINE (line 20) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } function BROTLI_INLINE (line 23) | static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT... type HashLongestMatch (line 31) | typedef struct HashLongestMatch { function BROTLI_INLINE (line 92) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 105) | static BROTLI_INLINE void FN(Store)( function BROTLI_INLINE (line 117) | static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRI... function BROTLI_INLINE (line 126) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 140) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 157) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_longest_match64_simd_inc.h function BROTLI_INLINE (line 22) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } function BROTLI_INLINE (line 23) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } function BROTLI_INLINE (line 26) | static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT... type HashLongestMatch (line 34) | typedef struct HashLongestMatch { function BROTLI_INLINE (line 100) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 114) | static BROTLI_INLINE void FN(Store)( function BROTLI_INLINE (line 130) | static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRI... function BROTLI_INLINE (line 139) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 153) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 170) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_longest_match_inc.h function BROTLI_INLINE (line 19) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } function BROTLI_INLINE (line 20) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } type HashLongestMatch (line 31) | typedef struct HashLongestMatch { function BROTLI_INLINE (line 91) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 104) | static BROTLI_INLINE void FN(Store)( function BROTLI_INLINE (line 116) | static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRI... function BROTLI_INLINE (line 125) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 139) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 156) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_longest_match_quickly_inc.h function BROTLI_INLINE (line 19) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } function BROTLI_INLINE (line 20) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } type HashLongestMatchQuickly (line 37) | typedef struct HashLongestMatchQuickly { function BROTLI_INLINE (line 83) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 95) | static BROTLI_INLINE void FN(Store)( function BROTLI_INLINE (line 108) | static BROTLI_INLINE void FN(StoreRange)( function BROTLI_INLINE (line 118) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 132) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 147) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_longest_match_simd_inc.h function BROTLI_INLINE (line 15) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } function BROTLI_INLINE (line 16) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } type HashLongestMatch (line 25) | typedef struct HashLongestMatch { function BROTLI_INLINE (line 80) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 93) | static BROTLI_INLINE void FN(Store)( function BROTLI_INLINE (line 108) | static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRI... function BROTLI_INLINE (line 116) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 129) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 144) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_rolling_inc.h function BROTLI_INLINE (line 23) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } function BROTLI_INLINE (line 24) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } type HashRolling (line 44) | typedef struct HashRolling { function BROTLI_INLINE (line 91) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 100) | static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, function BROTLI_INLINE (line 108) | static BROTLI_INLINE void FN(StoreRange)(HashRolling* BROTLI_RESTRICT self, function BROTLI_INLINE (line 118) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( function BROTLI_INLINE (line 143) | static BROTLI_INLINE void FN(PrepareDistanceCache)( function BROTLI_INLINE (line 150) | static BROTLI_INLINE void FN(FindLongestMatch)( FILE: NanaZip.Codecs/Brotli/enc/hash_to_binary_tree_inc.h function BROTLI_INLINE (line 22) | static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } function BROTLI_INLINE (line 23) | static BROTLI_INLINE size_t FN(StoreLookahead)(void) { type HashToBinaryTree (line 34) | typedef struct HashToBinaryTree { function BROTLI_INLINE (line 81) | static BROTLI_INLINE void FN(HashMemAllocInBytes)( function BROTLI_INLINE (line 92) | static BROTLI_INLINE size_t FN(LeftChildIndex)( function BROTLI_INLINE (line 98) | static BROTLI_INLINE size_t FN(RightChildIndex)( function BROTLI_INLINE (line 202) | static BROTLI_INLINE size_t FN(FindAllMatches)( function BROTLI_INLINE (line 271) | static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self, function BROTLI_INLINE (line 280) | static BROTLI_INLINE void FN(StoreRange)(HashToBinaryTree* BROTLI_RESTRI... function BROTLI_INLINE (line 298) | static BROTLI_INLINE void FN(StitchToPreviousBlock)( FILE: NanaZip.Codecs/Brotli/enc/histogram.c type BlockSplitIterator (line 20) | typedef struct BlockSplitIterator { function InitBlockSplitIterator (line 27) | static void InitBlockSplitIterator(BlockSplitIterator* self, function BlockSplitIteratorNext (line 35) | static void BlockSplitIteratorNext(BlockSplitIterator* self) { function BrotliBuildHistogramsWithContext (line 44) | void BrotliBuildHistogramsWithContext( FILE: NanaZip.Codecs/Brotli/enc/histogram_inc.h type FN (line 12) | struct FN function BROTLI_INLINE (line 18) | static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { function BROTLI_INLINE (line 24) | static BROTLI_INLINE void FN(ClearHistograms)( function BROTLI_INLINE (line 30) | static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t v... function BROTLI_INLINE (line 35) | static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, function BROTLI_INLINE (line 42) | static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, function BROTLI_INLINE (line 51) | static BROTLI_INLINE size_t FN(HistogramDataSize)(void) { return DATA_SI... FILE: NanaZip.Codecs/Brotli/enc/literal_cost.c function UTF8Position (line 20) | static size_t UTF8Position(size_t last, size_t c, size_t clamp) { function DecideMultiByteStatsLevel (line 35) | static size_t DecideMultiByteStatsLevel(size_t pos, size_t len, size_t m... function EstimateBitCostsForLiteralsUTF8 (line 55) | static void EstimateBitCostsForLiteralsUTF8(size_t pos, size_t len, size... function BrotliEstimateBitCostsForLiterals (line 129) | void BrotliEstimateBitCostsForLiterals(size_t pos, size_t len, size_t mask, FILE: NanaZip.Codecs/Brotli/enc/matching_tag_mask.h function BROTLI_INLINE (line 16) | static BROTLI_INLINE uint64_t GetMatchingTagMask( FILE: NanaZip.Codecs/Brotli/enc/memory.c function BrotliInitMemoryManager (line 26) | void BrotliInitMemoryManager( function BrotliFree (line 54) | void BrotliFree(MemoryManager* m, void* p) { function BrotliWipeOutMemoryManager (line 58) | void BrotliWipeOutMemoryManager(MemoryManager* m) { function SortPointers (line 64) | static void SortPointers(void** items, const size_t n) { function Annihilate (line 83) | static size_t Annihilate(void** a, size_t a_len, void** b, size_t b_len) { function CollectGarbagePointers (line 105) | static void CollectGarbagePointers(MemoryManager* m) { function BrotliFree (line 146) | void BrotliFree(MemoryManager* m, void* p) { function BrotliWipeOutMemoryManager (line 153) | void BrotliWipeOutMemoryManager(MemoryManager* m) { function BrotliBootstrapFree (line 175) | void BrotliBootstrapFree(void* address, MemoryManager* m) { FILE: NanaZip.Codecs/Brotli/enc/memory.h type MemoryManager (line 33) | typedef struct MemoryManager { FILE: NanaZip.Codecs/Brotli/enc/metablock.c function BrotliInitDistanceParams (line 29) | void BrotliInitDistanceParams(BrotliDistanceParams* dist_params, function RecomputeDistancePrefixes (line 58) | static void RecomputeDistancePrefixes(Command* cmds, function BROTLI_BOOL (line 82) | static BROTLI_BOOL ComputeDistanceCost(const Command* cmds, function BrotliBuildMetaBlock (line 126) | void BrotliBuildMetaBlock(MemoryManager* m, type ContextBlockSplitter (line 303) | typedef struct ContextBlockSplitter { function InitContextBlockSplitter (line 336) | static void InitContextBlockSplitter( function ContextBlockSplitterFinishBlock (line 383) | static void ContextBlockSplitterFinishBlock( function ContextBlockSplitterAddSymbol (line 505) | static void ContextBlockSplitterAddSymbol( function MapStaticContexts (line 517) | static void MapStaticContexts(MemoryManager* m, type GreedyMetablockArena (line 539) | typedef struct GreedyMetablockArena { function BROTLI_INLINE (line 548) | static BROTLI_INLINE void BrotliBuildMetaBlockGreedyInternal( function BrotliBuildMetaBlockGreedy (line 627) | void BrotliBuildMetaBlockGreedy(MemoryManager* m, function BrotliOptimizeHistograms (line 653) | void BrotliOptimizeHistograms(uint32_t num_distance_codes, FILE: NanaZip.Codecs/Brotli/enc/metablock.h type MetaBlockSplit (line 27) | typedef struct MetaBlockSplit { function BROTLI_INLINE (line 43) | static BROTLI_INLINE void InitMetaBlockSplit(MetaBlockSplit* mb) { function BROTLI_INLINE (line 59) | static BROTLI_INLINE void DestroyMetaBlockSplit( FILE: NanaZip.Codecs/Brotli/enc/metablock_inc.h type FN (line 14) | struct FN FILE: NanaZip.Codecs/Brotli/enc/params.h type BrotliHasherParams (line 15) | typedef struct BrotliHasherParams { type BrotliDistanceParams (line 22) | typedef struct BrotliDistanceParams { type BrotliEncoderParams (line 31) | typedef struct BrotliEncoderParams { FILE: NanaZip.Codecs/Brotli/enc/prefix.h function BROTLI_INLINE (line 23) | static BROTLI_INLINE void PrefixEncodeCopyDistance(size_t distance_code, FILE: NanaZip.Codecs/Brotli/enc/quality.h function BROTLI_INLINE (line 36) | static BROTLI_INLINE size_t MaxHashTableSize(int quality) { function BROTLI_INLINE (line 47) | static BROTLI_INLINE size_t MaxZopfliLen(const BrotliEncoderParams* para... function BROTLI_INLINE (line 54) | static BROTLI_INLINE size_t MaxZopfliCandidates( function BROTLI_INLINE (line 59) | static BROTLI_INLINE void SanitizeParams(BrotliEncoderParams* params) { function BROTLI_INLINE (line 75) | static BROTLI_INLINE int ComputeLgBlock(const BrotliEncoderParams* param... function BROTLI_INLINE (line 99) | static BROTLI_INLINE int ComputeRbBits(const BrotliEncoderParams* params) { function BROTLI_INLINE (line 103) | static BROTLI_INLINE size_t MaxMetablockSize( function BROTLI_INLINE (line 116) | static BROTLI_INLINE size_t LiteralSpreeLengthForSparseSearch( function BROTLI_INLINE (line 156) | static BROTLI_INLINE void ChooseHasher(const BrotliEncoderParams* params, FILE: NanaZip.Codecs/Brotli/enc/ringbuffer.h type RingBuffer (line 30) | typedef struct RingBuffer { function BROTLI_INLINE (line 47) | static BROTLI_INLINE void RingBufferInit(RingBuffer* rb) { function BROTLI_INLINE (line 54) | static BROTLI_INLINE void RingBufferSetup( function BROTLI_INLINE (line 64) | static BROTLI_INLINE void RingBufferFree(MemoryManager* m, RingBuffer* r... function BROTLI_INLINE (line 70) | static BROTLI_INLINE void RingBufferInitBuffer( function BROTLI_INLINE (line 91) | static BROTLI_INLINE void RingBufferWriteTail( function BROTLI_INLINE (line 103) | static BROTLI_INLINE void RingBufferWrite( FILE: NanaZip.Codecs/Brotli/enc/state.h type BrotliEncoderStreamState (line 22) | typedef enum BrotliEncoderStreamState { type BrotliEncoderFlintState (line 36) | typedef enum BrotliEncoderFlintState { type BrotliEncoderStateStruct (line 44) | typedef struct BrotliEncoderStateStruct { type BrotliEncoderStateInternal (line 101) | typedef struct BrotliEncoderStateStruct BrotliEncoderStateInternal; FILE: NanaZip.Codecs/Brotli/enc/static_dict.c function BROTLI_INLINE (line 20) | static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t l... function BROTLI_INLINE (line 26) | static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dict... function BROTLI_INLINE (line 36) | static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* diction... function BROTLI_BOOL (line 72) | static BROTLI_BOOL BrotliFindAllStaticDictionaryMatchesFor( function BROTLI_BOOL (line 497) | BROTLI_BOOL BrotliFindAllStaticDictionaryMatches( FILE: NanaZip.Codecs/Brotli/enc/static_dict_lut.c function BROTLI_BOOL (line 27) | static BROTLI_BOOL BROTLI_COLD DoBrotliEncoderInitStaticDictionaryLut( function BROTLI_BOOL (line 194) | BROTLI_BOOL BrotliEncoderInitStaticDictionaryLut( FILE: NanaZip.Codecs/Brotli/enc/static_dict_lut.h type DictWord (line 20) | typedef struct DictWord { FILE: NanaZip.Codecs/Brotli/enc/utf8_util.c function BrotliParseAsUTF8 (line 17) | static size_t BrotliParseAsUTF8( function BROTLI_BOOL (line 68) | BROTLI_BOOL BrotliIsMostlyUTF8( FILE: NanaZip.Codecs/Brotli/enc/write_bits.h function BROTLI_INLINE (line 33) | static BROTLI_INLINE void BrotliWriteBits(size_t n_bits, function BROTLI_INLINE (line 75) | static BROTLI_INLINE void BrotliWriteBitsPrepareStorage( FILE: NanaZip.Codecs/Brotli/include/brotli/decode.h type BrotliDecoderState (line 29) | typedef struct BrotliDecoderStateStruct BrotliDecoderState; type BrotliDecoderResult (line 35) | typedef enum { type BrotliDecoderParameter (line 133) | typedef enum BrotliDecoderParameter { FILE: NanaZip.Codecs/Brotli/include/brotli/encode.h type BrotliEncoderMode (line 46) | typedef enum BrotliEncoderMode { type BrotliEncoderOperation (line 68) | typedef enum BrotliEncoderOperation { type BrotliEncoderParameter (line 135) | typedef enum BrotliEncoderParameter { type BrotliEncoderState (line 230) | typedef struct BrotliEncoderStateStruct BrotliEncoderState; type BrotliEncoderPreparedDictionary (line 275) | typedef struct BrotliEncoderPreparedDictionaryStruct FILE: NanaZip.Codecs/Brotli/include/brotli/shared_dictionary.h type BrotliSharedDictionary (line 30) | typedef struct BrotliSharedDictionaryStruct BrotliSharedDictionary; type BrotliSharedDictionaryType (line 35) | typedef enum BrotliSharedDictionaryType { FILE: NanaZip.Codecs/Brotli/include/brotli/types.h type __int8 (line 18) | typedef __int8 int8_t; type __int16 (line 20) | typedef __int16 int16_t; type __int32 (line 22) | typedef __int32 int32_t; type __int64 (line 25) | typedef __int64 int64_t; FILE: NanaZip.Codecs/FastLZMA2/atomic.h type LONG (line 39) | typedef LONG volatile FL2_atomic; type FL2_atomic (line 47) | typedef long FL2_atomic; type FL2_atomic (line 57) | typedef _Atomic long FL2_atomic; type FL2_atomic (line 69) | typedef long FL2_atomic; FILE: NanaZip.Codecs/FastLZMA2/count.h function ZSTD_NbCommonBytes (line 23) | static unsigned ZSTD_NbCommonBytes(register size_t val) function ZSTD_count (line 99) | static size_t ZSTD_count(const BYTE* pIn, const BYTE* pMatch, const BYTE... FILE: NanaZip.Codecs/FastLZMA2/data_block.h type FL2_dataBlock (line 10) | typedef struct { FILE: NanaZip.Codecs/FastLZMA2/dict_buffer.c function DICT_construct (line 20) | int DICT_construct(DICT_buffer * const buf, int const async) function DICT_init (line 35) | int DICT_init(DICT_buffer * const buf, size_t const dict_size, size_t co... function DICT_destruct (line 83) | void DICT_destruct(DICT_buffer * const buf) function DICT_size (line 96) | size_t DICT_size(const DICT_buffer * const buf) function DICT_get (line 102) | size_t DICT_get(DICT_buffer * const buf, void **const dict) function DICT_update (line 112) | int DICT_update(DICT_buffer * const buf, size_t const added_size) function DICT_put (line 121) | void DICT_put(DICT_buffer * const buf, FL2_inBuffer * const input) function DICT_availSpace (line 133) | size_t DICT_availSpace(const DICT_buffer * const buf) function DICT_hasUnprocessed (line 139) | int DICT_hasUnprocessed(const DICT_buffer * const buf) function DICT_getBlock (line 145) | void DICT_getBlock(DICT_buffer * const buf, FL2_dataBlock * const block) function DICT_needShift (line 161) | int DICT_needShift(DICT_buffer * const buf) function DICT_async (line 170) | int DICT_async(const DICT_buffer * const buf) function DICT_shift (line 177) | void DICT_shift(DICT_buffer * const buf) function XXH32_hash_t (line 221) | XXH32_hash_t DICT_getDigest(const DICT_buffer * const buf) function DICT_memUsage (line 227) | size_t DICT_memUsage(const DICT_buffer * const buf) FILE: NanaZip.Codecs/FastLZMA2/dict_buffer.h type DICT_buffer (line 30) | typedef struct { FILE: NanaZip.Codecs/FastLZMA2/fast-lzma2.h type FL2_CCtx (line 145) | typedef struct FL2_CCtx_s FL2_CCtx; type FL2_DCtx (line 180) | typedef struct FL2_DCtx_s FL2_DCtx; type FL2_inBuffer (line 203) | typedef struct { type FL2_outBuffer (line 209) | typedef struct { type FL2_dictBuffer (line 217) | typedef struct { type FL2_cBuffer (line 222) | typedef struct { type FL2_CStream (line 264) | typedef struct FL2_CCtx_s FL2_CStream; type FL2_DStream (line 383) | typedef struct FL2_DStream_s FL2_DStream; type FL2_strategy (line 482) | typedef enum { type FL2_compressionParameters (line 488) | typedef struct { type FL2_cParameter (line 499) | typedef enum { FILE: NanaZip.Codecs/FastLZMA2/fl2_common.c function FL2_versionNumber (line 26) | FL2_versionNumber(void) { return FL2_VERSION_NUMBER; } function FL2_versionString (line 28) | FL2_versionString(void) { return FL2_VERSION_STRING; } function FL2LIB_CALL (line 34) | FL2LIB_CALL FL2_compressBound(size_t srcSize) function IsError (line 42) | HINT_INLINE function FL2_isError (line 50) | FL2LIB_API unsigned FL2LIB_CALL FL2_isError(size_t code) function FL2_isTimedOut (line 57) | FL2LIB_API unsigned FL2LIB_CALL FL2_isTimedOut(size_t code) function FL2LIB_API (line 64) | FL2LIB_API const char* FL2LIB_CALL FL2_getErrorName(size_t code) function FL2LIB_CALL (line 71) | FL2LIB_CALL FL2_getErrorCode(size_t code) function FL2LIB_API (line 81) | FL2LIB_API const char* FL2LIB_CALL FL2_getErrorString(FL2_ErrorCode code) FILE: NanaZip.Codecs/FastLZMA2/fl2_compress.c function FL2LIB_CALL (line 106) | FL2LIB_CALL FL2_maxCLevel(void) function FL2LIB_CALL (line 111) | FL2LIB_CALL FL2_maxHighCLevel(void) function FL2_fillParameters (line 116) | static void FL2_fillParameters(FL2_CCtx* const cctx, const FL2_compressi... function FL2_CCtx (line 138) | static FL2_CCtx* FL2_createCCtx_internal(unsigned nbThreads, int const d... function FL2_createCCtx (line 189) | FL2_createCCtx(void) function FL2LIB_API (line 194) | FL2LIB_API FL2_CCtx* FL2LIB_CALL FL2_createCCtxMt(unsigned nbThreads) function FL2LIB_CALL (line 199) | FL2LIB_CALL FL2_freeCCtx(FL2_CCtx* cctx) function FL2_getCCtxThreadCount (line 221) | FL2LIB_API unsigned FL2LIB_CALL FL2_getCCtxThreadCount(const FL2_CCtx* c... function FL2_buildRadixTable (line 227) | static void FL2_buildRadixTable(void* const jobDescription, ptrdiff_t co... function FL2_compressRadixChunk (line 235) | static void FL2_compressRadixChunk(void* const jobDescription, ptrdiff_t... function FL2_initEncoders (line 246) | static int FL2_initEncoders(FL2_CCtx* const cctx) function FL2_initProgress (line 255) | static void FL2_initProgress(FL2_CCtx* const cctx) function FL2_compressCurBlock_blocking (line 268) | static size_t FL2_compressCurBlock_blocking(FL2_CCtx* const cctx, int co... function FL2_compressCurBlock_async (line 362) | static void FL2_compressCurBlock_async(void* const jobDescription, ptrdi... function FL2_compressCurBlock (line 375) | static size_t FL2_compressCurBlock(FL2_CCtx* const cctx, int const strea... function BYTE (line 425) | static BYTE FL2_getProp(FL2_CCtx* const cctx, size_t const dictionarySize) function FL2_preBeginFrame (line 435) | static void FL2_preBeginFrame(FL2_CCtx* const cctx, size_t const dictRed... function FL2_beginFrame (line 444) | static size_t FL2_beginFrame(FL2_CCtx* const cctx, size_t const dictReduce) function FL2_endFrame (line 476) | static void FL2_endFrame(FL2_CCtx* const cctx) function FL2_compressBuffer (line 487) | static size_t FL2_compressBuffer(FL2_CCtx* const cctx, function FL2LIB_CALL (line 540) | FL2LIB_CALL FL2_compressCCtx(FL2_CCtx* cctx, function FL2LIB_CALL (line 600) | FL2LIB_CALL FL2_compressMt(void* dst, size_t dstCapacity, function FL2LIB_CALL (line 616) | FL2LIB_CALL FL2_compress(void* dst, size_t dstCapacity, function FL2LIB_CALL (line 623) | FL2LIB_CALL FL2_getCCtxDictProp(FL2_CCtx* cctx) function FL2LIB_CALL (line 639) | FL2LIB_CALL FL2_CCtx_setParameter(FL2_CCtx* cctx, FL2_cParameter param, ... function FL2LIB_CALL (line 761) | FL2LIB_CALL FL2_CCtx_getParameter(FL2_CCtx* cctx, FL2_cParameter param) function FL2LIB_CALL (line 832) | FL2LIB_CALL FL2_CStream_setParameter(FL2_CStream* fcs, FL2_cParameter pa... function FL2LIB_CALL (line 837) | FL2LIB_CALL FL2_CStream_getParameter(FL2_CStream* fcs, FL2_cParameter pa... function FL2_createCStream (line 842) | FL2_createCStream(void) function FL2LIB_CALL (line 852) | FL2LIB_CALL FL2_freeCStream(FL2_CStream * fcs) function FL2LIB_CALL (line 857) | FL2LIB_CALL FL2_initCStream(FL2_CStream* fcs, int compressionLevel) function FL2LIB_CALL (line 891) | FL2LIB_CALL FL2_setCStreamTimeout(FL2_CStream * fcs, unsigned timeout) function FL2_compressStream_internal (line 911) | static size_t FL2_compressStream_internal(FL2_CStream* const fcs, int co... function FL2LIB_CALL (line 944) | FL2LIB_CALL FL2_copyCStreamOutput(FL2_CStream* fcs, FL2_outBuffer *output) function FL2_compressStream_input (line 969) | static size_t FL2_compressStream_input(FL2_CStream* fcs, FL2_inBuffer* i... function FL2_loopCheck (line 1002) | static size_t FL2_loopCheck(FL2_CStream* fcs, int unchanged) function FL2LIB_CALL (line 1017) | FL2LIB_CALL FL2_compressStream(FL2_CStream* fcs, FL2_outBuffer *output, ... function FL2LIB_CALL (line 1038) | FL2LIB_CALL FL2_getDictionaryBuffer(FL2_CStream * fcs, FL2_dictBuffer * ... function FL2LIB_CALL (line 1058) | FL2LIB_CALL FL2_updateDictionary(FL2_CStream * fcs, size_t addedSize) function FL2LIB_CALL (line 1066) | FL2LIB_CALL FL2_getNextCompressedBuffer(FL2_CStream* fcs, FL2_cBuffer* c... function FL2_getCStreamProgress (line 1084) | FL2LIB_API unsigned long long FL2LIB_CALL FL2_getCStreamProgress(const F... function FL2LIB_CALL (line 1097) | FL2LIB_CALL FL2_waitCStream(FL2_CStream * fcs) function FL2LIB_CALL (line 1107) | FL2LIB_CALL FL2_cancelCStream(FL2_CStream *fcs) function FL2LIB_CALL (line 1122) | FL2LIB_CALL FL2_remainingOutputSize(const FL2_CStream* fcs) function FL2_writeEnd (line 1136) | static void FL2_writeEnd(FL2_CStream* const fcs) function FL2_flushStream_internal (line 1178) | static size_t FL2_flushStream_internal(FL2_CStream* fcs, int const ending) function FL2LIB_CALL (line 1191) | FL2LIB_CALL FL2_flushStream(FL2_CStream* fcs, FL2_outBuffer *output) function FL2LIB_CALL (line 1214) | FL2LIB_CALL FL2_endStream(FL2_CStream* fcs, FL2_outBuffer *output) function FL2LIB_CALL (line 1244) | FL2LIB_CALL FL2_getLevelParameters(int compressionLevel, int high, FL2_c... function FL2_memoryUsage_internal (line 1259) | static size_t FL2_memoryUsage_internal(size_t const dictionarySize, unsi... function FL2LIB_CALL (line 1268) | FL2LIB_CALL FL2_estimateCCtxSize(int compressionLevel, unsigned nbThreads) function FL2LIB_CALL (line 1278) | FL2LIB_CALL FL2_estimateCCtxSize_byParams(const FL2_compressionParameter... function FL2LIB_CALL (line 1288) | FL2LIB_CALL FL2_estimateCCtxSize_usingCCtx(const FL2_CCtx * cctx) function FL2LIB_CALL (line 1297) | FL2LIB_CALL FL2_estimateCStreamSize(int compressionLevel, unsigned nbThr... function FL2LIB_CALL (line 1303) | FL2LIB_CALL FL2_estimateCStreamSize_byParams(const FL2_compressionParame... function FL2LIB_CALL (line 1309) | FL2LIB_CALL FL2_estimateCStreamSize_usingCStream(const FL2_CStream* fcs) FILE: NanaZip.Codecs/FastLZMA2/fl2_compress_internal.h type FL2_CCtx_params (line 38) | typedef struct { type FL2_job (line 49) | typedef struct { type FL2_CCtx_s (line 56) | struct FL2_CCtx_s { FILE: NanaZip.Codecs/FastLZMA2/fl2_errors.h type FL2_ErrorCode (line 30) | typedef enum { FILE: NanaZip.Codecs/FastLZMA2/fl2_internal.h function MEM_STATIC (line 98) | MEM_STATIC U32 ZSTD_highbit32(U32 val) FILE: NanaZip.Codecs/FastLZMA2/fl2_pool.c type FL2POOL_ctx_s (line 24) | struct FL2POOL_ctx_s { function FL2POOL_ctx (line 89) | FL2POOL_ctx* FL2POOL_create(size_t numThreads) function FL2POOL_join (line 122) | static void FL2POOL_join(FL2POOL_ctx* ctx) function FL2POOL_free (line 135) | void FL2POOL_free(FL2POOL_ctx *ctx) function FL2POOL_sizeof (line 145) | size_t FL2POOL_sizeof(FL2POOL_ctx *ctx) function FL2POOL_addRange (line 151) | void FL2POOL_addRange(void* ctxVoid, FL2POOL_function function, void *op... function FL2POOL_add (line 169) | void FL2POOL_add(void* ctxVoid, FL2POOL_function function, void *opaque,... function FL2POOL_waitAll (line 174) | int FL2POOL_waitAll(void *ctxVoid, unsigned timeout) function FL2POOL_threadsBusy (line 193) | size_t FL2POOL_threadsBusy(void * ctx) FILE: NanaZip.Codecs/FastLZMA2/fl2_pool.h type FL2POOL_ctx (line 22) | typedef struct FL2POOL_ctx_s FL2POOL_ctx; FILE: NanaZip.Codecs/FastLZMA2/fl2_threading.c function worker (line 39) | static unsigned __stdcall worker(void *arg) function FL2_pthread_create (line 46) | int FL2_pthread_create(FL2_pthread_t* thread, const void* unused, function FL2_pthread_join (line 60) | int FL2_pthread_join(FL2_pthread_t thread, void **value_ptr) function FL2_checkNbThreads (line 80) | unsigned FL2_checkNbThreads(unsigned nbThreads) FILE: NanaZip.Codecs/FastLZMA2/fl2_threading.h type FL2_pthread_t (line 76) | typedef struct { function mythread_condtime_set (line 120) | static inline void function FL2_pthread_cond_timedwait (line 142) | static inline void type FL2_pthread_mutex_t (line 155) | typedef int FL2_pthread_mutex_t; type FL2_pthread_cond_t (line 161) | typedef int FL2_pthread_cond_t; FILE: NanaZip.Codecs/FastLZMA2/lzma2_enc.c type LZMA2_lenStates (line 132) | typedef struct type LZMA2_encStates (line 144) | typedef struct type LZMA2_node (line 171) | typedef struct type LZMA2_hc3 (line 189) | typedef struct { type LZMA2_ECtx_s (line 197) | struct LZMA2_ECtx_s function LZMA2_ECtx (line 241) | LZMA2_ECtx* LZMA2_createECtx(void) function LZMA2_freeECtx (line 267) | void LZMA2_freeECtx(LZMA2_ECtx *const enc) function LZMA_getRepLen1Price (line 283) | HINT_INLINE function LZMA_getRepPrice (line 291) | static unsigned LZMA_getRepPrice(LZMA2_ECtx* const enc, size_t const rep... function LZMA_getRepMatch0Price (line 315) | static unsigned LZMA_getRepMatch0Price(LZMA2_ECtx *const enc, size_t con... function LZMA_getLiteralPriceMatched (line 324) | static unsigned LZMA_getLiteralPriceMatched(const LZMA2_prob *const prob... function HINT_INLINE (line 338) | HINT_INLINE function HINT_INLINE (line 352) | HINT_INLINE function HINT_INLINE (line 371) | HINT_INLINE function LZMA_lengthStates_SetPrices (line 384) | static void LZMA_lengthStates_SetPrices(const LZMA2_prob *probs, U32 sta... function FORCE_NOINLINE (line 395) | FORCE_NOINLINE function FORCE_NOINLINE (line 446) | FORCE_NOINLINE function HINT_INLINE (line 463) | HINT_INLINE function FORCE_NOINLINE (line 476) | FORCE_NOINLINE function FORCE_NOINLINE (line 490) | FORCE_NOINLINE function LZMA_fastDistShift (line 529) | HINT_INLINE function LZMA_fastDistResult (line 535) | HINT_INLINE function LZMA_getDistSlot (line 542) | static size_t LZMA_getDistSlot(U32 const distance) function HINT_INLINE (line 560) | HINT_INLINE function FORCE_INLINE_TEMPLATE (line 592) | FORCE_INLINE_TEMPLATE function FORCE_NOINLINE (line 789) | FORCE_NOINLINE function LZMA_getLiteralPrice (line 834) | static unsigned LZMA_getLiteralPrice(LZMA2_ECtx *const enc, size_t const... function LZMA_hashReset (line 852) | static void LZMA_hashReset(LZMA2_ECtx *const enc, unsigned const diction... function LZMA_hashCreate (line 862) | static int LZMA_hashCreate(LZMA2_ECtx *const enc, unsigned const diction... function LZMA2_hashAlloc (line 884) | int LZMA2_hashAlloc(LZMA2_ECtx *const enc, const FL2_lzma2Parameters* co... function HINT_INLINE (line 897) | HINT_INLINE function FORCE_INLINE_TEMPLATE (line 965) | FORCE_INLINE_TEMPLATE function FORCE_NOINLINE (line 1273) | FORCE_NOINLINE function FORCE_NOINLINE (line 1307) | FORCE_NOINLINE function FORCE_INLINE_TEMPLATE (line 1371) | FORCE_INLINE_TEMPLATE function FORCE_INLINE_TEMPLATE (line 1465) | FORCE_INLINE_TEMPLATE function FORCE_NOINLINE (line 1580) | FORCE_NOINLINE void LZMA_fillAlignPrices(LZMA2_ECtx* const enc) function FORCE_NOINLINE (line 1601) | FORCE_NOINLINE void LZMA_fillDistancesPrices(LZMA2_ECtx* const enc) function FORCE_INLINE_TEMPLATE (line 1679) | FORCE_INLINE_TEMPLATE function LZMA_lengthStates_Reset (line 1728) | static void LZMA_lengthStates_Reset(LZMA2_lenStates* const ls, unsigned ... function LZMA_encoderStates_Reset (line 1741) | static void LZMA_encoderStates_Reset(LZMA2_encStates* const es, unsigned... function BYTE (line 1777) | BYTE LZMA2_getDictSizeProp(size_t const dictionary_size) function LZMA2_compressBound (line 1793) | size_t LZMA2_compressBound(size_t src_size) function LZMA2_encMemoryUsage (line 1803) | size_t LZMA2_encMemoryUsage(unsigned const chain_log, FL2_strategy const... function LZMA2_reset (line 1811) | static void LZMA2_reset(LZMA2_ECtx *const enc, size_t const max_distance) function BYTE (line 1826) | static BYTE LZMA_getLcLpPbCode(LZMA2_ECtx *const enc) function U32 (line 1832) | static U32 LZMA2_isqrt(U32 op) function BYTE (line 1849) | static BYTE LZMA2_isChunkIncompressible(const FL2_matchTable* const tbl, function LZMA2_encodeChunk (line 1938) | static size_t LZMA2_encodeChunk(LZMA2_ECtx *const enc, function LZMA2_encode (line 1966) | size_t LZMA2_encode(LZMA2_ECtx *const enc, FILE: NanaZip.Codecs/FastLZMA2/lzma2_enc.h type LZMA2_ECtx (line 25) | typedef struct LZMA2_ECtx_s LZMA2_ECtx; type FL2_lzma2Parameters (line 27) | typedef struct FILE: NanaZip.Codecs/FastLZMA2/platform.h function IS_CONSOLE (line 126) | static __inline int IS_CONSOLE(FILE* stdStream) { FILE: NanaZip.Codecs/FastLZMA2/radix_bitpack.c function BYTE (line 41) | BYTE* RMF_bitpackAsOutputBuffer(FL2_matchTable* const tbl, size_t const ... function RMF_bitpackLimitLengths (line 47) | void RMF_bitpackLimitLengths(FL2_matchTable* const tbl, size_t const pos) FILE: NanaZip.Codecs/FastLZMA2/radix_engine.h function RMF_handleRepeat (line 16) | static size_t RMF_handleRepeat(RMF_builder* const tbl, const BYTE* const... function RMF_handleRepeat2 (line 46) | static size_t RMF_handleRepeat2(RMF_builder* const tbl, const BYTE* cons... function RMF_initReference (line 79) | static void RMF_initReference(FL2_matchTable* const tbl, const void* con... function RMF_bitpackInit (line 108) | RMF_bitpackInit function RMF_recurseListsBuffered (line 176) | static void RMF_recurseListsBuffered(RMF_builder* const tbl, function RMF_recurseListsBound (line 300) | static void RMF_recurseListsBound(RMF_builder* const tbl, function RMF_bruteForce (line 433) | static void RMF_bruteForce(RMF_builder* const tbl, function RMF_recurseLists16 (line 484) | static void RMF_recurseLists16(RMF_builder* const tbl, function RMF_recurseListsUnbuf16 (line 607) | static void RMF_recurseListsUnbuf16(RMF_builder* const tbl, function RMF_recurseListsReference (line 815) | static void RMF_recurseListsReference(RMF_builder* const tbl, function RMF_getNextList_mt (line 901) | static ptrdiff_t RMF_getNextList_mt(FL2_matchTable* const tbl) function RMF_getNextList_st (line 912) | static ptrdiff_t RMF_getNextList_st(FL2_matchTable* const tbl) function RMF_bitpackBuildTable (line 925) | RMF_bitpackBuildTable function RMF_bitpackIntegrityCheck (line 988) | RMF_bitpackIntegrityCheck FILE: NanaZip.Codecs/FastLZMA2/radix_get.h type RMF_match (line 18) | typedef struct function RMF_bitpackExtendMatch (line 24) | static size_t RMF_bitpackExtendMatch(const BYTE* const data, function RMF_structuredExtendMatch (line 56) | static size_t RMF_structuredExtendMatch(const BYTE* const data, function FORCE_INLINE_TEMPLATE (line 84) | FORCE_INLINE_TEMPLATE function FORCE_INLINE_TEMPLATE (line 137) | FORCE_INLINE_TEMPLATE FILE: NanaZip.Codecs/FastLZMA2/radix_internal.h type RMF_tableHead (line 50) | typedef struct type RMF_buildMatch (line 61) | typedef struct type RMF_listTail (line 68) | typedef struct type RMF_unit (line 74) | typedef struct type RMF_builder (line 80) | typedef struct type FL2_matchTable_s (line 92) | struct FL2_matchTable_s type FL2_matchTable_s (line 108) | struct FL2_matchTable_s type FL2_matchTable_s (line 109) | struct FL2_matchTable_s type FL2_matchTable_s (line 110) | struct FL2_matchTable_s type FL2_matchTable_s (line 114) | struct FL2_matchTable_s type FL2_matchTable_s (line 126) | struct FL2_matchTable_s type FL2_matchTable_s (line 127) | struct FL2_matchTable_s type FL2_matchTable_s (line 128) | struct FL2_matchTable_s type FL2_matchTable_s (line 129) | struct FL2_matchTable_s type FL2_matchTable_s (line 130) | struct FL2_matchTable_s type FL2_matchTable_s (line 131) | struct FL2_matchTable_s type FL2_matchTable_s (line 132) | struct FL2_matchTable_s type FL2_matchTable_s (line 138) | struct FL2_matchTable_s FILE: NanaZip.Codecs/FastLZMA2/radix_mf.c function RMF_initTailTable (line 31) | static void RMF_initTailTable(RMF_builder* const tbl) function RMF_builder (line 43) | static RMF_builder* RMF_createBuilder(size_t match_buffer_size) function RMF_freeBuilderTable (line 62) | static void RMF_freeBuilderTable(RMF_builder** const builders, unsigned ... function RMF_builder (line 78) | static RMF_builder** RMF_createBuilderTable(U32* const match_table, size... function RMF_isStruct (line 102) | static int RMF_isStruct(size_t const dictionary_size) function RMF_parameters (line 110) | static RMF_parameters RMF_clampParams(RMF_parameters params) function RMF_calBufSize (line 128) | static size_t RMF_calBufSize(size_t dictionary_size, unsigned buffer_res... function RMF_applyParameters_internal (line 153) | static size_t RMF_applyParameters_internal(FL2_matchTable* const tbl, co... function RMF_reduceDict (line 187) | static void RMF_reduceDict(RMF_parameters* const params, size_t const di... function RMF_initListHeads (line 193) | static void RMF_initListHeads(FL2_matchTable* const tbl) function FL2_matchTable (line 207) | FL2_matchTable* RMF_createMatchTable(const RMF_parameters* const p, size... function RMF_freeMatchTable (line 240) | void RMF_freeMatchTable(FL2_matchTable* const tbl) function BYTE (line 251) | BYTE RMF_compatibleParameters(const FL2_matchTable* const tbl, const RMF... function RMF_applyParameters (line 259) | size_t RMF_applyParameters(FL2_matchTable* const tbl, const RMF_paramete... function RMF_threadCount (line 266) | size_t RMF_threadCount(const FL2_matchTable* const tbl) function RMF_initProgress (line 271) | void RMF_initProgress(FL2_matchTable * const tbl) function RMF_initTable (line 277) | void RMF_initTable(FL2_matchTable* const tbl, const void* const data, si... function RMF_handleRepeat (line 289) | static void RMF_handleRepeat(RMF_buildMatch* const match_buffer, type BruteForceMatch (line 321) | typedef struct function RMF_bruteForceBuffered (line 328) | static void RMF_bruteForceBuffered(RMF_builder* const tbl, function FORCE_INLINE_TEMPLATE (line 391) | FORCE_INLINE_TEMPLATE function RMF_recurseListChunk (line 659) | void RMF_recurseListChunk(RMF_builder* const tbl, function RMF_buildTable (line 680) | int RMF_buildTable(FL2_matchTable* const tbl, function RMF_cancelBuild (line 699) | void RMF_cancelBuild(FL2_matchTable * const tbl) function RMF_resetIncompleteBuild (line 705) | void RMF_resetIncompleteBuild(FL2_matchTable * const tbl) function RMF_integrityCheck (line 710) | int RMF_integrityCheck(const FL2_matchTable* const tbl, const BYTE* cons... function RMF_limitLengths (line 718) | void RMF_limitLengths(FL2_matchTable* const tbl, size_t const pos) function BYTE (line 726) | BYTE* RMF_getTableAsOutputBuffer(FL2_matchTable* const tbl, size_t const... function RMF_memoryUsage (line 734) | size_t RMF_memoryUsage(size_t const dict_size, unsigned const buffer_res... FILE: NanaZip.Codecs/FastLZMA2/radix_mf.h type FL2_matchTable (line 21) | typedef struct FL2_matchTable_s FL2_matchTable; type RMF_parameters (line 27) | typedef struct FILE: NanaZip.Codecs/FastLZMA2/radix_struct.c function BYTE (line 41) | BYTE* RMF_structuredAsOutputBuffer(FL2_matchTable* const tbl, size_t con... function RMF_structuredLimitLengths (line 47) | void RMF_structuredLimitLengths(FL2_matchTable* const tbl, size_t const ... FILE: NanaZip.Codecs/FastLZMA2/range_enc.c function RC_printPriceTable (line 55) | void RC_printPriceTable() function RC_setOutputBuffer (line 107) | void RC_setOutputBuffer(RC_encoder* const rc, BYTE *const out_buffer) function RC_reset (line 113) | void RC_reset(RC_encoder* const rc) function RC_shiftLow (line 125) | void RC_shiftLow(RC_encoder* const rc) function RC_shiftLow (line 151) | void RC_shiftLow(RC_encoder* const rc) function RC_encodeBitTree (line 174) | void RC_encodeBitTree(RC_encoder* const rc, LZMA2_prob *const probs, uns... function RC_encodeBitTreeReverse (line 189) | void RC_encodeBitTreeReverse(RC_encoder* const rc, LZMA2_prob *const pro... function RC_encodeDirect (line 205) | void RC_encodeDirect(RC_encoder* const rc, unsigned value, unsigned bit_... FILE: NanaZip.Codecs/FastLZMA2/range_enc.h type U32 (line 19) | typedef U32 LZMA2_prob; type U16 (line 21) | typedef U16 LZMA2_prob; type RC_encoder (line 39) | typedef struct function HINT_INLINE (line 67) | HINT_INLINE function HINT_INLINE (line 80) | HINT_INLINE function HINT_INLINE (line 95) | HINT_INLINE function RC_getTreePrice (line 125) | HINT_INLINE function RC_getReverseTreePrice (line 140) | HINT_INLINE function HINT_INLINE (line 157) | HINT_INLINE FILE: NanaZip.Codecs/FastLZMA2/util.c function UTIL_fileExist (line 24) | int UTIL_fileExist(const char* filename) function UTIL_isRegularFile (line 35) | int UTIL_isRegularFile(const char* infilename) function UTIL_getFileStat (line 41) | int UTIL_getFileStat(const char* infilename, stat_t *statbuf) function UTIL_setFileStat (line 54) | int UTIL_setFileStat(const char *filename, stat_t *statbuf) function U32 (line 76) | U32 UTIL_isDirectory(const char* infilename) function U32 (line 90) | U32 UTIL_isLink(const char* infilename) function U64 (line 111) | U64 UTIL_getFileSize(const char* infilename) function U64 (line 133) | U64 UTIL_getTotalFileSize(const char* const * const fileNamesTable, unsi... function UTIL_prepareFileList (line 147) | int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* p... function UTIL_prepareFileList (line 210) | int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* p... function UTIL_prepareFileList (line 273) | int UTIL_prepareFileList(const char *dirName, char** bufStart, size_t* p... function UTIL_time_t (line 349) | UTIL_time_t UTIL_getTime(void) { UTIL_time_t x; QueryPerformanceCounter(... function U64 (line 351) | U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) function U64 (line 363) | U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) function UTIL_time_t (line 377) | UTIL_time_t UTIL_getTime(void) { return mach_absolute_time(); } function U64 (line 379) | U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) function U64 (line 390) | U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) function UTIL_time_t (line 407) | UTIL_time_t UTIL_getTime(void) function UTIL_time_t (line 415) | UTIL_time_t UTIL_getSpanTime(UTIL_time_t begin, UTIL_time_t end) function U64 (line 428) | U64 UTIL_getSpanTimeMicro(UTIL_time_t begin, UTIL_time_t end) function U64 (line 437) | U64 UTIL_getSpanTimeNano(UTIL_time_t begin, UTIL_time_t end) function UTIL_time_t (line 448) | UTIL_time_t UTIL_getTime(void) { return clock(); } function U64 (line 449) | U64 UTIL_getSpanTimeMicro(UTIL_time_t clockStart, UTIL_time_t clockEnd) ... function U64 (line 450) | U64 UTIL_getSpanTimeNano(UTIL_time_t clockStart, UTIL_time_t clockEnd) {... function U64 (line 455) | U64 UTIL_clockSpanMicro(UTIL_time_t clockStart ) function U64 (line 462) | U64 UTIL_clockSpanNano(UTIL_time_t clockStart ) function UTIL_waitForNextTick (line 468) | void UTIL_waitForNextTick(void) function UTIL_countPhysicalCores (line 484) | int UTIL_countPhysicalCores(void) function UTIL_countPhysicalCores (line 557) | int UTIL_countPhysicalCores(void) function UTIL_countPhysicalCores (line 583) | int UTIL_countPhysicalCores(void) function UTIL_countPhysicalCores (line 652) | int UTIL_countPhysicalCores(void) function UTIL_countPhysicalCores (line 681) | int UTIL_countPhysicalCores(void) function UTIL_countPhysicalCores (line 697) | int UTIL_countPhysicalCores(void) FILE: NanaZip.Codecs/FastLZMA2/util.h type LARGE_INTEGER (line 121) | typedef LARGE_INTEGER UTIL_time_t; type U64 (line 127) | typedef U64 UTIL_time_t; type UTIL_freq_t (line 136) | typedef struct timespec UTIL_freq_t; type UTIL_time_t (line 137) | typedef struct timespec UTIL_time_t; type clock_t (line 143) | typedef clock_t UTIL_time_t; type stat_t (line 166) | typedef struct __stat64 stat_t; type stat_t (line 168) | typedef struct stat stat_t; function UTIL_STATIC (line 188) | UTIL_STATIC void* UTIL_realloc(void *ptr, size_t size) function UTIL_STATIC (line 217) | UTIL_STATIC void UTIL_freeFileList(const char** filenameTable, char* all... FILE: NanaZip.Codecs/FreeBSD/dinode.h type ufs1_daddr_t (line 94) | typedef int32_t ufs1_daddr_t; type ufs2_daddr_t (line 95) | typedef int64_t ufs2_daddr_t; type ufs_lbn_t (line 96) | typedef int64_t ufs_lbn_t; type ufs_time_t (line 97) | typedef int64_t ufs_time_t; type ufs2_dinode (line 129) | struct ufs2_dinode { type ufs1_dinode (line 184) | struct ufs1_dinode { FILE: NanaZip.Codecs/FreeBSD/dir.h type direct (line 80) | struct direct { type dirtemplate (line 131) | struct dirtemplate { type odirtemplate (line 147) | struct odirtemplate { FILE: NanaZip.Codecs/FreeBSD/fs.h type fsck_cmd (line 278) | struct fsck_cmd { type fsrecovery (line 290) | struct fsrecovery { type csum (line 304) | struct csum { type csum_total (line 310) | struct csum_total { type fs_summary_info (line 334) | struct fs_summary_info { type fs (line 348) | struct fs { type fs (line 458) | struct fs type cg (line 605) | struct cg { function lbn_level (line 763) | static inline int function ufs_lbn_t (line 783) | static inline ufs_lbn_t type jsegrec (line 835) | struct jsegrec { type jrefrec (line 847) | struct jrefrec { type jmvrec (line 861) | struct jmvrec { type jblkrec (line 874) | struct jblkrec { type jtrncrec (line 888) | struct jtrncrec { type jsegrec (line 897) | struct jsegrec type jrefrec (line 898) | struct jrefrec type jmvrec (line 899) | struct jmvrec type jblkrec (line 900) | struct jblkrec type jtrncrec (line 901) | struct jtrncrec type jsegrec (line 905) | struct jsegrec type jrefrec (line 906) | struct jrefrec type jmvrec (line 907) | struct jmvrec type jblkrec (line 908) | struct jblkrec type jtrncrec (line 909) | struct jtrncrec FILE: NanaZip.Codecs/GmSSL/sm3.c function sm3_compress_blocks (line 155) | void sm3_compress_blocks(uint32_t digest[8], const uint8_t *data, size_t... function sm3_init (line 298) | void sm3_init(SM3_CTX *ctx) function sm3_update (line 311) | void sm3_update(SM3_CTX *ctx, const uint8_t *data, size_t data_len) function sm3_finish (line 345) | void sm3_finish(SM3_CTX *ctx, uint8_t *digest) function sm3_digest (line 368) | void sm3_digest(const uint8_t *msg, size_t msglen, FILE: NanaZip.Codecs/GmSSL/sm3.h type SM3_CTX (line 49) | typedef struct { type SM3_HMAC_CTX (line 63) | typedef struct { type SM3_KDF_CTX (line 76) | typedef struct { FILE: NanaZip.Codecs/LZ4/lz4.c function LZ4_isAligned (line 292) | static int LZ4_isAligned(const void* ptr, size_t alignment) type BYTE (line 304) | typedef uint8_t BYTE; type U16 (line 305) | typedef uint16_t U16; type U32 (line 306) | typedef uint32_t U32; type S32 (line 307) | typedef int32_t S32; type U64 (line 308) | typedef uint64_t U64; type uptrval (line 309) | typedef uintptr_t uptrval; type BYTE (line 314) | typedef unsigned char BYTE; type U16 (line 315) | typedef unsigned short U16; type U32 (line 316) | typedef unsigned int U32; type S32 (line 317) | typedef signed int S32; type U64 (line 318) | typedef unsigned long long U64; type uptrval (line 319) | typedef size_t uptrval; type U64 (line 323) | typedef U64 reg_t; type reg_t (line 325) | typedef size_t reg_t; type limitedOutput_directive (line 328) | typedef enum { function LZ4_isLittleEndian (line 363) | static unsigned LZ4_isLittleEndian(void) function U16 (line 378) | static U16 LZ4_read16(const void* memPtr) { return *(const U16*) memPtr; } function U32 (line 379) | static U32 LZ4_read32(const void* memPtr) { return *(const U32*) memPtr; } function reg_t (line 380) | static reg_t LZ4_read_ARCH(const void* memPtr) { return *(const reg_t*) ... function LZ4_write16 (line 382) | static void LZ4_write16(void* memPtr, U16 value) { *(U16*)memPtr = value; } function LZ4_write32 (line 383) | static void LZ4_write32(void* memPtr, U32 value) { *(U32*)memPtr = value; } function U16 (line 393) | static U16 LZ4_read16(const void* ptr) { return ((const LZ4_unalign16*)p... function U32 (line 394) | static U32 LZ4_read32(const void* ptr) { return ((const LZ4_unalign32*)p... function reg_t (line 395) | static reg_t LZ4_read_ARCH(const void* ptr) { return ((const LZ4_unalign... function LZ4_write16 (line 397) | static void LZ4_write16(void* memPtr, U16 value) { ((LZ4_unalign16*)memP... function LZ4_write32 (line 398) | static void LZ4_write32(void* memPtr, U32 value) { ((LZ4_unalign32*)memP... function U16 (line 402) | static U16 LZ4_read16(const void* memPtr) function U32 (line 407) | static U32 LZ4_read32(const void* memPtr) function reg_t (line 412) | static reg_t LZ4_read_ARCH(const void* memPtr) function LZ4_write16 (line 417) | static void LZ4_write16(void* memPtr, U16 value) function LZ4_write32 (line 422) | static void LZ4_write32(void* memPtr, U32 value) function U16 (line 430) | static U16 LZ4_readLE16(const void* memPtr) function U32 (line 441) | static U32 LZ4_readLE32(const void* memPtr) function LZ4_writeLE16 (line 452) | static void LZ4_writeLE16(void* memPtr, U16 value) function LZ4_FORCE_INLINE (line 464) | LZ4_FORCE_INLINE function LZ4_FORCE_INLINE (line 495) | LZ4_FORCE_INLINE void function LZ4_FORCE_INLINE (line 521) | LZ4_FORCE_INLINE void function LZ4_FORCE_INLINE (line 534) | LZ4_FORCE_INLINE void function LZ4_NbCommonBytes (line 579) | static unsigned LZ4_NbCommonBytes (reg_t val) function LZ4_count (line 679) | LZ4_FORCE_INLINE type tableType_t (line 717) | typedef enum { clearedTable = 0, byPtr, byU32, byU16 } tableType_t; type dict_directive (line 742) | typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } d... type dictIssue_directive (line 743) | typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; function LZ4_versionNumber (line 749) | int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; } function LZ4_compressBound (line 751) | int LZ4_compressBound(int isize) { return LZ4_COMPRESSBOUND(isize); } function LZ4_sizeofState (line 752) | int LZ4_sizeofState(void) { return sizeof(LZ4_stream_t); } function LZ4_FORCE_INLINE (line 777) | LZ4_FORCE_INLINE U32 LZ4_hash4(U32 sequence, tableType_t const tableType) function LZ4_FORCE_INLINE (line 785) | LZ4_FORCE_INLINE U32 LZ4_hash5(U64 sequence, tableType_t const tableType) function LZ4_FORCE_INLINE (line 797) | LZ4_FORCE_INLINE U32 LZ4_hashPosition(const void* const p, tableType_t c... function LZ4_FORCE_INLINE (line 808) | LZ4_FORCE_INLINE void LZ4_clearHash(U32 h, void* tableBase, tableType_t ... function LZ4_FORCE_INLINE (line 820) | LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase... function LZ4_FORCE_INLINE (line 833) | LZ4_FORCE_INLINE void LZ4_putPositionOnHash(const BYTE* p, U32 h, function LZ4_FORCE_INLINE (line 841) | LZ4_FORCE_INLINE void LZ4_putPosition(const BYTE* p, void* tableBase, ta... function LZ4_FORCE_INLINE (line 853) | LZ4_FORCE_INLINE U32 LZ4_getIndexOnHash(U32 h, const void* tableBase, ta... function BYTE (line 869) | static const BYTE* LZ4_getPositionOnHash(U32 h, const void* tableBase, t... function LZ4_FORCE_INLINE (line 875) | LZ4_FORCE_INLINE const BYTE* function LZ4_FORCE_INLINE (line 883) | LZ4_FORCE_INLINE void function LZ4_FORCE_INLINE (line 930) | LZ4_FORCE_INLINE int LZ4_compress_generic_validated( function LZ4_FORCE_INLINE (line 1344) | LZ4_FORCE_INLINE int LZ4_compress_generic( function LZ4_compress_fast_extState (line 1382) | int LZ4_compress_fast_extState(void* state, const char* source, char* de... function LZ4_compress_fast_extState_fastReset (line 1414) | int LZ4_compress_fast_extState_fastReset(void* state, const char* src, c... function LZ4_compress_fast (line 1453) | int LZ4_compress_fast(const char* src, char* dest, int srcSize, int dstC... function LZ4_compress_default (line 1472) | int LZ4_compress_default(const char* src, char* dst, int srcSize, int ds... function LZ4_compress_destSize_extState_internal (line 1481) | static int LZ4_compress_destSize_extState_internal(LZ4_stream_t* state, ... function LZ4_compress_destSize_extState (line 1497) | int LZ4_compress_destSize_extState(void* state, const char* src, char* d... function LZ4_compress_destSize (line 1506) | int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, i... function LZ4_stream_t (line 1531) | LZ4_stream_t* LZ4_createStream(void) function LZ4_stream_t_alignment (line 1542) | static size_t LZ4_stream_t_alignment(void) function LZ4_stream_t (line 1552) | LZ4_stream_t* LZ4_initStream (void* buffer, size_t size) function LZ4_resetStream (line 1564) | void LZ4_resetStream (LZ4_stream_t* LZ4_stream) function LZ4_resetStream_fast (line 1570) | void LZ4_resetStream_fast(LZ4_stream_t* ctx) { function LZ4_freeStream (line 1575) | int LZ4_freeStream (LZ4_stream_t* LZ4_stream) type LoadDict_mode_e (line 1585) | typedef enum { _ld_fast, _ld_slow } LoadDict_mode_e; function LZ4_loadDict_internal (line 1587) | int LZ4_loadDict_internal(LZ4_stream_t* LZ4_dict, function LZ4_loadDict (line 1648) | int LZ4_loadDict(LZ4_stream_t* LZ4_dict, const char* dictionary, int dic... function LZ4_loadDictSlow (line 1653) | int LZ4_loadDictSlow(LZ4_stream_t* LZ4_dict, const char* dictionary, int... function LZ4_attach_dictionary (line 1658) | void LZ4_attach_dictionary(LZ4_stream_t* workingStream, const LZ4_stream... function LZ4_renormDictT (line 1687) | static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, int nextSize) function LZ4_compress_fast_continue (line 1707) | int LZ4_compress_fast_continue (LZ4_stream_t* LZ4_stream, function LZ4_compress_forceExtDict (line 1787) | int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* sourc... function LZ4_saveDict (line 1814) | int LZ4_saveDict (LZ4_stream_t* LZ4_dict, char* safeBuffer, int dictSize) type earlyEnd_directive (line 1842) | typedef enum { decode_full_block = 0, partial_decode = 1 } earlyEnd_dire... function read_long_length_no_check (line 1852) | static size_t read_long_length_no_check(const BYTE** pp) function LZ4_FORCE_INLINE (line 1869) | LZ4_FORCE_INLINE int type Rvl_t (line 1976) | typedef size_t Rvl_t; function LZ4_FORCE_INLINE (line 1978) | LZ4_FORCE_INLINE Rvl_t function LZ4_FORCE_O2 (line 2450) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2458) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2467) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2478) | LZ4_FORCE_O2 /* Exported, an obsolete API function. */ function LZ4_FORCE_O2 (line 2486) | LZ4_FORCE_O2 function LZ4_decompress_fast_withPrefix64k (line 2496) | int LZ4_decompress_fast_withPrefix64k(const char* source, char* dest, in... function LZ4_FORCE_O2 (line 2503) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2512) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2522) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2533) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2544) | LZ4_FORCE_O2 function LZ4_FORCE_INLINE (line 2557) | LZ4_FORCE_INLINE function LZ4_streamDecode_t (line 2569) | LZ4_streamDecode_t* LZ4_createStreamDecode(void) function LZ4_freeStreamDecode (line 2575) | int LZ4_freeStreamDecode (LZ4_streamDecode_t* LZ4_stream) function LZ4_setStreamDecode (line 2589) | int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const cha... function LZ4_decoderRingBufferSize (line 2615) | int LZ4_decoderRingBufferSize(int maxBlockSize) function LZ4_FORCE_O2 (line 2630) | LZ4_FORCE_O2 function LZ4_FORCE_O2 (line 2670) | LZ4_FORCE_O2 int function LZ4_decompress_safe_usingDict (line 2719) | int LZ4_decompress_safe_usingDict(const char* source, char* dest, int co... function LZ4_decompress_safe_partial_usingDict (line 2734) | int LZ4_decompress_safe_partial_usingDict(const char* source, char* dest... function LZ4_decompress_fast_usingDict (line 2749) | int LZ4_decompress_fast_usingDict(const char* source, char* dest, int or... function LZ4_compress_limitedOutput (line 2764) | int LZ4_compress_limitedOutput(const char* source, char* dest, int input... function LZ4_compress (line 2768) | int LZ4_compress(const char* src, char* dest, int srcSize) function LZ4_compress_limitedOutput_withState (line 2772) | int LZ4_compress_limitedOutput_withState (void* state, const char* src, ... function LZ4_compress_withState (line 2776) | int LZ4_compress_withState (void* state, const char* src, char* dst, int... function LZ4_compress_limitedOutput_continue (line 2780) | int LZ4_compress_limitedOutput_continue (LZ4_stream_t* LZ4_stream, const... function LZ4_compress_continue (line 2784) | int LZ4_compress_continue (LZ4_stream_t* LZ4_stream, const char* source,... function LZ4_uncompress (line 2795) | int LZ4_uncompress (const char* source, char* dest, int outputSize) function LZ4_uncompress_unknownOutputSize (line 2799) | int LZ4_uncompress_unknownOutputSize (const char* source, char* dest, in... function LZ4_sizeofStreamState (line 2806) | int LZ4_sizeofStreamState(void) { return sizeof(LZ4_stream_t); } function LZ4_resetStreamState (line 2808) | int LZ4_resetStreamState(void* state, char* inputBuffer) FILE: NanaZip.Codecs/LZ4/lz4.h type LZ4_stream_t (line 314) | typedef union LZ4_stream_u LZ4_stream_t; type LZ4_streamDecode_t (line 457) | typedef union LZ4_streamDecode_u LZ4_streamDecode_t; type LZ4_i8 (line 701) | typedef int8_t LZ4_i8; type LZ4_byte (line 702) | typedef uint8_t LZ4_byte; type LZ4_u16 (line 703) | typedef uint16_t LZ4_u16; type LZ4_u32 (line 704) | typedef uint32_t LZ4_u32; type LZ4_i8 (line 706) | typedef signed char LZ4_i8; type LZ4_byte (line 707) | typedef unsigned char LZ4_byte; type LZ4_u16 (line 708) | typedef unsigned short LZ4_u16; type LZ4_u32 (line 709) | typedef unsigned int LZ4_u32; type LZ4_stream_t_internal (line 718) | typedef struct LZ4_stream_t_internal LZ4_stream_t_internal; type LZ4_stream_t_internal (line 719) | struct LZ4_stream_t_internal { type LZ4_streamDecode_t_internal (line 758) | typedef struct { FILE: NanaZip.Codecs/LZ4/lz4frame.c function LZ4F_free (line 127) | static void LZ4F_free(void* p, LZ4F_CustomMem cmem) type BYTE (line 172) | typedef uint8_t BYTE; type U16 (line 173) | typedef uint16_t U16; type U32 (line 174) | typedef uint32_t U32; type S32 (line 175) | typedef int32_t S32; type U64 (line 176) | typedef uint64_t U64; type BYTE (line 178) | typedef unsigned char BYTE; type U16 (line 179) | typedef unsigned short U16; type U32 (line 180) | typedef unsigned int U32; type S32 (line 181) | typedef signed int S32; type U64 (line 182) | typedef unsigned long long U64; function U32 (line 187) | static U32 LZ4F_readLE32 (const void* src) function LZ4F_writeLE32 (line 197) | static void LZ4F_writeLE32 (void* dst, U32 value32) function U64 (line 206) | static U64 LZ4F_readLE64 (const void* src) function LZ4F_writeLE64 (line 220) | static void LZ4F_writeLE64 (void* dst, U64 value64) type LZ4F_BlockCompressMode_e (line 262) | typedef enum { LZ4B_COMPRESSED, LZ4B_UNCOMPRESSED} LZ4F_BlockCompressMod... type LZ4F_CtxType_e (line 263) | typedef enum { ctxNone, ctxFast, ctxHC } LZ4F_CtxType_e; type LZ4F_cctx_t (line 265) | typedef struct LZ4F_cctx_s function LZ4F_isError (line 293) | unsigned LZ4F_isError(LZ4F_errorCode_t code) function LZ4F_errorCodes (line 305) | LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult) function LZ4F_errorCode_t (line 311) | static LZ4F_errorCode_t LZ4F_returnErrorCode(LZ4F_errorCodes code) function LZ4F_getVersion (line 329) | unsigned LZ4F_getVersion(void) { return LZ4F_VERSION; } function LZ4F_compressionLevel_max (line 331) | int LZ4F_compressionLevel_max(void) { return LZ4HC_CLEVEL_MAX; } function LZ4F_getBlockSize (line 333) | size_t LZ4F_getBlockSize(LZ4F_blockSizeID_t blockSizeID) function BYTE (line 349) | static BYTE LZ4F_headerChecksum (const void* header, size_t length) function LZ4F_blockSizeID_t (line 359) | static LZ4F_blockSizeID_t LZ4F_optimalBSID(const LZ4F_blockSizeID_t requ... function LZ4F_compressBound_internal (line 379) | static size_t LZ4F_compressBound_internal(size_t srcSize, function LZ4F_compressFrameBound (line 406) | size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t*... function LZ4F_compressFrame_usingCDict (line 428) | size_t LZ4F_compressFrame_usingCDict(LZ4F_cctx* cctx, function LZ4F_compressFrame (line 484) | size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity, type LZ4F_CDict_s (line 531) | struct LZ4F_CDict_s { function LZ4F_CDict (line 538) | LZ4F_CDict* function LZ4F_CDict (line 575) | LZ4F_CDict* LZ4F_createCDict(const void* dictBuffer, size_t dictSize) function LZ4F_freeCDict (line 581) | void LZ4F_freeCDict(LZ4F_CDict* cdict) function LZ4F_cctx (line 595) | LZ4F_cctx* function LZ4F_errorCode_t (line 617) | LZ4F_errorCode_t function LZ4F_errorCode_t (line 629) | LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctxPtr) function LZ4F_initStream (line 648) | static void LZ4F_initStream(void* ctx, function ctxTypeID_to_size (line 676) | static int ctxTypeID_to_size(int ctxTypeID) { function LZ4F_compressBegin_internal (line 690) | size_t LZ4F_compressBegin_internal(LZ4F_cctx* cctx, function LZ4F_compressBegin (line 815) | size_t LZ4F_compressBegin(LZ4F_cctx* cctx, function LZ4F_compressBegin_usingDictOnce (line 828) | size_t LZ4F_compressBegin_usingDictOnce(LZ4F_cctx* cctx, function LZ4F_compressBegin_usingDict (line 838) | size_t LZ4F_compressBegin_usingDict(LZ4F_cctx* cctx, function LZ4F_compressBegin_usingCDict (line 851) | size_t LZ4F_compressBegin_usingCDict(LZ4F_cctx* cctx, function LZ4F_compressBound (line 867) | size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* pref... function LZ4F_makeBlock (line 883) | static size_t LZ4F_makeBlock(void* dst, function LZ4F_compressBlock (line 911) | static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int... function LZ4F_compressBlock_continue (line 923) | static int LZ4F_compressBlock_continue(void* ctx, const char* src, char*... function LZ4F_compressBlockHC (line 931) | static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, i... function LZ4F_compressBlockHC_continue (line 940) | static int LZ4F_compressBlockHC_continue(void* ctx, const char* src, cha... function LZ4F_doNotCompressBlock (line 946) | static int LZ4F_doNotCompressBlock(void* ctx, const char* src, char* dst... function compressFunc_t (line 952) | static compressFunc_t LZ4F_selectCompression(LZ4F_blockMode_t blockMode,... function LZ4F_localSaveDict (line 965) | static int LZ4F_localSaveDict(LZ4F_cctx_t* cctxPtr) type LZ4F_lastBlockStatus (line 972) | typedef enum { notDone, fromTmpBuffer, fromSrcBuffer } LZ4F_lastBlockSta... function LZ4F_compressUpdateImpl (line 989) | static size_t LZ4F_compressUpdateImpl(LZ4F_cctx* cctxPtr, function LZ4F_compressUpdate (line 1119) | size_t LZ4F_compressUpdate(LZ4F_cctx* cctxPtr, function LZ4F_uncompressedUpdate (line 1139) | size_t LZ4F_uncompressedUpdate(LZ4F_cctx* cctxPtr, function LZ4F_flush (line 1159) | size_t LZ4F_flush(LZ4F_cctx* cctxPtr, function LZ4F_compressEnd (line 1206) | size_t LZ4F_compressEnd(LZ4F_cctx* cctxPtr, type dStage_t (line 1248) | typedef enum { type LZ4F_dctx_s (line 1260) | struct LZ4F_dctx_s { function LZ4F_dctx (line 1284) | LZ4F_dctx* LZ4F_createDecompressionContext_advanced(LZ4F_CustomMem custo... function LZ4F_errorCode_t (line 1300) | LZ4F_errorCode_t function LZ4F_errorCode_t (line 1313) | LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* dctx) function LZ4F_resetDecompressionContext (line 1327) | void LZ4F_resetDecompressionContext(LZ4F_dctx* dctx) function LZ4F_decodeHeader (line 1346) | static size_t LZ4F_decodeHeader(LZ4F_dctx* dctx, const void* src, size_t... function LZ4F_headerSize (line 1444) | size_t LZ4F_headerSize(const void* src, size_t srcSize) function LZ4F_errorCode_t (line 1485) | LZ4F_errorCode_t LZ4F_getFrameInfo(LZ4F_dctx* dctx, function LZ4F_updateDict (line 1527) | static void LZ4F_updateDict(LZ4F_dctx* dctx, function LZ4F_decompress (line 1613) | size_t LZ4F_decompress(LZ4F_dctx* dctx, function LZ4F_decompress_usingDict (line 2123) | size_t LZ4F_decompress_usingDict(LZ4F_dctx* dctx, FILE: NanaZip.Codecs/LZ4/lz4frame.h type LZ4F_errorCode_t (line 103) | typedef size_t LZ4F_errorCode_t; type LZ4F_blockSizeID_t (line 123) | typedef enum { type LZ4F_blockMode_t (line 138) | typedef enum { type LZ4F_contentChecksum_t (line 145) | typedef enum { type LZ4F_blockChecksum_t (line 152) | typedef enum { type LZ4F_frameType_t (line 157) | typedef enum { type LZ4F_blockSizeID_t (line 164) | typedef LZ4F_blockSizeID_t blockSizeID_t; type LZ4F_blockMode_t (line 165) | typedef LZ4F_blockMode_t blockMode_t; type LZ4F_frameType_t (line 166) | typedef LZ4F_frameType_t frameType_t; type LZ4F_contentChecksum_t (line 167) | typedef LZ4F_contentChecksum_t contentChecksum_t; type LZ4F_frameInfo_t (line 175) | typedef struct { type LZ4F_preferences_t (line 192) | typedef struct { type LZ4F_cctx (line 246) | typedef struct LZ4F_cctx_s LZ4F_cctx; type LZ4F_cctx (line 247) | typedef LZ4F_cctx* LZ4F_compressionContext_t; type LZ4F_compressOptions_t (line 249) | typedef struct { type LZ4F_dctx (line 368) | typedef struct LZ4F_dctx_s LZ4F_dctx; type LZ4F_dctx (line 369) | typedef LZ4F_dctx* LZ4F_decompressionContext_t; type LZ4F_decompressOptions_t (line 371) | typedef struct { type LZ4F_CDict (line 576) | typedef struct LZ4F_CDict_s LZ4F_CDict; type LZ4F_errorCodes (line 683) | typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) type LZ4F_CustomMem (line 730) | typedef struct { FILE: NanaZip.Codecs/LZ4/lz4hc.c type dictCtx_directive (line 72) | typedef enum { noDictCtx, usingDictCtxHc } dictCtx_directive; type lz4hc_strat_e (line 86) | typedef enum { lz4mid, lz4hc, lz4opt } lz4hc_strat_e; type cParams_t (line 87) | typedef struct { function cParams_t (line 108) | static cParams_t LZ4HC_getCLevelParams(int cLevel) function U32 (line 122) | static U32 LZ4HC_hashPtr(const void* ptr) { return HASH_FUNCTION(LZ4_rea... function U64 (line 126) | static U64 LZ4_read64(const void* memPtr) { return *(const U64*) memPtr; } function U64 (line 131) | static U64 LZ4_read64(const void* ptr) { return ((const LZ4_unalign64*)p... function U64 (line 134) | static U64 LZ4_read64(const void* memPtr) function U32 (line 145) | static U32 LZ4MID_hash4(U32 v) { return (v * 2654435761U) >> (32-LZ4MID_... function U32 (line 146) | static U32 LZ4MID_hash4Ptr(const void* ptr) { return LZ4MID_hash4(LZ4_re... function U32 (line 149) | static U32 LZ4MID_hash7(U64 v) { return (U32)(((v << (64-56)) * 5829581... function U32 (line 151) | static U32 LZ4MID_hash8Ptr(const void* ptr) { return LZ4MID_hash7(LZ4_re... function U64 (line 153) | static U64 LZ4_readLE64(const void* memPtr) function LZ4HC_NbCommonBytes32 (line 167) | LZ4_FORCE_INLINE function LZ4_FORCE_INLINE (line 204) | LZ4_FORCE_INLINE function LZ4HC_clearTables (line 236) | static void LZ4HC_clearTables (LZ4HC_CCtx_internal* hc4) function LZ4HC_init_internal (line 242) | static void LZ4HC_init_internal (LZ4HC_CCtx_internal* hc4, const BYTE* s... function LZ4_FORCE_INLINE (line 268) | LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( type LZ4HC_match_t (line 357) | typedef struct { function LZ4HC_match_t (line 363) | LZ4HC_match_t LZ4HC_searchExtDict(const BYTE* ip, U32 ipIndex, type LZ4HC_match_t (line 406) | typedef LZ4HC_match_t (*LZ4MID_searchIntoDict_f)(const BYTE* ip, U32 ipI... function LZ4HC_match_t (line 410) | static LZ4HC_match_t LZ4MID_searchHCDict(const BYTE* ip, U32 ipIndex, function LZ4HC_match_t (line 420) | static LZ4HC_match_t LZ4MID_searchExtDict(const BYTE* ip, U32 ipIndex, function LZ4_FORCE_INLINE (line 476) | LZ4_FORCE_INLINE void function LZ4MID_fillHTable (line 487) | static void function LZ4MID_searchIntoDict_f (line 514) | static LZ4MID_searchIntoDict_f select_searchDict_function(const LZ4HC_CC... function LZ4MID_compress (line 522) | static int LZ4MID_compress ( function LZ4_FORCE_INLINE (line 781) | LZ4_FORCE_INLINE void LZ4HC_Insert (LZ4HC_CCtx_internal* hc4, const BYTE... function U32 (line 811) | static U32 LZ4HC_rotatePattern(size_t const rotate, U32 const pattern) function LZ4HC_countPattern (line 820) | static unsigned function LZ4HC_reverseCountPattern (line 853) | static unsigned function LZ4HC_protectDictEnd (line 875) | static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) type repeat_state_e (line 880) | typedef enum { rep_untested, rep_not, rep_confirmed } repeat_state_e; type HCfavor_e (line 881) | typedef enum { favorCompressionRatio=0, favorDecompressionSpeed } HCfavo... function LZ4_FORCE_INLINE (line 884) | LZ4_FORCE_INLINE LZ4HC_match_t function LZ4_FORCE_INLINE (line 1106) | LZ4_FORCE_INLINE LZ4HC_match_t function LZ4_FORCE_INLINE (line 1121) | LZ4_FORCE_INLINE int LZ4HC_compress_hashChain ( function LZ4_FORCE_INLINE (line 1373) | LZ4_FORCE_INLINE int function LZ4HC_compress_generic_noDictCtx (line 1419) | static int function isStateCompatible (line 1434) | static int isStateCompatible(const LZ4HC_CCtx_internal* ctx1, const LZ4H... function LZ4HC_compress_generic_dictCtx (line 1441) | static int function LZ4HC_compress_generic (line 1467) | static int function LZ4_sizeofStateHC (line 1486) | int LZ4_sizeofStateHC(void) { return (int)sizeof(LZ4_streamHC_t); } function LZ4_streamHC_t_alignment (line 1488) | static size_t LZ4_streamHC_t_alignment(void) function LZ4_compress_HC_extStateHC_fastReset (line 1500) | int LZ4_compress_HC_extStateHC_fastReset (void* state, const char* src, ... function LZ4_compress_HC_extStateHC (line 1512) | int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst,... function LZ4_compress_HC (line 1519) | int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapa... function LZ4_compress_HC_destSize (line 1538) | int LZ4_compress_HC_destSize(void* state, const char* source, char* dest... function LZ4_streamHC_t (line 1554) | LZ4_streamHC_t* LZ4_createStreamHC(void) function LZ4_freeStreamHC (line 1563) | int LZ4_freeStreamHC (LZ4_streamHC_t* LZ4_streamHCPtr) function LZ4_streamHC_t (line 1573) | LZ4_streamHC_t* LZ4_initStreamHC (void* buffer, size_t size) function LZ4_resetStreamHC (line 1589) | void LZ4_resetStreamHC (LZ4_streamHC_t* LZ4_streamHCPtr, int compression... function LZ4_resetStreamHC_fast (line 1595) | void LZ4_resetStreamHC_fast (LZ4_streamHC_t* LZ4_streamHCPtr, int compre... function LZ4_setCompressionLevel (line 1611) | void LZ4_setCompressionLevel(LZ4_streamHC_t* LZ4_streamHCPtr, int compre... function LZ4_favorDecompressionSpeed (line 1619) | void LZ4_favorDecompressionSpeed(LZ4_streamHC_t* LZ4_streamHCPtr, int fa... function LZ4_loadDictHC (line 1626) | int LZ4_loadDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, function LZ4_attach_HC_dictionary (line 1654) | void LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_... function LZ4HC_setExternalDict (line 1660) | static void LZ4HC_setExternalDict(LZ4HC_CCtx_internal* ctxPtr, const BYT... function LZ4_compressHC_continue_generic (line 1680) | static int function LZ4_compress_HC_continue (line 1722) | int LZ4_compress_HC_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const cha... function LZ4_compress_HC_continue_destSize (line 1731) | int LZ4_compress_HC_continue_destSize (LZ4_streamHC_t* LZ4_streamHCPtr, ... function LZ4_saveDictHC (line 1742) | int LZ4_saveDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, char* safeBuffer, i... type LZ4HC_optimal_t (line 1770) | typedef struct { function LZ4_FORCE_INLINE (line 1778) | LZ4_FORCE_INLINE int LZ4HC_literalsPrice(int const litlen) function LZ4_FORCE_INLINE (line 1788) | LZ4_FORCE_INLINE int LZ4HC_sequencePrice(int litlen, int mlen) function LZ4_FORCE_INLINE (line 1802) | LZ4_FORCE_INLINE LZ4HC_match_t function LZ4HC_compress_optimal (line 1823) | static int LZ4HC_compress_optimal ( LZ4HC_CCtx_internal* ctx, function LZ4_compressHC (line 2133) | int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4... function LZ4_compressHC_limitedOutput (line 2134) | int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize... function LZ4_compressHC2 (line 2135) | int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel)... function LZ4_compressHC2_limitedOutput (line 2136) | int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSiz... function LZ4_compressHC_withStateHC (line 2137) | int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst,... function LZ4_compressHC_limitedOutput_withStateHC (line 2138) | int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* s... function LZ4_compressHC2_withStateHC (line 2139) | int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst... function LZ4_compressHC2_limitedOutput_withStateHC (line 2140) | int LZ4_compressHC2_limitedOutput_withStateHC (void* state, const char* ... function LZ4_compressHC_continue (line 2141) | int LZ4_compressHC_continue (LZ4_streamHC_t* ctx, const char* src, char*... function LZ4_compressHC_limitedOutput_continue (line 2142) | int LZ4_compressHC_limitedOutput_continue (LZ4_streamHC_t* ctx, const ch... function LZ4_sizeofStreamStateHC (line 2146) | int LZ4_sizeofStreamStateHC(void) { return sizeof(LZ4_streamHC_t); } function LZ4_resetStreamStateHC (line 2150) | int LZ4_resetStreamStateHC(void* state, char* inputBuffer) function LZ4_freeHC (line 2167) | int LZ4_freeHC (void* LZ4HC_Data) function LZ4_compressHC2_continue (line 2175) | int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* src, char* d... function LZ4_compressHC2_limitedOutput_continue (line 2180) | int LZ4_compressHC2_limitedOutput_continue (void* LZ4HC_Data, const char... FILE: NanaZip.Codecs/LZ4/lz4hc.h type LZ4_streamHC_t (line 101) | typedef union LZ4_streamHC_u LZ4_streamHC_t; type LZ4HC_CCtx_internal (line 234) | typedef struct LZ4HC_CCtx_internal LZ4HC_CCtx_internal; type LZ4HC_CCtx_internal (line 235) | struct LZ4HC_CCtx_internal FILE: NanaZip.Codecs/LZ5/lz5.c type LZ5_stream_t_internal (line 59) | typedef struct { type limitedOutput_directive (line 68) | typedef enum { notLimited = 0, limitedOutput = 1 } limitedOutput_directive; type tableType_t (line 69) | typedef enum { byPtr, byU32, byU16 } tableType_t; type dict_directive (line 71) | typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; type dictIssue_directive (line 72) | typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; type endCondition_directive (line 74) | typedef enum { endOnOutputSize = 0, endOnInputSize = 1 } endCondition_di... type earlyEnd_directive (line 75) | typedef enum { full = 0, partial = 1 } earlyEnd_directive; function LZ5_versionNumber (line 81) | int LZ5_versionNumber (void) { return LZ5_VERSION_NUMBER; } function LZ5_compressBound (line 82) | int LZ5_compressBound(int isize) { return LZ5_COMPRESSBOUND(isize); } function LZ5_sizeofState (line 83) | int LZ5_sizeofState() { return LZ5_STREAMSIZE; } function U32 (line 91) | static U32 LZ5_hashSequence(U32 sequence, tableType_t const tableType) function U32 (line 99) | static U32 LZ5_hashSequence64(size_t sequence, tableType_t const tableType) function U32 (line 106) | static U32 LZ5_hashSequenceT(size_t sequence, tableType_t const tableType) function U32 (line 113) | static U32 LZ5_hashPosition(const void* p, tableType_t tableType) { retu... function LZ5_putPositionOnHash (line 115) | static void LZ5_putPositionOnHash(const BYTE* p, U32 h, void* tableBase,... function LZ5_putPosition (line 125) | static void LZ5_putPosition(const BYTE* p, void* tableBase, tableType_t ... function BYTE (line 131) | static const BYTE* LZ5_getPositionOnHash(U32 h, void* tableBase, tableTy... function BYTE (line 138) | static const BYTE* LZ5_getPosition(const BYTE* p, void* tableBase, table... function FORCE_INLINE (line 144) | FORCE_INLINE int LZ5_compress_generic( function LZ5_compress_fast_extState (line 404) | int LZ5_compress_fast_extState(void* state, const char* source, char* de... function LZ5_compress_fast (line 426) | int LZ5_compress_fast(const char* source, char* dest, int inputSize, int... function LZ5_compress_default (line 444) | int LZ5_compress_default(const char* source, char* dest, int inputSize, ... function LZ5_compress_fast_force (line 452) | int LZ5_compress_fast_force(const char* source, char* dest, int inputSiz... function LZ5_compress_destSize_generic (line 469) | static int LZ5_compress_destSize_generic( function LZ5_compress_destSize_extState (line 678) | static int LZ5_compress_destSize_extState (void* state, const char* src,... function LZ5_compress_destSize (line 696) | int LZ5_compress_destSize(const char* src, char* dst, int* srcSizePtr, i... function LZ5_stream_t (line 719) | LZ5_stream_t* LZ5_createStream(void) function LZ5_resetStream (line 727) | void LZ5_resetStream (LZ5_stream_t* LZ5_stream) function LZ5_freeStream (line 732) | int LZ5_freeStream (LZ5_stream_t* LZ5_stream) function LZ5_loadDict (line 740) | int LZ5_loadDict (LZ5_stream_t* LZ5_dict, const char* dictionary, int di... function LZ5_renormDictT (line 774) | static void LZ5_renormDictT(LZ5_stream_t_internal* LZ5_dict, const BYTE*... function LZ5_compress_fast_continue (line 795) | int LZ5_compress_fast_continue (LZ5_stream_t* LZ5_stream, const char* so... function LZ5_compress_forceExtDict (line 847) | int LZ5_compress_forceExtDict (LZ5_stream_t* LZ5_dict, const char* sourc... function LZ5_saveDict (line 867) | int LZ5_saveDict (LZ5_stream_t* LZ5_dict, char* safeBuffer, int dictSize) function FORCE_INLINE (line 896) | FORCE_INLINE int LZ5_decompress_generic( function LZ5_decompress_safe (line 1130) | int LZ5_decompress_safe(const char* source, char* dest, int compressedSi... function LZ5_decompress_safe_partial (line 1135) | int LZ5_decompress_safe_partial(const char* source, char* dest, int comp... function LZ5_decompress_fast (line 1140) | int LZ5_decompress_fast(const char* source, char* dest, int originalSize) type LZ5_streamDecode_t_internal (line 1148) | typedef struct function LZ5_streamDecode_t (line 1161) | LZ5_streamDecode_t* LZ5_createStreamDecode(void) function LZ5_freeStreamDecode (line 1167) | int LZ5_freeStreamDecode (LZ5_streamDecode_t* LZ5_stream) function LZ5_setStreamDecode (line 1180) | int LZ5_setStreamDecode (LZ5_streamDecode_t* LZ5_streamDecode, const cha... function LZ5_decompress_safe_continue (line 1197) | int LZ5_decompress_safe_continue (LZ5_streamDecode_t* LZ5_streamDecode, ... function LZ5_decompress_fast_continue (line 1226) | int LZ5_decompress_fast_continue (LZ5_streamDecode_t* LZ5_streamDecode, ... function FORCE_INLINE (line 1263) | FORCE_INLINE int LZ5_decompress_usingDict_generic(const char* source, ch... function LZ5_decompress_safe_usingDict (line 1276) | int LZ5_decompress_safe_usingDict(const char* source, char* dest, int co... function LZ5_decompress_fast_usingDict (line 1281) | int LZ5_decompress_fast_usingDict(const char* source, char* dest, int or... function LZ5_decompress_safe_forceExtDict (line 1287) | int LZ5_decompress_safe_forceExtDict(const char* source, char* dest, int... function LZ5_compress_limitedOutput (line 1297) | int LZ5_compress_limitedOutput(const char* source, char* dest, int input... function LZ5_compress (line 1298) | int LZ5_compress(const char* source, char* dest, int inputSize) { return... function LZ5_compress_limitedOutput_withState (line 1299) | int LZ5_compress_limitedOutput_withState (void* state, const char* src, ... function LZ5_compress_withState (line 1300) | int LZ5_compress_withState (void* state, const char* src, char* dst, int... function LZ5_compress_limitedOutput_continue (line 1301) | int LZ5_compress_limitedOutput_continue (LZ5_stream_t* LZ5_stream, const... function LZ5_compress_continue (line 1302) | int LZ5_compress_continue (LZ5_stream_t* LZ5_stream, const char* source,... function LZ5_uncompress (line 1310) | int LZ5_uncompress (const char* source, char* dest, int outputSize) { re... function LZ5_uncompress_unknownOutputSize (line 1311) | int LZ5_uncompress_unknownOutputSize (const char* source, char* dest, in... function LZ5_sizeofStreamState (line 1316) | int LZ5_sizeofStreamState() { return LZ5_STREAMSIZE; } function LZ5_init (line 1318) | static void LZ5_init(LZ5_stream_t_internal* lz5ds, BYTE* base) function LZ5_resetStreamState (line 1324) | int LZ5_resetStreamState(void* state, char* inputBuffer) function LZ5_decompress_safe_withPrefix64k (line 1347) | int LZ5_decompress_safe_withPrefix64k(const char* source, char* dest, in... function LZ5_decompress_fast_withPrefix64k (line 1352) | int LZ5_decompress_fast_withPrefix64k(const char* source, char* dest, in... FILE: NanaZip.Codecs/LZ5/lz5.h type LZ5_stream_t (line 199) | typedef struct { long long table[LZ5_STREAMSIZE_U64]; } LZ5_stream_t; type LZ5_streamDecode_t (line 252) | typedef struct { unsigned long long table[LZ5_STREAMDECODESIZE_U64]; } L... FILE: NanaZip.Codecs/LZ5/lz5common.h type BYTE (line 121) | typedef uint8_t BYTE; type U16 (line 122) | typedef uint16_t U16; type S16 (line 123) | typedef int16_t S16; type U32 (line 124) | typedef uint32_t U32; type S32 (line 125) | typedef int32_t S32; type U64 (line 126) | typedef uint64_t U64; type S64 (line 127) | typedef int64_t S64; type BYTE (line 129) | typedef unsigned char BYTE; type U16 (line 130) | typedef unsigned short U16; type S16 (line 131) | typedef signed short S16; type U32 (line 132) | typedef unsigned int U32; type S32 (line 133) | typedef signed int S32; type U64 (line 134) | typedef unsigned long long U64; type S64 (line 135) | typedef signed long long S64; function U32 (line 154) | static U32 LZ5HC_hash3(U32 u, U32 h) { return (u * prime3bytes) << (32-2... function LZ5HC_hash3Ptr (line 155) | static size_t LZ5HC_hash3Ptr(const void* ptr, U32 h) { return LZ5HC_hash... function U32 (line 157) | static U32 LZ5HC_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32-h... function LZ5HC_hash4Ptr (line 158) | static size_t LZ5HC_hash4Ptr(const void* ptr, U32 h) { return LZ5HC_hash... function LZ5HC_hash5 (line 160) | static size_t LZ5HC_hash5(U64 u, U32 h) { return (size_t)((u * prime5byt... function LZ5HC_hash5Ptr (line 161) | static size_t LZ5HC_hash5Ptr(const void* p, U32 h) { return LZ5HC_hash5(... function LZ5HC_hash6 (line 163) | static size_t LZ5HC_hash6(U64 u, U32 h) { return (size_t)((u * prime6byt... function LZ5HC_hash6Ptr (line 164) | static size_t LZ5HC_hash6Ptr(const void* p, U32 h) { return LZ5HC_hash6(... function LZ5HC_hash7 (line 166) | static size_t LZ5HC_hash7(U64 u, U32 h) { return (size_t)((u * prime7byt... function LZ5HC_hash7Ptr (line 167) | static size_t LZ5HC_hash7Ptr(const void* p, U32 h) { return LZ5HC_hash7(... function LZ5HC_hashPtr (line 169) | static size_t LZ5HC_hashPtr(const void* p, U32 hBits, U32 mls) function LZ5_LIT_COST (line 199) | static size_t LZ5_LIT_COST(size_t len, size_t offset){ return (len)+(((o... function LZ5_MATCH_COST (line 200) | static size_t LZ5_MATCH_COST(size_t mlen, size_t offset) { return LZ5_LE... function FORCE_INLINE (line 210) | FORCE_INLINE size_t LZ5HC_get_price(size_t litlen, size_t offset, size_t... function FORCE_INLINE (line 215) | FORCE_INLINE size_t LZ5HC_better_price(size_t best_off, size_t best_comm... function FORCE_INLINE (line 221) | FORCE_INLINE size_t LZ5HC_more_profitable(size_t best_off, size_t best_c... type LZ5HC_strategy (line 242) | typedef enum { LZ5HC_fast, LZ5HC_price_fast, LZ5HC_lowest_price, LZ5HC_o... type LZ5HC_parameters (line 244) | typedef struct type LZ5HC_Data_s (line 258) | struct LZ5HC_Data_s type LZ5HC_match_t (line 276) | typedef struct type LZ5HC_optimal_t (line 283) | typedef struct FILE: NanaZip.Codecs/LZ5/lz5frame.c type BYTE (line 75) | typedef uint8_t BYTE; type U16 (line 76) | typedef uint16_t U16; type U32 (line 77) | typedef uint32_t U32; type S32 (line 78) | typedef int32_t S32; type U64 (line 79) | typedef uint64_t U64; type BYTE (line 81) | typedef unsigned char BYTE; type U16 (line 82) | typedef unsigned short U16; type U32 (line 83) | typedef unsigned int U32; type S32 (line 84) | typedef signed int S32; type U64 (line 85) | typedef unsigned long long U64; type LZ5F_cctx_t (line 117) | typedef struct LZ5F_cctx_s type LZ5F_dctx_t (line 133) | typedef struct LZ5F_dctx_s function LZ5F_isError (line 163) | unsigned LZ5F_isError(LZ5F_errorCode_t code) function LZ5F_getBlockSize (line 179) | static size_t LZ5F_getBlockSize(unsigned blockSizeID) function U32 (line 193) | static U32 LZ5F_readLE32 (const BYTE* srcPtr) function LZ5F_writeLE32 (line 202) | static void LZ5F_writeLE32 (BYTE* dstPtr, U32 value32) function U64 (line 210) | static U64 LZ5F_readLE64 (const BYTE* srcPtr) function LZ5F_writeLE64 (line 223) | static void LZ5F_writeLE64 (BYTE* dstPtr, U64 value64) function BYTE (line 236) | static BYTE LZ5F_headerChecksum (const void* header, size_t length) function LZ5F_blockSizeID_t (line 246) | static LZ5F_blockSizeID_t LZ5F_optimalBSID(const LZ5F_blockSizeID_t requ... function LZ5F_freeStream (line 261) | void LZ5F_freeStream(LZ5F_cctx_t* cctxPtr) function LZ5F_compressFrameBound (line 271) | size_t LZ5F_compressFrameBound(size_t srcSize, const LZ5F_preferences_t*... function LZ5F_compressFrame (line 299) | size_t LZ5F_compressFrame(void* dstBuffer, size_t dstMaxSize, const void... function LZ5F_errorCode_t (line 362) | LZ5F_errorCode_t LZ5F_createCompressionContext(LZ5F_compressionContext_t... function LZ5F_errorCode_t (line 378) | LZ5F_errorCode_t LZ5F_freeCompressionContext(LZ5F_compressionContext_t L... function LZ5F_compressBegin (line 399) | size_t LZ5F_compressBegin(LZ5F_compressionContext_t compressionContext, ... function LZ5F_compressBound (line 487) | size_t LZ5F_compressBound(size_t srcSize, const LZ5F_preferences_t* pref... function LZ5F_compressBlock (line 508) | static size_t LZ5F_compressBlock(void* dst, const void* src, size_t srcS... function LZ5F_localLZ5_compress_limitedOutput_withState (line 525) | static int LZ5F_localLZ5_compress_limitedOutput_withState(void* ctx, con... function LZ5F_localLZ5_compress_limitedOutput_continue (line 530) | static int LZ5F_localLZ5_compress_limitedOutput_continue(void* ctx, cons... function LZ5F_localLZ5_compressHC_limitedOutput_continue (line 535) | static int LZ5F_localLZ5_compressHC_limitedOutput_continue(void* ctx, co... function compressFunc_t (line 540) | static compressFunc_t LZ5F_selectCompression(LZ5F_blockMode_t blockMode,... function LZ5F_localSaveDict (line 551) | static int LZ5F_localSaveDict(LZ5F_cctx_t* cctxPtr) type LZ5F_lastBlockStatus (line 558) | typedef enum { notDone, fromTmpBuffer, fromSrcBuffer } LZ5F_lastBlockSta... function LZ5F_compressUpdate (line 569) | size_t LZ5F_compressUpdate(LZ5F_compressionContext_t compressionContext,... function LZ5F_flush (line 680) | size_t LZ5F_flush(LZ5F_compressionContext_t compressionContext, void* ds... function LZ5F_compressEnd (line 721) | size_t LZ5F_compressEnd(LZ5F_compressionContext_t compressionContext, vo... function LZ5F_errorCode_t (line 767) | LZ5F_errorCode_t LZ5F_createDecompressionContext(LZ5F_decompressionConte... function LZ5F_errorCode_t (line 779) | LZ5F_errorCode_t LZ5F_freeDecompressionContext(LZ5F_decompressionContext... type dStage_t (line 798) | typedef enum { dstage_getHeader=0, dstage_storeHeader, function LZ5F_decodeHeader (line 817) | static size_t LZ5F_decodeHeader(LZ5F_dctx_t* dctxPtr, const void* srcVoi... function LZ5F_errorCode_t (line 935) | LZ5F_errorCode_t LZ5F_getFrameInfo(LZ5F_decompressionContext_t dCtx, LZ5... function LZ5F_decompress_safe (line 961) | static int LZ5F_decompress_safe (const char* source, char* dest, int com... function LZ5F_updateDict (line 968) | static void LZ5F_updateDict(LZ5F_dctx_t* dctxPtr, const BYTE* dstPtr, si... function LZ5F_decompress (line 1051) | size_t LZ5F_decompress(LZ5F_decompressionContext_t decompressionContext, FILE: NanaZip.Codecs/LZ5/lz5frame.h type LZ5F_errorCode_t (line 56) | typedef size_t LZ5F_errorCode_t; type LZ5F_blockSizeID_t (line 72) | typedef enum { type LZ5F_blockMode_t (line 87) | typedef enum { type LZ5F_contentChecksum_t (line 94) | typedef enum { type LZ5F_frameType_t (line 101) | typedef enum { type LZ5F_blockSizeID_t (line 108) | typedef LZ5F_blockSizeID_t blockSizeID_t; type LZ5F_blockMode_t (line 109) | typedef LZ5F_blockMode_t blockMode_t; type LZ5F_frameType_t (line 110) | typedef LZ5F_frameType_t frameType_t; type LZ5F_contentChecksum_t (line 111) | typedef LZ5F_contentChecksum_t contentChecksum_t; type LZ5F_frameInfo_t (line 114) | typedef struct { type LZ5F_preferences_t (line 123) | typedef struct { type LZ5F_cctx_s (line 152) | struct LZ5F_cctx_s type LZ5F_compressOptions_t (line 154) | typedef struct { type LZ5F_dctx_s (line 232) | struct LZ5F_dctx_s type LZ5F_decompressOptions_t (line 234) | typedef struct { FILE: NanaZip.Codecs/LZ5/lz5frame_static.h type LZ5F_errorCodes (line 76) | typedef enum { LZ5F_LIST_ERRORS(LZ5F_GENERATE_ENUM) } LZ5F_errorCodes; FILE: NanaZip.Codecs/LZ5/lz5hc.c function LZ5_alloc_mem_HC (line 55) | int LZ5_alloc_mem_HC(LZ5HC_Data_Structure* ctx, int compressionLevel) function LZ5_free_mem_HC (line 80) | void LZ5_free_mem_HC(LZ5HC_Data_Structure* ctx) function LZ5HC_init (line 88) | static void LZ5HC_init (LZ5HC_Data_Structure* ctx, const BYTE* start) function FORCE_INLINE (line 115) | FORCE_INLINE void LZ5HC_BinTree_Insert(LZ5HC_Data_Structure* ctx, const ... function FORCE_INLINE (line 135) | FORCE_INLINE void LZ5HC_BinTree_InsertFull(LZ5HC_Data_Structure* ctx, co... function FORCE_INLINE (line 239) | FORCE_INLINE void LZ5HC_Insert (LZ5HC_Data_Structure* ctx, const BYTE* ip) function FORCE_INLINE (line 267) | FORCE_INLINE int LZ5HC_FindBestMatch (LZ5HC_Data_Structure* ctx, /* In... function FORCE_INLINE (line 349) | FORCE_INLINE int LZ5HC_FindMatchFast (LZ5HC_Data_Structure* ctx, U32 mat... function FORCE_INLINE (line 420) | FORCE_INLINE int LZ5HC_FindMatchFaster (LZ5HC_Data_Structure* ctx, U32 m... function FORCE_INLINE (line 471) | FORCE_INLINE int LZ5HC_FindMatchFastest (LZ5HC_Data_Structure* ctx, U32 ... function FORCE_INLINE (line 514) | FORCE_INLINE size_t LZ5HC_GetWiderMatch ( function FORCE_INLINE (line 640) | FORCE_INLINE int LZ5HC_GetAllMatches ( function FORCE_INLINE (line 772) | FORCE_INLINE int LZ5HC_BinTree_GetAllMatches ( type limitedOutput_directive (line 915) | typedef enum { noLimit = 0, limitedOutput = 1 } limitedOutput_directive; function FORCE_INLINE (line 925) | FORCE_INLINE int LZ5HC_encodeSequence ( function LZ5HC_compress_optimal_price (line 1012) | static int LZ5HC_compress_optimal_price ( function LZ5HC_compress_lowest_price (line 1387) | static int LZ5HC_compress_lowest_price ( function LZ5HC_compress_price_fast (line 1532) | static int LZ5HC_compress_price_fast ( function LZ5HC_compress_fast (line 1666) | static int LZ5HC_compress_fast ( function LZ5HC_compress_generic (line 1735) | static int LZ5HC_compress_generic (void* ctxvoid, const char* source, ch... function LZ5_sizeofStateHC (line 1755) | int LZ5_sizeofStateHC(void) { return sizeof(LZ5HC_Data_Structure); } function LZ5_compress_HC_extStateHC (line 1757) | int LZ5_compress_HC_extStateHC (void* state, const char* src, char* dst,... function LZ5_compress_HC (line 1768) | int LZ5_compress_HC(const char* src, char* dst, int srcSize, int maxDstS... function LZ5_streamHC_t (line 1789) | LZ5_streamHC_t* LZ5_createStreamHC(int compressionLevel) function LZ5_freeStreamHC (line 1803) | int LZ5_freeStreamHC (LZ5_streamHC_t* LZ5_streamHCPtr) function LZ5_resetStreamHC (line 1816) | void LZ5_resetStreamHC (LZ5_streamHC_t* LZ5_streamHCPtr) function LZ5_loadDictHC (line 1822) | int LZ5_loadDictHC (LZ5_streamHC_t* LZ5_streamHCPtr, const char* diction... function LZ5HC_setExternalDict (line 1839) | static void LZ5HC_setExternalDict(LZ5HC_Data_Structure* ctxPtr, const BY... function LZ5_compressHC_continue_generic (line 1852) | static int LZ5_compressHC_continue_generic (LZ5HC_Data_Structure* ctxPtr, function LZ5_compress_HC_continue (line 1889) | int LZ5_compress_HC_continue (LZ5_streamHC_t* LZ5_streamHCPtr, const cha... function LZ5_saveDictHC (line 1900) | int LZ5_saveDictHC (LZ5_streamHC_t* LZ5_streamHCPtr, char* safeBuffer, i... function LZ5_compressHC (line 1924) | int LZ5_compressHC(const char* src, char* dst, int srcSize) { return LZ5... function LZ5_compressHC_limitedOutput (line 1925) | int LZ5_compressHC_limitedOutput(const char* src, char* dst, int srcSize... function LZ5_compressHC_continue (line 1926) | int LZ5_compressHC_continue (LZ5_streamHC_t* ctx, const char* src, char*... function LZ5_compressHC_limitedOutput_continue (line 1927) | int LZ5_compressHC_limitedOutput_continue (LZ5_streamHC_t* ctx, const ch... function LZ5_compressHC_withStateHC (line 1928) | int LZ5_compressHC_withStateHC (void* state, const char* src, char* dst,... function LZ5_compressHC_limitedOutput_withStateHC (line 1929) | int LZ5_compressHC_limitedOutput_withStateHC (void* state, const char* s... FILE: NanaZip.Codecs/LZ5/lz5hc.h type LZ5HC_Data_Structure (line 69) | typedef struct LZ5HC_Data_s LZ5HC_Data_Structure; type LZ5_streamHC_t (line 95) | typedef struct { size_t table[LZ5_STREAMHCSIZE_SIZET]; } LZ5_streamHC_t; FILE: NanaZip.Codecs/LZ5/mem.h function MEM_32bits (line 90) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(void*)==4; } function MEM_64bits (line 91) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(void*)==8; } function MEM_isLittleEndian (line 93) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 103) | MEM_STATIC U16 MEM_read16(const void* memPtr) { return *(const U16*) mem... function MEM_STATIC (line 104) | MEM_STATIC U32 MEM_read32(const void* memPtr) { return *(const U32*) mem... function MEM_STATIC (line 105) | MEM_STATIC U64 MEM_read64(const void* memPtr) { return *(const U64*) mem... function MEM_STATIC (line 107) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { *(U16*)memPtr = v... function MEM_STATIC (line 108) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { *(U32*)memPtr = v... function MEM_STATIC (line 109) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(U64*)memPtr = v... type unalign (line 115) | typedef union { U16 u16; U32 u32; U64 u64; } __attribute__((packed)) una... function MEM_STATIC (line 117) | MEM_STATIC U16 MEM_read16(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 118) | MEM_STATIC U32 MEM_read32(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 119) | MEM_STATIC U64 MEM_read64(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 121) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { ((unalign*)memPtr... function MEM_STATIC (line 122) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { ((unalign*)memPtr... function MEM_STATIC (line 123) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { ((unalign*)memPtr... function MEM_STATIC (line 130) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 135) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 140) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 145) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 150) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) function MEM_STATIC (line 155) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) function MEM_STATIC (line 163) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 174) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 188) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 203) | MEM_STATIC void MEM_writeLE24(void* memPtr, U32 value) function MEM_STATIC (line 219) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 230) | MEM_STATIC void MEM_writeLE32(void* memPtr, U32 val32) function MEM_STATIC (line 246) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 258) | MEM_STATIC void MEM_writeLE64(void* memPtr, U64 val64) function MEM_STATIC (line 278) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) function MEM_STATIC (line 286) | MEM_STATIC void MEM_writeLEST(void* memPtr, size_t val) function MEM_read_ARCH (line 305) | static size_t MEM_read_ARCH(const void* p) { size_t r; memcpy(&r, p, siz... function MEM_NbCommonBytes (line 333) | MEM_STATIC unsigned MEM_NbCommonBytes (register size_t val) function MEM_STATIC (line 402) | MEM_STATIC size_t MEM_count(const BYTE* pIn, const BYTE* pMatch, const B... function MEM_copy8 (line 421) | static void MEM_copy8(void* dst, const void* src) { memcpy(dst, src, 8); } function MEM_wildCopy (line 438) | static void MEM_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd) FILE: NanaZip.Codecs/LittleFS/lfs.c function lfs_cache_drop (line 31) | static inline void lfs_cache_drop(lfs_t *lfs, lfs_cache_t *rcache) { function lfs_cache_zero (line 38) | static inline void lfs_cache_zero(lfs_t *lfs, lfs_cache_t *pcache) { function lfs_bd_read (line 44) | static int lfs_bd_read(lfs_t *lfs, function lfs_bd_cmp (line 127) | static int lfs_bd_cmp(lfs_t *lfs, function lfs_bd_crc (line 154) | static int lfs_bd_crc(lfs_t *lfs, function lfs_bd_flush (line 176) | static int lfs_bd_flush(lfs_t *lfs, function lfs_bd_sync (line 211) | static int lfs_bd_sync(lfs_t *lfs, function lfs_bd_prog (line 227) | static int lfs_bd_prog(lfs_t *lfs, function lfs_bd_erase (line 275) | static int lfs_bd_erase(lfs_t *lfs, lfs_block_t block) { function lfs_size_t (line 287) | static inline lfs_size_t lfs_path_namelen(const char *path) { function lfs_path_islast (line 291) | static inline bool lfs_path_islast(const char *path) { function lfs_path_isdir (line 296) | static inline bool lfs_path_isdir(const char *path) { function lfs_pair_swap (line 301) | static inline void lfs_pair_swap(lfs_block_t pair[2]) { function lfs_pair_isnull (line 307) | static inline bool lfs_pair_isnull(const lfs_block_t pair[2]) { function lfs_pair_cmp (line 311) | static inline int lfs_pair_cmp( function lfs_pair_issync (line 318) | static inline bool lfs_pair_issync( function lfs_pair_fromle32 (line 325) | static inline void lfs_pair_fromle32(lfs_block_t pair[2]) { function lfs_pair_tole32 (line 331) | static inline void lfs_pair_tole32(lfs_block_t pair[2]) { type lfs_tag_t (line 338) | typedef uint32_t lfs_tag_t; type lfs_stag_t (line 339) | typedef int32_t lfs_stag_t; function lfs_tag_isvalid (line 350) | static inline bool lfs_tag_isvalid(lfs_tag_t tag) { function lfs_tag_isdelete (line 354) | static inline bool lfs_tag_isdelete(lfs_tag_t tag) { function lfs_tag_type1 (line 358) | static inline uint16_t lfs_tag_type1(lfs_tag_t tag) { function lfs_tag_type2 (line 362) | static inline uint16_t lfs_tag_type2(lfs_tag_t tag) { function lfs_tag_type3 (line 366) | static inline uint16_t lfs_tag_type3(lfs_tag_t tag) { function lfs_tag_chunk (line 370) | static inline uint8_t lfs_tag_chunk(lfs_tag_t tag) { function lfs_tag_splice (line 374) | static inline int8_t lfs_tag_splice(lfs_tag_t tag) { function lfs_tag_id (line 378) | static inline uint16_t lfs_tag_id(lfs_tag_t tag) { function lfs_size_t (line 382) | static inline lfs_size_t lfs_tag_size(lfs_tag_t tag) { function lfs_size_t (line 386) | static inline lfs_size_t lfs_tag_dsize(lfs_tag_t tag) { type lfs_mattr (line 391) | struct lfs_mattr { type lfs_diskoff (line 396) | struct lfs_diskoff { function lfs_gstate_xor (line 406) | static inline void lfs_gstate_xor(lfs_gstate_t *a, const lfs_gstate_t *b) { function lfs_gstate_iszero (line 412) | static inline bool lfs_gstate_iszero(const lfs_gstate_t *a) { function lfs_gstate_hasorphans (line 419) | static inline bool lfs_gstate_hasorphans(const lfs_gstate_t *a) { function lfs_gstate_getorphans (line 423) | static inline uint8_t lfs_gstate_getorphans(const lfs_gstate_t *a) { function lfs_gstate_hasmove (line 427) | static inline bool lfs_gstate_hasmove(const lfs_gstate_t *a) { function lfs_gstate_needssuperblock (line 432) | static inline bool lfs_gstate_needssuperblock(const lfs_gstate_t *a) { function lfs_gstate_hasmovehere (line 436) | static inline bool lfs_gstate_hasmovehere(const lfs_gstate_t *a, function lfs_gstate_fromle32 (line 441) | static inline void lfs_gstate_fromle32(lfs_gstate_t *a) { function lfs_gstate_tole32 (line 448) | static inline void lfs_gstate_tole32(lfs_gstate_t *a) { type lfs_fcrc (line 456) | struct lfs_fcrc { function lfs_fcrc_fromle32 (line 461) | static void lfs_fcrc_fromle32(struct lfs_fcrc *fcrc) { function lfs_fcrc_tole32 (line 467) | static void lfs_fcrc_tole32(struct lfs_fcrc *fcrc) { function lfs_ctz_fromle32 (line 474) | static void lfs_ctz_fromle32(struct lfs_ctz *ctz) { function lfs_ctz_tole32 (line 480) | static void lfs_ctz_tole32(struct lfs_ctz *ctz) { function lfs_superblock_fromle32 (line 486) | static inline void lfs_superblock_fromle32(lfs_superblock_t *superblock) { function lfs_superblock_tole32 (line 496) | static inline void lfs_superblock_tole32(lfs_superblock_t *superblock) { function lfs_mlist_isopen (line 507) | static bool lfs_mlist_isopen(struct lfs_mlist *head, function lfs_mlist_remove (line 519) | static void lfs_mlist_remove(lfs_t *lfs, struct lfs_mlist *mlist) { function lfs_mlist_append (line 528) | static void lfs_mlist_append(lfs_t *lfs, struct lfs_mlist *mlist) { function lfs_fs_disk_version (line 534) | static uint32_t lfs_fs_disk_version(lfs_t *lfs) { function lfs_fs_disk_version_major (line 546) | static uint16_t lfs_fs_disk_version_major(lfs_t *lfs) { function lfs_fs_disk_version_minor (line 551) | static uint16_t lfs_fs_disk_version_minor(lfs_t *lfs) { type lfs_mattr (line 559) | struct lfs_mattr type lfs_mattr (line 561) | struct lfs_mattr function lfs_alloc_ckpoint (line 613) | static void lfs_alloc_ckpoint(lfs_t *lfs) { function lfs_alloc_drop (line 619) | static void lfs_alloc_drop(lfs_t *lfs) { function lfs_alloc_lookahead (line 626) | static int lfs_alloc_lookahead(void *p, lfs_block_t block) { function lfs_alloc_scan (line 640) | static int lfs_alloc_scan(lfs_t *lfs) { function lfs_alloc (line 665) | static int lfs_alloc(lfs_t *lfs, lfs_block_t *block) { function lfs_stag_t (line 718) | static lfs_stag_t lfs_dir_getslice(lfs_t *lfs, const lfs_mdir_t *dir, function lfs_stag_t (line 783) | static lfs_stag_t lfs_dir_get(lfs_t *lfs, const lfs_mdir_t *dir, function lfs_dir_getread (line 790) | static int lfs_dir_getread(lfs_t *lfs, const lfs_mdir_t *dir, function lfs_dir_traverse_filter (line 852) | static int lfs_dir_traverse_filter(void *p, type lfs_dir_traverse (line 891) | struct lfs_dir_traverse { function lfs_dir_traverse (line 912) | static int lfs_dir_traverse(lfs_t *lfs, function lfs_stag_t (line 1107) | static lfs_stag_t lfs_dir_fetchmatch(lfs_t *lfs, function lfs_dir_fetch (line 1386) | static int lfs_dir_fetch(lfs_t *lfs, function lfs_dir_getgstate (line 1394) | static int lfs_dir_getgstate(lfs_t *lfs, const lfs_mdir_t *dir, function lfs_dir_getinfo (line 1412) | static int lfs_dir_getinfo(lfs_t *lfs, lfs_mdir_t *dir, type lfs_dir_find_match (line 1446) | struct lfs_dir_find_match { function lfs_dir_find_match (line 1452) | static int lfs_dir_find_match(void *data, function lfs_stag_t (line 1482) | static lfs_stag_t lfs_dir_find(lfs_t *lfs, lfs_mdir_t *dir, type lfs_commit (line 1592) | struct lfs_commit { function lfs_dir_commitprog (line 1603) | static int lfs_dir_commitprog(lfs_t *lfs, struct lfs_commit *commit, function lfs_dir_commitattr (line 1620) | static int lfs_dir_commitattr(lfs_t *lfs, struct lfs_commit *commit, function lfs_dir_commitcrc (line 1668) | static int lfs_dir_commitcrc(lfs_t *lfs, struct lfs_commit *commit) { function lfs_dir_alloc (line 1814) | static int lfs_dir_alloc(lfs_t *lfs, lfs_mdir_t *dir) { function lfs_dir_drop (line 1858) | static int lfs_dir_drop(lfs_t *lfs, lfs_mdir_t *dir, lfs_mdir_t *tail) { function lfs_dir_split (line 1879) | static int lfs_dir_split(lfs_t *lfs, function lfs_dir_commit_size (line 1914) | static int lfs_dir_commit_size(void *p, lfs_tag_t tag, const void *buffe... type lfs_dir_commit_commit (line 1924) | struct lfs_dir_commit_commit { function lfs_dir_commit_commit (line 1931) | static int lfs_dir_commit_commit(void *p, lfs_tag_t tag, const void *buf... function lfs_dir_needsrelocation (line 1938) | static bool lfs_dir_needsrelocation(lfs_t *lfs, lfs_mdir_t *dir) { function lfs_dir_compact (line 1951) | static int lfs_dir_compact(lfs_t *lfs, function lfs_dir_splittingcompact (line 2124) | static int lfs_dir_splittingcompact(lfs_t *lfs, lfs_mdir_t *dir, function lfs_dir_relocatingcommit (line 2233) | static int lfs_dir_relocatingcommit(lfs_t *lfs, lfs_mdir_t *dir, function lfs_dir_orphaningcommit (line 2407) | static int lfs_dir_orphaningcommit(lfs_t *lfs, lfs_mdir_t *dir, function lfs_dir_commit (line 2600) | static int lfs_dir_commit(lfs_t *lfs, lfs_mdir_t *dir, function lfs_mkdir_ (line 2624) | static int lfs_mkdir_(lfs_t *lfs, const char *path) { function lfs_dir_open_ (line 2720) | static int lfs_dir_open_(lfs_t *lfs, lfs_dir_t *dir, const char *path) { function lfs_dir_close_ (line 2764) | static int lfs_dir_close_(lfs_t *lfs, lfs_dir_t *dir) { function lfs_dir_read_ (line 2771) | static int lfs_dir_read_(lfs_t *lfs, lfs_dir_t *dir, struct lfs_info *in... function lfs_dir_seek_ (line 2816) | static int lfs_dir_seek_(lfs_t *lfs, lfs_dir_t *dir, lfs_off_t off) { function lfs_soff_t (line 2853) | static lfs_soff_t lfs_dir_tell_(lfs_t *lfs, lfs_dir_t *dir) { function lfs_dir_rewind_ (line 2858) | static int lfs_dir_rewind_(lfs_t *lfs, lfs_dir_t *dir) { function lfs_ctz_index (line 2872) | static int lfs_ctz_index(lfs_t *lfs, lfs_off_t *off) { function lfs_ctz_find (line 2885) | static int lfs_ctz_find(lfs_t *lfs, function lfs_ctz_extend (line 2920) | static int lfs_ctz_extend(lfs_t *lfs, function lfs_ctz_traverse (line 3019) | static int lfs_ctz_traverse(lfs_t *lfs, type lfs_file_config (line 3066) | struct lfs_file_config type lfs_mlist (line 3096) | struct lfs_mlist function lfs_file_open_ (line 3237) | static int lfs_file_open_(lfs_t *lfs, lfs_file_t *file, function lfs_file_close_ (line 3245) | static int lfs_file_close_(lfs_t *lfs, lfs_file_t *file) { function lfs_file_relocate (line 3265) | static int lfs_file_relocate(lfs_t *lfs, lfs_file_t *file) { function lfs_file_outline (line 3336) | static int lfs_file_outline(lfs_t *lfs, lfs_file_t *file) { function lfs_file_flush (line 3349) | static int lfs_file_flush(lfs_t *lfs, lfs_file_t *file) { function lfs_file_sync_ (line 3430) | static int lfs_file_sync_(lfs_t *lfs, lfs_file_t *file) { function lfs_ssize_t (line 3491) | static lfs_ssize_t lfs_file_flushedread(lfs_t *lfs, lfs_file_t *file, function lfs_ssize_t (line 3552) | static lfs_ssize_t lfs_file_read_(lfs_t *lfs, lfs_file_t *file, function lfs_ssize_t (line 3571) | static lfs_ssize_t lfs_file_flushedwrite(lfs_t *lfs, lfs_file_t *file, function lfs_ssize_t (line 3655) | static lfs_ssize_t lfs_file_write_(lfs_t *lfs, lfs_file_t *file, function lfs_soff_t (line 3699) | static lfs_soff_t lfs_file_seek_(lfs_t *lfs, lfs_file_t *file, function lfs_file_truncate_ (line 3752) | static int lfs_file_truncate_(lfs_t *lfs, lfs_file_t *file, lfs_off_t si... function lfs_soff_t (line 3834) | static lfs_soff_t lfs_file_tell_(lfs_t *lfs, lfs_file_t *file) { function lfs_file_rewind_ (line 3839) | static int lfs_file_rewind_(lfs_t *lfs, lfs_file_t *file) { function lfs_soff_t (line 3848) | static lfs_soff_t lfs_file_size_(lfs_t *lfs, lfs_file_t *file) { function lfs_stat_ (line 3862) | static int lfs_stat_(lfs_t *lfs, const char *path, struct lfs_info *info) { function lfs_remove_ (line 3879) | static int lfs_remove_(lfs_t *lfs, const char *path) { function lfs_rename_ (line 3958) | static int lfs_rename_(lfs_t *lfs, const char *oldpath, const char *newp... function lfs_ssize_t (line 4102) | static lfs_ssize_t lfs_getattr_(lfs_t *lfs, const char *path, function lfs_commitattr (line 4136) | static int lfs_commitattr(lfs_t *lfs, const char *path, function lfs_setattr_ (line 4160) | static int lfs_setattr_(lfs_t *lfs, const char *path, function lfs_removeattr_ (line 4171) | static int lfs_removeattr_(lfs_t *lfs, const char *path, uint8_t type) { function lfs_init (line 4193) | static int lfs_init(lfs_t *lfs, const struct lfs_config *cfg) { function lfs_deinit (line 4366) | static int lfs_deinit(lfs_t *lfs) { function lfs_format_ (line 4386) | static int lfs_format_(lfs_t *lfs, const struct lfs_config *cfg) { type lfs_tortoise_t (line 4453) | struct lfs_tortoise_t { function lfs_tortoise_detectcycles (line 4459) | static int lfs_tortoise_detectcycles( function lfs_mount_ (line 4477) | static int lfs_mount_(lfs_t *lfs, const struct lfs_config *cfg) { function lfs_unmount_ (line 4642) | static int lfs_unmount_(lfs_t *lfs) { function lfs_fs_stat_ (line 4648) | static int lfs_fs_stat_(lfs_t *lfs, struct lfs_fsinfo *fsinfo) { function lfs_fs_traverse_ (line 4688) | int lfs_fs_traverse_(lfs_t *lfs, function lfs_fs_pred (line 4791) | static int lfs_fs_pred(lfs_t *lfs, type lfs_fs_parent_match (line 4823) | struct lfs_fs_parent_match { function lfs_fs_parent_match (line 4830) | static int lfs_fs_parent_match(void *data, function lfs_stag_t (line 4851) | static lfs_stag_t lfs_fs_parent(lfs_t *lfs, const lfs_block_t pair[2], function lfs_fs_prepsuperblock (line 4883) | static void lfs_fs_prepsuperblock(lfs_t *lfs, bool needssuperblock) { function lfs_fs_preporphans (line 4889) | static int lfs_fs_preporphans(lfs_t *lfs, int8_t orphans) { function lfs_fs_prepmove (line 4901) | static void lfs_fs_prepmove(lfs_t *lfs, function lfs_fs_desuperblock (line 4911) | static int lfs_fs_desuperblock(lfs_t *lfs) { function lfs_fs_demove (line 4950) | static int lfs_fs_demove(lfs_t *lfs) { function lfs_fs_deorphan (line 4986) | static int lfs_fs_deorphan(lfs_t *lfs, bool powerloss) { function lfs_fs_forceconsistency (line 5117) | static int lfs_fs_forceconsistency(lfs_t *lfs) { function lfs_fs_mkconsistent_ (line 5138) | static int lfs_fs_mkconsistent_(lfs_t *lfs) { function lfs_fs_size_count (line 5167) | static int lfs_fs_size_count(void *p, lfs_block_t block) { function lfs_ssize_t (line 5174) | static lfs_ssize_t lfs_fs_size_(lfs_t *lfs) { function lfs_fs_gc_ (line 5186) | static int lfs_fs_gc_(lfs_t *lfs) { function lfs_fs_grow_ (line 5236) | static int lfs_fs_grow_(lfs_t *lfs, lfs_size_t block_count) { type lfs1_type (line 5297) | enum lfs1_type { type lfs1_t (line 5303) | typedef struct lfs1 { type lfs1_entry_t (line 5307) | typedef struct lfs1_entry { type lfs1_dir_t (line 5325) | typedef struct lfs1_dir { type lfs1_superblock_t (line 5340) | typedef struct lfs1_superblock { function lfs1_crc (line 5358) | static void lfs1_crc(uint32_t *crc, const void *buffer, size_t size) { function lfs1_bd_read (line 5362) | static int lfs1_bd_read(lfs_t *lfs, lfs_block_t block, function lfs1_bd_crc (line 5370) | static int lfs1_bd_crc(lfs_t *lfs, lfs_block_t block, function lfs1_dir_fromle32 (line 5387) | static void lfs1_dir_fromle32(struct lfs1_disk_dir *d) { function lfs1_dir_tole32 (line 5394) | static void lfs1_dir_tole32(struct lfs1_disk_dir *d) { function lfs1_entry_fromle32 (line 5401) | static void lfs1_entry_fromle32(struct lfs1_disk_entry *d) { function lfs1_entry_tole32 (line 5406) | static void lfs1_entry_tole32(struct lfs1_disk_entry *d) { function lfs1_superblock_fromle32 (line 5411) | static void lfs1_superblock_fromle32(struct lfs1_disk_superblock *d) { function lfs_size_t (line 5421) | static inline lfs_size_t lfs1_entry_size(const lfs1_entry_t *entry) { function lfs1_dir_fetch (line 5425) | static int lfs1_dir_fetch(lfs_t *lfs, function lfs1_dir_next (line 5487) | static int lfs1_dir_next(lfs_t *lfs, lfs1_dir_t *dir, lfs1_entry_t *entr... function lfs1_traverse (line 5517) | int lfs1_traverse(lfs_t *lfs, int (*cb)(void*, lfs_block_t), void *data) { function lfs1_moved (line 5586) | static int lfs1_moved(lfs_t *lfs, const void *e) { function lfs1_mount (line 5627) | static int lfs1_mount(lfs_t *lfs, struct lfs1 *lfs1, function lfs1_unmount (line 5690) | static int lfs1_unmount(lfs_t *lfs) { function lfs_migrate_ (line 5695) | static int lfs_migrate_(lfs_t *lfs, const struct lfs_config *cfg) { function lfs_format (line 5940) | int lfs_format(lfs_t *lfs, const struct lfs_config *cfg) { function lfs_mount (line 5970) | int lfs_mount(lfs_t *lfs, const struct lfs_config *cfg) { function lfs_unmount (line 5999) | int lfs_unmount(lfs_t *lfs) { function lfs_remove (line 6014) | int lfs_remove(lfs_t *lfs, const char *path) { function lfs_rename (line 6030) | int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath) { function lfs_stat (line 6045) | int lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info) { function lfs_ssize_t (line 6059) | lfs_ssize_t lfs_getattr(lfs_t *lfs, const char *path, function lfs_setattr (line 6076) | int lfs_setattr(lfs_t *lfs, const char *path, function lfs_removeattr (line 6094) | int lfs_removeattr(lfs_t *lfs, const char *path, uint8_t type) { function lfs_file_open (line 6110) | int lfs_file_open(lfs_t *lfs, lfs_file_t *file, const char *path, int fl... function lfs_file_opencfg (line 6127) | int lfs_file_opencfg(lfs_t *lfs, lfs_file_t *file, function lfs_file_close (line 6147) | int lfs_file_close(lfs_t *lfs, lfs_file_t *file) { function lfs_file_sync (line 6163) | int lfs_file_sync(lfs_t *lfs, lfs_file_t *file) { function lfs_ssize_t (line 6179) | lfs_ssize_t lfs_file_read(lfs_t *lfs, lfs_file_t *file, function lfs_ssize_t (line 6197) | lfs_ssize_t lfs_file_write(lfs_t *lfs, lfs_file_t *file, function lfs_soff_t (line 6215) | lfs_soff_t lfs_file_seek(lfs_t *lfs, lfs_file_t *file, function lfs_file_truncate (line 6233) | int lfs_file_truncate(lfs_t *lfs, lfs_file_t *file, lfs_off_t size) { function lfs_soff_t (line 6250) | lfs_soff_t lfs_file_tell(lfs_t *lfs, lfs_file_t *file) { function lfs_file_rewind (line 6265) | int lfs_file_rewind(lfs_t *lfs, lfs_file_t *file) { function lfs_soff_t (line 6279) | lfs_soff_t lfs_file_size(lfs_t *lfs, lfs_file_t *file) { function lfs_mkdir (line 6295) | int lfs_mkdir(lfs_t *lfs, const char *path) { function lfs_dir_open (line 6310) | int lfs_dir_open(lfs_t *lfs, lfs_dir_t *dir, const char *path) { function lfs_dir_close (line 6325) | int lfs_dir_close(lfs_t *lfs, lfs_dir_t *dir) { function lfs_dir_read (line 6339) | int lfs_dir_read(lfs_t *lfs, lfs_dir_t *dir, struct lfs_info *info) { function lfs_dir_seek (line 6354) | int lfs_dir_seek(lfs_t *lfs, lfs_dir_t *dir, lfs_off_t off) { function lfs_soff_t (line 6369) | lfs_soff_t lfs_dir_tell(lfs_t *lfs, lfs_dir_t *dir) { function lfs_dir_rewind (line 6383) | int lfs_dir_rewind(lfs_t *lfs, lfs_dir_t *dir) { function lfs_fs_stat (line 6397) | int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo) { function lfs_ssize_t (line 6411) | lfs_ssize_t lfs_fs_size(lfs_t *lfs) { function lfs_fs_traverse (line 6425) | int lfs_fs_traverse(lfs_t *lfs, int (*cb)(void *, lfs_block_t), void *da... function lfs_fs_mkconsistent (line 6441) | int lfs_fs_mkconsistent(lfs_t *lfs) { function lfs_fs_gc (line 6457) | int lfs_fs_gc(lfs_t *lfs) { function lfs_fs_grow (line 6473) | int lfs_fs_grow(lfs_t *lfs, lfs_size_t block_count) { function lfs_migrate (line 6489) | int lfs_migrate(lfs_t *lfs, const struct lfs_config *cfg) { FILE: NanaZip.Codecs/LittleFS/lfs.h type lfs_size_t (line 39) | typedef uint32_t lfs_size_t; type lfs_off_t (line 40) | typedef uint32_t lfs_off_t; type lfs_ssize_t (line 42) | typedef int32_t lfs_ssize_t; type lfs_soff_t (line 43) | typedef int32_t lfs_soff_t; type lfs_block_t (line 45) | typedef uint32_t lfs_block_t; type lfs_error (line 70) | enum lfs_error { type lfs_type (line 89) | enum lfs_type { type lfs_open_flags (line 124) | enum lfs_open_flags { type lfs_whence_flags (line 149) | enum lfs_whence_flags { type lfs_config (line 157) | struct lfs_config { type lfs_info (line 296) | struct lfs_info { type lfs_fsinfo (line 311) | struct lfs_fsinfo { type lfs_attr (line 333) | struct lfs_attr { type lfs_file_config (line 346) | struct lfs_file_config { type lfs_cache_t (line 370) | typedef struct lfs_cache { type lfs_mdir_t (line 377) | typedef struct lfs_mdir { type lfs_dir_t (line 389) | typedef struct lfs_dir { type lfs_file_t (line 400) | typedef struct lfs_file { type lfs_superblock_t (line 420) | typedef struct lfs_superblock { type lfs_gstate_t (line 429) | typedef struct lfs_gstate { type lfs_t (line 435) | typedef struct lfs { type lfs_config (line 483) | struct lfs_config type lfs_config (line 494) | struct lfs_config type lfs_info (line 526) | struct lfs_info type lfs_file_config (line 593) | struct lfs_file_config type lfs_info (line 686) | struct lfs_info type lfs_fsinfo (line 716) | struct lfs_fsinfo type lfs_config (line 788) | struct lfs_config FILE: NanaZip.Codecs/LittleFS/lfs_util.c function lfs_crc (line 17) | uint32_t lfs_crc(uint32_t crc, const void *buffer, size_t size) { FILE: NanaZip.Codecs/LittleFS/lfs_util.h function lfs_max (line 126) | static inline uint32_t lfs_max(uint32_t a, uint32_t b) { function lfs_min (line 130) | static inline uint32_t lfs_min(uint32_t a, uint32_t b) { function lfs_aligndown (line 135) | static inline uint32_t lfs_aligndown(uint32_t a, uint32_t alignment) { function lfs_alignup (line 139) | static inline uint32_t lfs_alignup(uint32_t a, uint32_t alignment) { function lfs_npw2 (line 144) | static inline uint32_t lfs_npw2(uint32_t a) { function lfs_ctz (line 161) | static inline uint32_t lfs_ctz(uint32_t a) { function lfs_popc (line 170) | static inline uint32_t lfs_popc(uint32_t a) { function lfs_scmp (line 182) | static inline int lfs_scmp(uint32_t a, uint32_t b) { function lfs_fromle32 (line 187) | static inline uint32_t lfs_fromle32(uint32_t a) { function lfs_tole32 (line 205) | static inline uint32_t lfs_tole32(uint32_t a) { function lfs_frombe32 (line 210) | static inline uint32_t lfs_frombe32(uint32_t a) { function lfs_tobe32 (line 228) | static inline uint32_t lfs_tobe32(uint32_t a) { function lfs_crc (line 234) | uint32_t lfs_crc(uint32_t crc, const void *buffer, size_t size) { function lfs_free (line 257) | static inline void lfs_free(void *p) { FILE: NanaZip.Codecs/Lizard/entropy/error_private.h type FSE_ErrorCode (line 67) | typedef FSE_ErrorCode ERR_enum; function ERR_isError (line 79) | ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxC... function ERR_STATIC (line 81) | ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(cod... function ERR_STATIC (line 92) | ERR_STATIC const char* ERR_getErrorString(ERR_enum code) function ERR_STATIC (line 111) | ERR_STATIC const char* ERR_getErrorName(size_t code) FILE: NanaZip.Codecs/Lizard/entropy/error_public.h type FSE_ErrorCode (line 45) | typedef enum { FILE: NanaZip.Codecs/Lizard/entropy/fse.h type FSE_CTable (line 175) | typedef unsigned FSE_CTable; type FSE_DTable (line 248) | typedef unsigned FSE_DTable; type FSE_repeat (line 353) | typedef enum { type FSE_CState_t (line 366) | typedef struct { type FSE_DState_t (line 426) | typedef struct { type FSE_symbolCompressionTransform (line 498) | typedef struct { function MEM_STATIC (line 503) | MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable*... function MEM_STATIC (line 518) | MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable... function MEM_STATIC (line 529) | MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* stat... function MEM_STATIC (line 538) | MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t*... function MEM_STATIC (line 550) | MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) function MEM_STATIC (line 560) | MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 sy... type FSE_DTableHeader (line 580) | typedef struct { type FSE_decode_t (line 585) | typedef struct function MEM_STATIC (line 592) | MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* b... function MEM_STATIC (line 601) | MEM_STATIC BYTE FSE_peekSymbol(const FSE_DState_t* DStatePtr) function MEM_STATIC (line 607) | MEM_STATIC void FSE_updateState(FSE_DState_t* DStatePtr, BIT_DStream_t* ... function MEM_STATIC (line 615) | MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t*... function MEM_STATIC (line 628) | MEM_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStrea... function FSE_endOfDState (line 639) | MEM_STATIC unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) FILE: NanaZip.Codecs/Lizard/entropy/huf.h type U32 (line 171) | typedef U32 HUF_DTable; type HUF_CElt (line 214) | typedef struct HUF_CElt_s HUF_CElt; type HUF_repeat (line 221) | typedef enum { FILE: NanaZip.Codecs/Lizard/entropy/lizard_entropy_common.c function FSE_versionNumber (line 27) | unsigned FSE_versionNumber(void) { return FSE_VERSION_NUMBER; } function FSE_isError (line 31) | unsigned FSE_isError(size_t code) { return ERR_isError(code); } function HUF_isError (line 34) | unsigned HUF_isError(size_t code) { return ERR_isError(code); } function FSE_readNCount (line 41) | size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, uns... function HUF_readStats (line 154) | size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankStats, FILE: NanaZip.Codecs/Lizard/entropy/lizard_fse_compress.c function FSE_buildCTable_wksp (line 65) | size_t FSE_buildCTable_wksp(FSE_CTable* ct, function FSE_buildCTable (line 171) | size_t FSE_buildCTable(FSE_CTable* ct, const short* normalizedCounter, u... function FSE_NCountWriteBound (line 185) | size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) function FSE_writeNCount_generic (line 191) | static size_t function FSE_writeNCount (line 287) | size_t FSE_writeNCount (void* buffer, size_t bufferSize, function FSE_CTable (line 304) | FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog) function FSE_freeCTable (line 312) | void FSE_freeCTable (FSE_CTable* ct) { free(ct); } function FSE_minTableLog (line 315) | static unsigned FSE_minTableLog(size_t srcSize, unsigned maxSymbolValue) function FSE_optimalTableLog_internal (line 324) | unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSi... function FSE_optimalTableLog (line 338) | unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsig... function FSE_normalizeM2 (line 347) | static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned*... function FSE_normalizeCount (line 434) | size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, function FSE_buildCTable_raw (line 497) | size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) function FSE_buildCTable_rle (line 530) | size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) function FSE_compress_usingCTable_generic (line 553) | static size_t FSE_compress_usingCTable_generic (void* dst, size_t dstSize, function FSE_compress_usingCTable (line 612) | size_t FSE_compress_usingCTable (void* dst, size_t dstSize, function FSE_compressBound (line 625) | size_t FSE_compressBound(size_t size) { return FSE_COMPRESSBOUND(size); } function FSE_compress_wksp (line 631) | size_t FSE_compress_wksp (void* dst, size_t dstSize, const void* src, si... type fseWkspMax_t (line 678) | typedef struct { function FSE_compress2 (line 686) | size_t FSE_compress2 (void* dst, size_t dstCapacity, const void* src, si... function FSE_compress (line 694) | size_t FSE_compress (void* dst, size_t dstCapacity, const void* src, siz... FILE: NanaZip.Codecs/Lizard/entropy/lizard_fse_decompress.c function FSE_DTable (line 59) | FSE_DTable* FSE_createDTable (unsigned tableLog) function FSE_freeDTable (line 65) | void FSE_freeDTable (FSE_DTable* dt) function FSE_buildDTable (line 70) | size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, u... function FSE_buildDTable_rle (line 133) | size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) function FSE_buildDTable_raw (line 151) | size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) function FORCE_INLINE_TEMPLATE (line 177) | FORCE_INLINE_TEMPLATE size_t FSE_decompress_usingDTable_generic( function FSE_decompress_usingDTable (line 240) | size_t FSE_decompress_usingDTable(void* dst, size_t originalSize, function FSE_decompress_wksp (line 254) | size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cS... type FSE_DTable (line 276) | typedef FSE_DTable DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)]; function FSE_decompress (line 278) | size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, s... FILE: NanaZip.Codecs/Lizard/entropy/lizard_huf_compress.c function HUF_optimalTableLog (line 48) | unsigned HUF_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsig... function HUF_compressWeights (line 63) | static size_t HUF_compressWeights (void* dst, size_t dstSize, const void... type HUF_CElt_s (line 106) | struct HUF_CElt_s { function HUF_writeCTable (line 114) | size_t HUF_writeCTable (void* dst, size_t maxDstSize, function HUF_readCTable (line 150) | size_t HUF_readCTable (HUF_CElt* CTable, unsigned* maxSymbolValuePtr, co... function U32 (line 200) | U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) type nodeElt (line 208) | typedef struct nodeElt_s { function U32 (line 215) | static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 maxN... type rankPos (line 293) | typedef struct { type nodeElt (line 298) | typedef nodeElt huffNodeTable[HUF_CTABLE_WORKSPACE_SIZE_U32]; type HUF_buildCTable_wksp_tables (line 302) | typedef struct { function HUF_sort (line 307) | static void HUF_sort(nodeElt* huffNode, const unsigned* count, U32 maxSy... function HUF_buildCTable_wksp (line 338) | size_t HUF_buildCTable_wksp (HUF_CElt* tree, const unsigned* count, U32 ... function HUF_buildCTable (line 416) | size_t HUF_buildCTable (HUF_CElt* tree, const unsigned* count, unsigned ... function HUF_estimateCompressedSize (line 422) | size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned... function HUF_validateCTable (line 432) | int HUF_validateCTable(const HUF_CElt* CTable, const unsigned* count, un... function HUF_compressBound (line 441) | size_t HUF_compressBound(size_t size) { return HUF_COMPRESSBOUND(size); } function FORCE_INLINE_TEMPLATE (line 443) | FORCE_INLINE_TEMPLATE void function FORCE_INLINE_TEMPLATE (line 457) | FORCE_INLINE_TEMPLATE size_t function HUF_compress1X_usingCTable_internal_bmi2 (line 506) | size_t function HUF_compress1X_usingCTable_internal_default (line 514) | static size_t function HUF_compress1X_usingCTable_internal (line 522) | static size_t function HUF_compress1X_usingCTable_internal (line 535) | static size_t function HUF_compress1X_usingCTable (line 546) | size_t HUF_compress1X_usingCTable(void* dst, size_t dstSize, const void*... function HUF_compress4X_usingCTable_internal (line 552) | static size_t function HUF_compress4X_usingCTable (line 605) | size_t HUF_compress4X_usingCTable(void* dst, size_t dstSize, const void*... type HUF_nbStreams_e (line 610) | typedef enum { HUF_singleStream, HUF_fourStreams } HUF_nbStreams_e; function HUF_compressCTable_internal (line 612) | static size_t HUF_compressCTable_internal( type HUF_compress_tables_t (line 629) | typedef struct { function HUF_compress_internal (line 637) | static size_t function HUF_compress1X_wksp (line 727) | size_t HUF_compress1X_wksp (void* dst, size_t dstSize, function HUF_compress1X_repeat (line 738) | size_t HUF_compress1X_repeat (void* dst, size_t dstSize, function HUF_compress1X (line 750) | size_t HUF_compress1X (void* dst, size_t dstSize, function HUF_compress4X_wksp (line 761) | size_t HUF_compress4X_wksp (void* dst, size_t dstSize, function HUF_compress4X_repeat (line 775) | size_t HUF_compress4X_repeat (void* dst, size_t dstSize, function HUF_compress2 (line 787) | size_t HUF_compress2 (void* dst, size_t dstSize, function HUF_compress (line 795) | size_t HUF_compress (void* dst, size_t maxDstSize, const void* src, size... FILE: NanaZip.Codecs/Lizard/entropy/lizard_huf_decompress.c type DTableDesc (line 100) | typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE r... function DTableDesc (line 102) | static DTableDesc HUF_getDTableDesc(const HUF_DTable* table) type HUF_DEltX1 (line 115) | typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX1; function HUF_readDTableX1_wksp (line 117) | size_t HUF_readDTableX1_wksp(HUF_DTable* DTable, const void* src, size_t... function HUF_readDTableX1 (line 186) | size_t HUF_readDTableX1(HUF_DTable* DTable, const void* src, size_t srcS... function FORCE_INLINE_TEMPLATE (line 193) | FORCE_INLINE_TEMPLATE BYTE function HINT_INLINE (line 213) | HINT_INLINE size_t function FORCE_INLINE_TEMPLATE (line 238) | FORCE_INLINE_TEMPLATE size_t function FORCE_INLINE_TEMPLATE (line 261) | FORCE_INLINE_TEMPLATE size_t function HUF_DGEN (line 361) | HUF_DGEN(HUF_decompress1X1_usingDTable_internal) function HUF_decompress1X1_DCtx (line 391) | size_t HUF_decompress1X1_DCtx(HUF_DTable* DCtx, void* dst, size_t dstSize, function HUF_decompress1X1 (line 399) | size_t HUF_decompress1X1 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_decompress4X1_usingDTable (line 405) | size_t HUF_decompress4X1_usingDTable( function HUF_decompress4X1_DCtx_wksp_bmi2 (line 415) | static size_t HUF_decompress4X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* d... function HUF_decompress4X1_DCtx_wksp (line 430) | size_t HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t d... function HUF_decompress4X1_DCtx (line 438) | size_t HUF_decompress4X1_DCtx (HUF_DTable* dctx, void* dst, size_t dstSi... function HUF_decompress4X1 (line 444) | size_t HUF_decompress4X1 (void* dst, size_t dstSize, const void* cSrc, s... type HUF_DEltX2 (line 459) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; type sortedSymbol_t (line 460) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; type U32 (line 461) | typedef U32 rankValCol_t[HUF_TABLELOG_MAX + 1]; type rankValCol_t (line 462) | typedef rankValCol_t rankVal_t[HUF_TABLELOG_MAX]; function HUF_fillDTableX2Level2 (line 467) | static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, cons... function HUF_fillDTableX2 (line 508) | static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, function HUF_readDTableX2_wksp (line 550) | size_t HUF_readDTableX2_wksp(HUF_DTable* DTable, function HUF_readDTableX2 (line 650) | size_t HUF_readDTableX2(HUF_DTable* DTable, const void* src, size_t srcS... function FORCE_INLINE_TEMPLATE (line 658) | FORCE_INLINE_TEMPLATE U32 function FORCE_INLINE_TEMPLATE (line 667) | FORCE_INLINE_TEMPLATE U32 function HINT_INLINE (line 694) | HINT_INLINE size_t function FORCE_INLINE_TEMPLATE (line 721) | FORCE_INLINE_TEMPLATE size_t function FORCE_INLINE_TEMPLATE (line 748) | FORCE_INLINE_TEMPLATE size_t function HUF_DGEN (line 863) | HUF_DGEN(HUF_decompress1X2_usingDTable_internal) function HUF_decompress1X2_DCtx (line 892) | size_t HUF_decompress1X2_DCtx(HUF_DTable* DCtx, void* dst, size_t dstSize, function HUF_decompress1X2 (line 900) | size_t HUF_decompress1X2 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_decompress4X2_usingDTable (line 906) | size_t HUF_decompress4X2_usingDTable( function HUF_decompress4X2_DCtx_wksp_bmi2 (line 916) | static size_t HUF_decompress4X2_DCtx_wksp_bmi2(HUF_DTable* dctx, void* d... function HUF_decompress4X2_DCtx_wksp (line 931) | size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t d... function HUF_decompress4X2_DCtx (line 939) | size_t HUF_decompress4X2_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, function HUF_decompress4X2 (line 947) | size_t HUF_decompress4X2 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_decompress1X_usingDTable (line 960) | size_t HUF_decompress1X_usingDTable(void* dst, size_t maxDstSize, function HUF_decompress4X_usingDTable (line 979) | size_t HUF_decompress4X_usingDTable(void* dst, size_t maxDstSize, type algo_time_t (line 1000) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function U32 (line 1028) | U32 HUF_selectDecoder (size_t dstSize, size_t cSrcSize) function HUF_decompress (line 1055) | size_t HUF_decompress (void* dst, size_t dstSize, const void* cSrc, size... function HUF_decompress4X_DCtx (line 1082) | size_t HUF_decompress4X_DCtx (HUF_DTable* dctx, void* dst, size_t dstSiz... function HUF_decompress4X_hufOnly (line 1106) | size_t HUF_decompress4X_hufOnly(HUF_DTable* dctx, void* dst, size_t dstS... function HUF_decompress4X_hufOnly_wksp (line 1114) | size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable* dctx, void* dst, function HUF_decompress1X_DCtx_wksp (line 1140) | size_t HUF_decompress1X_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t ds... function HUF_decompress1X_DCtx (line 1170) | size_t HUF_decompress1X_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, function HUF_decompress1X_usingDTable_bmi2 (line 1179) | size_t HUF_decompress1X_usingDTable_bmi2(void* dst, size_t maxDstSize, c... function HUF_decompress1X1_DCtx_wksp_bmi2 (line 1197) | size_t HUF_decompress1X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, siz... function HUF_decompress4X_usingDTable_bmi2 (line 1210) | size_t HUF_decompress4X_usingDTable_bmi2(void* dst, size_t maxDstSize, c... function HUF_decompress4X_hufOnly_wksp_bmi2 (line 1227) | size_t HUF_decompress4X_hufOnly_wksp_bmi2(HUF_DTable* dctx, void* dst, s... FILE: NanaZip.Codecs/Lizard/lizard_common.h type Lizard_parser_type (line 128) | typedef enum { Lizard_parser_fastSmall, Lizard_parser_fast, Lizard_parse... type Lizard_decompress_type (line 129) | typedef enum { Lizard_coderwords_LZ4, Lizard_coderwords_LIZv1 } Lizard_d... type Lizard_parameters (line 130) | typedef struct type Lizard_stream_s (line 146) | struct Lizard_stream_s type Lizard_streamDecode_s (line 195) | struct Lizard_streamDecode_s { type Lizard_dstream_s (line 202) | struct Lizard_dstream_s type Lizard_dstream_t (line 218) | typedef struct Lizard_dstream_s Lizard_dstream_t; function MEM_STATIC (line 353) | MEM_STATIC void Lizard_copy8(void* dst, const void* src) function MEM_STATIC (line 359) | MEM_STATIC void Lizard_wildCopy(void* dstPtr, const void* srcPtr, void* ... function MEM_STATIC (line 374) | MEM_STATIC void Lizard_wildCopy16(BYTE* dstPtr, const BYTE* srcPtr, BYTE... function MEM_STATIC (line 397) | MEM_STATIC U32 Lizard_highbit32(U32 val) NO_SANITIZE_MEMORY function Lizard_NbCommonBytes (line 423) | MEM_STATIC unsigned Lizard_NbCommonBytes (size_t val) function Lizard_count (line 481) | MEM_STATIC unsigned Lizard_count(const BYTE* pIn, const BYTE* pMatch, co... FILE: NanaZip.Codecs/Lizard/lizard_compress.c function Lizard_versionNumber (line 66) | int Lizard_versionNumber (void) { return LIZARD_VERSION_NUMBER; } function Lizard_compressBound (line 67) | int Lizard_compressBound(int isize) { return LIZARD_COMPRESSBOUND(isize... function Lizard_sizeofState_MinLevel (line 68) | int Lizard_sizeofState_MinLevel(void) { return Lizard_sizeofState(LIZARD... function U32 (line 83) | static U32 Lizard_hash3(U32 u, U32 h) { return (u * prime3bytes) << (32-... function Lizard_hash3Ptr (line 84) | static size_t Lizard_hash3Ptr(const void* ptr, U32 h) { return Lizard_ha... function U32 (line 87) | static U32 Lizard_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32-... function Lizard_hash4Ptr (line 88) | static size_t Lizard_hash4Ptr(const void* ptr, U32 h) { return Lizard_ha... function Lizard_hash5 (line 90) | static size_t Lizard_hash5(U64 u, U32 h) { return (size_t)((u * prime5by... function Lizard_hash5Ptr (line 91) | static size_t Lizard_hash5Ptr(const void* p, U32 h) { return Lizard_hash... function Lizard_hash6 (line 93) | static size_t Lizard_hash6(U64 u, U32 h) { return (size_t)((u * prime6by... function Lizard_hash6Ptr (line 94) | static size_t Lizard_hash6Ptr(const void* p, U32 h) { return Lizard_hash... function Lizard_hash7 (line 96) | static size_t Lizard_hash7(U64 u, U32 h) { return (size_t)((u * prime7by... function Lizard_hash7Ptr (line 97) | static size_t Lizard_hash7Ptr(const void* p, U32 h) { return Lizard_hash... function Lizard_hashPtr (line 99) | static size_t Lizard_hashPtr(const void* p, U32 hBits, U32 mls) function Lizard_count_2segments (line 121) | static size_t Lizard_count_2segments(const BYTE* ip, const BYTE* match, ... function Lizard_initBlock (line 130) | void Lizard_initBlock(Lizard_stream_t* ctx) function FORCE_INLINE (line 141) | FORCE_INLINE int Lizard_writeStream(int useHuff, Lizard_stream_t* ctx, B... function Lizard_writeBlock (line 186) | int Lizard_writeBlock(Lizard_stream_t* ctx, const BYTE* ip, uint32_t inp... function FORCE_INLINE (line 253) | FORCE_INLINE int Lizard_encodeSequence ( function FORCE_INLINE (line 271) | FORCE_INLINE int Lizard_encodeLastLiterals ( function Lizard_verifyCompressionLevel (line 303) | int Lizard_verifyCompressionLevel(int compressionLevel) function Lizard_sizeofState (line 311) | int Lizard_sizeofState(int compressionLevel) function Lizard_init (line 326) | static void Lizard_init(Lizard_stream_t* ctx, const BYTE* start) function Lizard_stream_t (line 346) | Lizard_stream_t* Lizard_initStream(Lizard_stream_t* ctx, int compression... function Lizard_stream_t (line 392) | Lizard_stream_t* Lizard_createStream(int compressionLevel) function Lizard_stream_t (line 401) | Lizard_stream_t* Lizard_resetStream(Lizard_stream_t* ctx, int compressio... function Lizard_freeStream (line 417) | int Lizard_freeStream(Lizard_stream_t* ctx) function Lizard_loadDict (line 426) | int Lizard_loadDict(Lizard_stream_t* Lizard_streamPtr, const char* dicti... function Lizard_setExternalDict (line 440) | static void Lizard_setExternalDict(Lizard_stream_t* ctxPtr, const BYTE* ... function Lizard_saveDict (line 454) | int Lizard_saveDict (Lizard_stream_t* Lizard_streamPtr, char* safeBuffer... function FORCE_INLINE (line 472) | FORCE_INLINE int Lizard_compress_generic ( function Lizard_compress_continue (line 550) | int Lizard_compress_continue (Lizard_stream_t* ctxPtr, function Lizard_compress_extState (line 583) | int Lizard_compress_extState (void* state, const char* src, char* dst, i... function Lizard_compress (line 596) | int Lizard_compress(const char* src, char* dst, int srcSize, int maxDstS... function Lizard_compress_extState_MinLevel (line 612) | int Lizard_compress_extState_MinLevel(void* state, const char* source, c... function Lizard_compress_MinLevel (line 617) | int Lizard_compress_MinLevel(const char* source, char* dest, int inputSi... function Lizard_stream_t (line 622) | Lizard_stream_t* Lizard_createStream_MinLevel(void) function Lizard_stream_t (line 627) | Lizard_stream_t* Lizard_resetStream_MinLevel(Lizard_stream_t* Lizard_str... FILE: NanaZip.Codecs/Lizard/lizard_compress.h type Lizard_stream_t (line 84) | typedef struct Lizard_stream_s Lizard_stream_t; FILE: NanaZip.Codecs/Lizard/lizard_compress_liz.h function FORCE_INLINE (line 3) | FORCE_INLINE void Lizard_setLog2Prices(Lizard_stream_t* ctx) function MEM_STATIC (line 10) | MEM_STATIC void Lizard_rescaleFreqs(Lizard_stream_t* ctx) function FORCE_INLINE (line 43) | FORCE_INLINE int Lizard_encodeSequence_LIZv1 ( function FORCE_INLINE (line 168) | FORCE_INLINE int Lizard_encodeLastLiterals_LIZv1 ( function FORCE_INLINE (line 186) | FORCE_INLINE size_t Lizard_get_price_LIZv1(Lizard_stream_t* const ctx, i... FILE: NanaZip.Codecs/Lizard/lizard_compress_lz4.h function FORCE_INLINE (line 3) | FORCE_INLINE int Lizard_encodeSequence_LZ4 ( function FORCE_INLINE (line 74) | FORCE_INLINE int Lizard_encodeLastLiterals_LZ4 ( function FORCE_INLINE (line 91) | FORCE_INLINE size_t Lizard_get_price_LZ4(Lizard_stream_t* const ctx, con... FILE: NanaZip.Codecs/Lizard/lizard_decompress.c type dict_directive (line 53) | typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; type earlyEnd_directive (line 54) | typedef enum { full = 0, partial = 1 } earlyEnd_directive; function FORCE_INLINE (line 72) | FORCE_INLINE size_t Lizard_readStream(int flag, const BYTE** ip, const B... function FORCE_INLINE (line 115) | FORCE_INLINE int Lizard_decompress_generic( function Lizard_decompress_safe (line 267) | int Lizard_decompress_safe(const char* source, char* dest, int compresse... function Lizard_decompress_safe_partial (line 272) | int Lizard_decompress_safe_partial(const char* source, char* dest, int c... function Lizard_streamDecode_t (line 286) | Lizard_streamDecode_t* Lizard_createStreamDecode(void) function Lizard_freeStreamDecode (line 292) | int Lizard_freeStreamDecode (Lizard_streamDecode_t* Lizard_stream) function Lizard_setStreamDecode (line 305) | int Lizard_setStreamDecode (Lizard_streamDecode_t* Lizard_streamDecode, ... function Lizard_decompress_safe_continue (line 322) | int Lizard_decompress_safe_continue (Lizard_streamDecode_t* Lizard_strea... function Lizard_decompress_safe_usingDict (line 354) | int Lizard_decompress_safe_usingDict(const char* source, char* dest, int... function Lizard_decompress_safe_forceExtDict (line 368) | int Lizard_decompress_safe_forceExtDict(const char* source, char* dest, ... FILE: NanaZip.Codecs/Lizard/lizard_decompress.h type Lizard_streamDecode_t (line 96) | typedef struct Lizard_streamDecode_s Lizard_streamDecode_t; FILE: NanaZip.Codecs/Lizard/lizard_decompress_liz.h function FORCE_INLINE (line 14) | FORCE_INLINE int Lizard_decompress_LIZv1( function else (line 137) | else FILE: NanaZip.Codecs/Lizard/lizard_decompress_lz4.h function FORCE_INLINE (line 7) | FORCE_INLINE int Lizard_decompress_LZ4( FILE: NanaZip.Codecs/Lizard/lizard_frame.c function U32 (line 64) | static U32 LizardF_readLE32 (const void* src) function LizardF_writeLE32 (line 74) | static void LizardF_writeLE32 (BYTE* dstPtr, U32 value32) function U64 (line 82) | static U64 LizardF_readLE64 (const BYTE* srcPtr) function LizardF_writeLE64 (line 95) | static void LizardF_writeLE64 (BYTE* dstPtr, U64 value64) type LizardF_cctx_t (line 130) | typedef struct LizardF_cctx_s type LizardF_dctx_t (line 146) | typedef struct LizardF_dctx_s function LizardF_isError (line 176) | unsigned LizardF_isError(LizardF_errorCode_t code) function LizardF_getBlockSize (line 192) | static size_t LizardF_getBlockSize(unsigned blockSizeID) function LizardF_blockSizeID_t (line 203) | static LizardF_blockSizeID_t LizardF_optimalBSID(const LizardF_blockSize... function BYTE (line 220) | static BYTE LizardF_headerChecksum (const void* header, size_t length) function LizardF_compressFrameBound (line 231) | size_t LizardF_compressFrameBound(size_t srcSize, const LizardF_preferen... function LizardF_compressFrame (line 260) | size_t LizardF_compressFrame(void* dstBuffer, size_t dstMaxSize, const v... function LizardF_errorCode_t (line 327) | LizardF_errorCode_t LizardF_createCompressionContext(LizardF_compression... function LizardF_errorCode_t (line 343) | LizardF_errorCode_t LizardF_freeCompressionContext(LizardF_compressionCo... function LizardF_compressBegin (line 363) | size_t LizardF_compressBegin(LizardF_compressionContext_t compressionCon... function LizardF_compressBound (line 436) | size_t LizardF_compressBound(size_t srcSize, const LizardF_preferences_t... function LizardF_compressBlock (line 456) | static size_t LizardF_compressBlock(void* dst, const void* src, size_t s... function LizardF_localLizard_compress_continue (line 473) | static int LizardF_localLizard_compress_continue(void* ctx, const char* ... function compressFunc_t (line 479) | static compressFunc_t LizardF_selectCompression(LizardF_blockMode_t bloc... function LizardF_localSaveDict (line 485) | static int LizardF_localSaveDict(LizardF_cctx_t* cctxPtr) type LizardF_lastBlockStatus (line 490) | typedef enum { notDone, fromTmpBuffer, fromSrcBuffer } LizardF_lastBlock... function LizardF_compressUpdate (line 501) | size_t LizardF_compressUpdate(LizardF_compressionContext_t compressionCo... function LizardF_flush (line 601) | size_t LizardF_flush(LizardF_compressionContext_t compressionContext, vo... function LizardF_compressEnd (line 641) | size_t LizardF_compressEnd(LizardF_compressionContext_t compressionConte... function LizardF_errorCode_t (line 685) | LizardF_errorCode_t LizardF_createDecompressionContext(LizardF_decompres... function LizardF_errorCode_t (line 695) | LizardF_errorCode_t LizardF_freeDecompressionContext(LizardF_decompressi... type dStage_t (line 713) | typedef enum { dstage_getHeader=0, dstage_storeHeader, function LizardF_headerSize (line 729) | static size_t LizardF_headerSize(const void* src, size_t srcSize) function LizardF_decodeHeader (line 756) | static size_t LizardF_decodeHeader(LizardF_dctx_t* dctxPtr, const void* ... function LizardF_errorCode_t (line 870) | LizardF_errorCode_t LizardF_getFrameInfo(LizardF_decompressionContext_t ... function LizardF_decompress_safe (line 897) | static int LizardF_decompress_safe (const char* source, char* dest, int ... function LizardF_updateDict (line 904) | static void LizardF_updateDict(LizardF_dctx_t* dctxPtr, const BYTE* dstP... function LizardF_decompress (line 980) | size_t LizardF_decompress(LizardF_decompressionContext_t decompressionCo... FILE: NanaZip.Codecs/Lizard/lizard_frame.h type LizardF_errorCode_t (line 57) | typedef size_t LizardF_errorCode_t; type LizardF_blockSizeID_t (line 73) | typedef enum { type LizardF_blockMode_t (line 84) | typedef enum { type LizardF_contentChecksum_t (line 91) | typedef enum { type LizardF_frameType_t (line 98) | typedef enum { type LizardF_blockSizeID_t (line 105) | typedef LizardF_blockSizeID_t blockSizeID_t; type LizardF_blockMode_t (line 106) | typedef LizardF_blockMode_t blockMode_t; type LizardF_frameType_t (line 107) | typedef LizardF_frameType_t frameType_t; type LizardF_contentChecksum_t (line 108) | typedef LizardF_contentChecksum_t contentChecksum_t; type LizardF_frameInfo_t (line 111) | typedef struct { type LizardF_preferences_t (line 120) | typedef struct { type LizardF_cctx_s (line 149) | struct LizardF_cctx_s type LizardF_compressOptions_t (line 151) | typedef struct { type LizardF_dctx_s (line 229) | struct LizardF_dctx_s type LizardF_decompressOptions_t (line 231) | typedef struct { FILE: NanaZip.Codecs/Lizard/lizard_frame_static.h type LizardF_errorCodes (line 76) | typedef enum { LIZARDF_LIST_ERRORS(LIZARDF_GENERATE_ENUM) } LizardF_erro... FILE: NanaZip.Codecs/Lizard/lizard_parser_fast.h function Lizard_hashPosition (line 7) | static size_t Lizard_hashPosition(const void* p) function Lizard_putPositionOnHash (line 14) | static void Lizard_putPositionOnHash(const BYTE* p, size_t h, U32* hashT... function Lizard_putPosition (line 19) | static void Lizard_putPosition(const BYTE* p, U32* hashTable, const BYTE... function U32 (line 25) | static U32 Lizard_getPositionOnHash(size_t h, U32* hashTable) function U32 (line 30) | static U32 Lizard_getPosition(const BYTE* p, U32* hashTable) FILE: NanaZip.Codecs/Lizard/lizard_parser_fastbig.h function Lizard_hashPositionHLog (line 6) | static size_t Lizard_hashPositionHLog(const void* p, int hashLog) function Lizard_putPositionOnHashHLog (line 13) | static void Lizard_putPositionOnHashHLog(const BYTE* p, size_t h, U32* h... function Lizard_putPositionHLog (line 18) | static void Lizard_putPositionHLog(const BYTE* p, U32* hashTable, const ... function U32 (line 24) | static U32 Lizard_getPositionOnHashHLog(size_t h, U32* hashTable) function U32 (line 29) | static U32 Lizard_getPositionHLog(const BYTE* p, U32* hashTable, int has... function FORCE_INLINE (line 35) | FORCE_INLINE int Lizard_compress_fastBig( FILE: NanaZip.Codecs/Lizard/lizard_parser_fastsmall.h function Lizard_hashPositionSmall (line 4) | static size_t Lizard_hashPositionSmall(const void* p) function Lizard_putPositionOnHashSmall (line 11) | static void Lizard_putPositionOnHashSmall(const BYTE* p, size_t h, U32* ... function Lizard_putPositionSmall (line 16) | static void Lizard_putPositionSmall(const BYTE* p, U32* hashTable, const... function U32 (line 22) | static U32 Lizard_getPositionOnHashSmall(size_t h, U32* hashTable) function U32 (line 27) | static U32 Lizard_getPositionSmall(const BYTE* p, U32* hashTable) FILE: NanaZip.Codecs/Lizard/lizard_parser_hashchain.h function FORCE_INLINE (line 13) | FORCE_INLINE void Lizard_Insert (Lizard_stream_t* ctx, const BYTE* ip) function FORCE_INLINE (line 188) | FORCE_INLINE int Lizard_compress_hashChain ( FILE: NanaZip.Codecs/Lizard/lizard_parser_lowestprice.h function FORCE_INLINE (line 4) | FORCE_INLINE size_t Lizard_more_profitable(Lizard_stream_t* const ctx, c... function FORCE_INLINE (line 20) | FORCE_INLINE size_t Lizard_better_price(Lizard_stream_t* const ctx, cons... function FORCE_INLINE (line 29) | FORCE_INLINE int Lizard_FindMatchLowestPrice (Lizard_stream_t* ctx, /*... function FORCE_INLINE (line 125) | FORCE_INLINE size_t Lizard_GetWiderMatch ( function FORCE_INLINE (line 256) | FORCE_INLINE int Lizard_compress_lowestPrice( FILE: NanaZip.Codecs/Lizard/lizard_parser_nochain.h function FORCE_INLINE (line 8) | FORCE_INLINE void Lizard_InsertNoChain (Lizard_stream_t* ctx, const BYTE... function FORCE_INLINE (line 27) | FORCE_INLINE int Lizard_InsertAndFindBestMatchNoChain (Lizard_stream_t* ... function FORCE_INLINE (line 77) | FORCE_INLINE int Lizard_InsertAndGetWiderMatchNoChain ( function FORCE_INLINE (line 143) | FORCE_INLINE int Lizard_compress_noChain ( FILE: NanaZip.Codecs/Lizard/lizard_parser_optimal.h function FORCE_INLINE (line 10) | FORCE_INLINE size_t Lizard_get_price(Lizard_stream_t* const ctx, int rep... type Lizard_match_t (line 20) | typedef struct type Lizard_optimal_t (line 27) | typedef struct function FORCE_INLINE (line 39) | FORCE_INLINE void Lizard_BinTree_Insert(Lizard_stream_t* ctx, const BYTE... function FORCE_INLINE (line 60) | FORCE_INLINE int Lizard_GetAllMatches ( function FORCE_INLINE (line 181) | FORCE_INLINE int Lizard_BinTree_GetAllMatches ( function FORCE_INLINE (line 334) | FORCE_INLINE int Lizard_compress_optimalPrice( FILE: NanaZip.Codecs/Lizard/lizard_parser_pricefast.h function FORCE_INLINE (line 3) | FORCE_INLINE int Lizard_FindMatchFast(Lizard_stream_t* ctx, intptr_t mat... function FORCE_INLINE (line 90) | FORCE_INLINE int Lizard_FindMatchFaster (Lizard_stream_t* ctx, U32 match... function FORCE_INLINE (line 132) | FORCE_INLINE int Lizard_compress_priceFast( FILE: NanaZip.Codecs/Mile.Helpers.Portable.Base.Unstaged.cpp function EXTERN_C (line 13) | EXTERN_C MO_UINT8 MileReadUInt8( function EXTERN_C (line 20) | EXTERN_C MO_UINT16 MileReadUInt16BigEndian( function EXTERN_C (line 29) | EXTERN_C MO_UINT16 MileReadUInt16LittleEndian( function EXTERN_C (line 38) | EXTERN_C MO_UINT32 MileReadUInt32BigEndian( function EXTERN_C (line 49) | EXTERN_C MO_UINT32 MileReadUInt32LittleEndian( function EXTERN_C (line 61) | EXTERN_C MO_UINT64 MileReadUInt64BigEndian( function EXTERN_C (line 76) | EXTERN_C MO_UINT64 MileReadUInt64LittleEndian( function EXTERN_C (line 91) | EXTERN_C MO_INT8 MileSequenceCompare8( function EXTERN_C (line 98) | EXTERN_C MO_INT16 MileSequenceCompare16( function EXTERN_C (line 105) | EXTERN_C MO_INT32 MileSequenceCompare32( function EXTERN_C (line 112) | EXTERN_C MO_INT64 MileSequenceCompare64( function EXTERN_C (line 119) | EXTERN_C MO_UINT8 MileDecodeLeb128( FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.DotNetSingleFile.cpp type PropertyItem (line 21) | struct PropertyItem type BundleFileType (line 97) | enum BundleFileType : std::uint8_t type BundleFileEntry (line 129) | struct BundleFileEntry type BundleFileHeaderFlags (line 138) | enum BundleFileHeaderFlags : std::uint64_t type BundleFileLocation (line 155) | struct BundleFileLocation type BundleFileHeader (line 161) | struct BundleFileHeader type NanaZip::Codecs::Archive (line 178) | namespace NanaZip::Codecs::Archive type DotNetSingleFile (line 180) | struct DotNetSingleFile : method ReadUInt8 (line 193) | std::uint8_t ReadUInt8( method ReadUInt16 (line 199) | std::uint16_t ReadUInt16( method ReadUInt32 (line 205) | std::uint32_t ReadUInt32( method ReadUInt64 (line 211) | std::uint64_t ReadUInt64( method ReadInt8 (line 217) | std::int8_t ReadInt8( method ReadInt16 (line 223) | std::int16_t ReadInt16( method ReadInt32 (line 229) | std::int32_t ReadInt32( method ReadInt64 (line 235) | std::int64_t ReadInt64( method ValidateBound (line 241) | void ValidateBound( method HRESULT (line 252) | HRESULT ReadFileStream( method DotNetSingleFile (line 286) | DotNetSingleFile() method Open (line 291) | Open( method Close (line 649) | Close() method GetNumberOfItems (line 663) | GetNumberOfItems( method GetProperty (line 680) | GetProperty( method Extract (line 730) | Extract( method GetArchiveProperty (line 828) | GetArchiveProperty( method GetNumberOfProperties (line 864) | GetNumberOfProperties( method GetPropertyInfo (line 876) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 898) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 909) | GetArchivePropertyInfo( function IInArchive (line 932) | IInArchive* CreateDotNetSingleFile() FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.ElectronAsar.cpp type PropertyItem (line 22) | struct PropertyItem type BundleFileEntry (line 38) | struct BundleFileEntry type NanaZip::Codecs::Archive (line 46) | namespace NanaZip::Codecs::Archive type ElectronAsar (line 48) | struct ElectronAsar : public Mile::ComObject method ReadUInt32 (line 61) | std::uint32_t ReadUInt32( method HRESULT (line 67) | HRESULT ReadFileStream( method GetAllPaths (line 101) | void GetAllPaths( method ElectronAsar (line 137) | ElectronAsar() method Open (line 142) | Open( method Close (line 274) | Close() method GetNumberOfItems (line 288) | GetNumberOfItems( method GetProperty (line 305) | GetProperty( method Extract (line 355) | Extract( method GetArchiveProperty (line 450) | GetArchiveProperty( method GetNumberOfProperties (line 480) | GetNumberOfProperties( method GetPropertyInfo (line 492) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 514) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 525) | GetArchivePropertyInfo( function IInArchive (line 539) | IInArchive* CreateElectronAsar() FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.Littlefs.cpp type PropertyItem (line 41) | struct PropertyItem type Lfs1MetadataPairPointer (line 91) | struct Lfs1MetadataPairPointer type Lfs1MetadataHeader (line 108) | struct Lfs1MetadataHeader type Lfs1MetadataFooter (line 142) | struct Lfs1MetadataFooter type Lfs1EntryTypes (line 165) | enum Lfs1EntryTypes type Lfs1EntryHeader (line 172) | struct Lfs1EntryHeader type Lfs1SuperBlockEntryContent (line 219) | struct Lfs1SuperBlockEntryContent type Lfs1DirectoryEntryContent (line 255) | struct Lfs1DirectoryEntryContent type Lfs1FileEntryContent (line 275) | struct Lfs1FileEntryContent type LfsTypes (line 320) | enum LfsTypes function CheckWith (line 370) | bool CheckWith( type LfsSuperBlockInlineStructure (line 388) | struct LfsSuperBlockInlineStructure type LfsSuperMetadataHeader (line 407) | struct LfsSuperMetadataHeader type LittlefsFilePathInformation (line 416) | struct LittlefsFilePathInformation type NanaZip::Codecs::Archive (line 429) | namespace NanaZip::Codecs::Archive type Littlefs (line 431) | struct Littlefs : public Mile::ComObject method ReadUInt8 (line 442) | std::uint8_t ReadUInt8( method ReadUInt16 (line 448) | std::uint16_t ReadUInt16( method ReadUInt32 (line 454) | std::uint32_t ReadUInt32( method ReadInt8 (line 460) | std::int8_t ReadInt8( method ReadInt16 (line 466) | std::int16_t ReadInt16( method ReadInt32 (line 472) | std::int32_t ReadInt32( method HRESULT (line 478) | HRESULT ReadFileStream( method ReadRawMetadataTag (line 512) | std::uint32_t ReadRawMetadataTag( method Littlefs (line 528) | Littlefs() method Open (line 533) | Open( method Close (line 663) | Close() method GetNumberOfItems (line 676) | GetNumberOfItems( method GetProperty (line 693) | GetProperty( method Extract (line 757) | Extract( method GetArchiveProperty (line 854) | GetArchiveProperty( method GetNumberOfProperties (line 913) | GetNumberOfProperties( method GetPropertyInfo (line 925) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 947) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 958) | GetArchivePropertyInfo( function IInArchive (line 981) | IInArchive* CreateLittlefs() FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.Romfs.cpp type PropertyItem (line 23) | struct PropertyItem type RomfsHeader (line 66) | struct RomfsHeader type RomfsFileType (line 79) | enum RomfsFileType type RomfsFileHeader (line 100) | struct RomfsFileHeader type RomfsFilePathInformation (line 114) | struct RomfsFilePathInformation type NanaZip::Codecs::Archive (line 124) | namespace NanaZip::Codecs::Archive type Romfs (line 126) | struct Romfs : public Mile::ComObject method ReadUInt32 (line 145) | std::uint32_t ReadUInt32( method GetAlignedSize (line 151) | std::uint32_t GetAlignedSize( method HRESULT (line 158) | HRESULT ReadFileStream( method HRESULT (line 192) | HRESULT GetOnePath( method HRESULT (line 287) | HRESULT GetAllPaths(std::uint32_t RootOffset) method Romfs (line 312) | Romfs() method Open (line 317) | Open( method Close (line 442) | Close() method GetNumberOfItems (line 456) | GetNumberOfItems( method GetProperty (line 473) | GetProperty( method Extract (line 592) | Extract( method GetArchiveProperty (line 686) | GetArchiveProperty( method GetNumberOfProperties (line 727) | GetNumberOfProperties( method GetPropertyInfo (line 739) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 761) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 772) | GetArchivePropertyInfo( function IInArchive (line 795) | IInArchive* CreateRomfs() FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.Ufs.cpp function FILETIME (line 47) | FILETIME ToFileTime( type PropertyItem (line 63) | struct PropertyItem type UfsInodeInformation (line 101) | struct UfsInodeInformation type UfsFilePathInformation (line 122) | struct UfsFilePathInformation type NanaZip::Codecs::Archive (line 130) | namespace NanaZip::Codecs::Archive type Ufs (line 132) | struct Ufs : public Mile::ComObject method ReadUInt8 (line 146) | std::uint8_t ReadUInt8( method ReadUInt16 (line 152) | std::uint16_t ReadUInt16( method ReadUInt32 (line 160) | std::uint32_t ReadUInt32( method ReadUInt64 (line 168) | std::uint64_t ReadUInt64( method ReadInt8 (line 176) | std::int8_t ReadInt8( method ReadInt16 (line 182) | std::int16_t ReadInt16( method ReadInt32 (line 188) | std::int32_t ReadInt32( method ReadInt64 (line 194) | std::int64_t ReadInt64( method HRESULT (line 200) | HRESULT ReadFileStream( method GetTotalBlocks (line 234) | std::uint64_t GetTotalBlocks() method GetCylinderGroupStart (line 241) | std::uint64_t GetCylinderGroupStart( method GetFragmentBlockSize (line 257) | std::int32_t GetFragmentBlockSize() method GetBlockSize (line 262) | std::int32_t GetBlockSize() method GetDirectoryInodeSize (line 267) | std::size_t GetDirectoryInodeSize() method GetMaximumEmbeddedSymbolLinkLength (line 272) | std::int32_t GetMaximumEmbeddedSymbolLinkLength() method GetInodeOffset (line 277) | std::uint64_t GetInodeOffset( method GetInodeInformation (line 291) | bool GetInodeInformation( method GetAllPaths (line 556) | bool GetAllPaths( method Ufs (line 662) | Ufs() method Open (line 667) | Open( method Close (line 836) | Close() method GetNumberOfItems (line 851) | GetNumberOfItems( method GetProperty (line 868) | GetProperty( method Extract (line 1039) | Extract( method GetArchiveProperty (line 1160) | GetArchiveProperty( method GetNumberOfProperties (line 1272) | GetNumberOfProperties( method GetPropertyInfo (line 1284) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 1306) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 1317) | GetArchivePropertyInfo( function IInArchive (line 1340) | IInArchive* CreateUfs() FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.WebAssembly.cpp type PropertyItem (line 21) | struct PropertyItem type WebAssemblySectionType (line 40) | namespace WebAssemblySectionType type WebAssemblySection (line 90) | struct WebAssemblySection type NanaZip::Codecs::Archive (line 101) | namespace NanaZip::Codecs::Archive type WebAssembly (line 103) | struct WebAssembly : public Mile::ComObject method ReadUleb128 (line 114) | std::uint32_t ReadUleb128( method HRESULT (line 137) | HRESULT ReadFileStream( method WebAssembly (line 171) | WebAssembly() method Open (line 176) | Open( method Close (line 356) | Close() method GetNumberOfItems (line 369) | GetNumberOfItems( method GetProperty (line 386) | GetProperty( method Extract (line 442) | Extract( method GetArchiveProperty (line 536) | GetArchiveProperty( method GetNumberOfProperties (line 566) | GetNumberOfProperties( method GetPropertyInfo (line 578) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 600) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 611) | GetArchivePropertyInfo( function IInArchive (line 625) | IInArchive* CreateWebAssembly() FILE: NanaZip.Codecs/NanaZip.Codecs.Archive.Zealfs.cpp type PropertyItem (line 23) | struct PropertyItem type ZealfsFileEntry (line 58) | struct ZealfsFileEntry type ZealfsFilePathInformation (line 78) | struct ZealfsFilePathInformation type NanaZip::Codecs::Archive (line 85) | namespace NanaZip::Codecs::Archive type Zealfs (line 87) | struct Zealfs : public Mile::ComObject method ReadUInt16 (line 101) | std::uint16_t ReadUInt16( method GetAlignedSize (line 107) | std::uint32_t GetAlignedSize( method ReadBcd (line 114) | std::uint8_t ReadBcd( method HRESULT (line 122) | HRESULT ReadFileStream( method FILETIME (line 156) | FILETIME GetFileTime( method GetAllPaths (line 175) | void GetAllPaths( method Zealfs (line 220) | Zealfs() method Open (line 225) | Open( method Close (line 343) | Close() method GetNumberOfItems (line 358) | GetNumberOfItems( method GetProperty (line 375) | GetProperty( method Extract (line 445) | Extract( method GetArchiveProperty (line 563) | GetArchiveProperty( method GetNumberOfProperties (line 605) | GetNumberOfProperties( method GetPropertyInfo (line 617) | GetPropertyInfo( method GetNumberOfArchiveProperties (line 639) | GetNumberOfArchiveProperties( method GetArchivePropertyInfo (line 650) | GetArchivePropertyInfo( function IInArchive (line 673) | IInArchive* CreateZealfs() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Aich.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Aich (line 17) | struct Aich : public Mile::ComObject method Aich (line 25) | Aich() method Init (line 36) | Init() method Update (line 42) | Update( method Final (line 52) | Final( method GetDigestSize (line 60) | GetDigestSize() function IHasher (line 66) | IHasher* CreateAich() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.BCryptProvider.cpp type NanaZip::Codecs::Hash (line 17) | namespace NanaZip::Codecs::Hash type BCryptProvider (line 19) | struct BCryptProvider : public Mile::ComObject method DestroyContext (line 26) | void DestroyContext() method BCryptProvider (line 37) | BCryptProvider( method Init (line 49) | Init() method Update (line 59) | Update( method Final (line 69) | Final( method GetDigestSize (line 78) | GetDigestSize() function IHasher (line 86) | IHasher* CreateMd2() function IHasher (line 91) | IHasher* CreateMd4() function IHasher (line 96) | IHasher* CreateMd5() function IHasher (line 101) | IHasher* CreateSha1() function IHasher (line 106) | IHasher* CreateSha256() function IHasher (line 111) | IHasher* CreateSha384() function IHasher (line 116) | IHasher* CreateSha512() function rhash_sha1_init (line 126) | void rhash_sha1_init( function rhash_sha1_update (line 142) | void rhash_sha1_update( function rhash_sha1_final (line 159) | void rhash_sha1_final( FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Blake2b.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Blake2b (line 17) | struct Blake2b : public Mile::ComObject method Blake2b (line 25) | Blake2b() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateBlake2b() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Blake3.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Blake3 (line 17) | struct Blake3 : public Mile::ComObject method Blake3 (line 25) | Blake3() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 55) | GetDigestSize() function IHasher (line 61) | IHasher* CreateBlake3() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Ed2k.cpp type NanaZip::Codecs::Hash (line 35) | namespace NanaZip::Codecs::Hash type Ed2k (line 37) | struct Ed2k : public Mile::ComObject method DestroyContext (line 56) | void DestroyContext() method Ed2k (line 72) | Ed2k() method Init (line 82) | Init() method Update (line 99) | Update( method Final (line 152) | Final( method GetDigestSize (line 199) | GetDigestSize() function IHasher (line 205) | IHasher* CreateEd2k() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.EdonR224.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type EdonR224 (line 17) | struct EdonR224 : public Mile::ComObject method EdonR224 (line 25) | EdonR224() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateEdonR224() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.EdonR256.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type EdonR256 (line 17) | struct EdonR256 : public Mile::ComObject method EdonR256 (line 25) | EdonR256() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateEdonR256() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.EdonR384.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type EdonR384 (line 17) | struct EdonR384 : public Mile::ComObject method EdonR384 (line 25) | EdonR384() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateEdonR384() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.EdonR512.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type EdonR512 (line 17) | struct EdonR512 : public Mile::ComObject method EdonR512 (line 25) | EdonR512() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateEdonR512() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Gost12256.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Gost12256 (line 17) | struct Gost12256 : public Mile::ComObject method Gost12256 (line 25) | Gost12256() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateGost12256() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Gost12512.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Gost12512 (line 17) | struct Gost12512 : public Mile::ComObject method Gost12512 (line 25) | Gost12512() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateGost12512() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Gost94.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Gost94 (line 17) | struct Gost94 : public Mile::ComObject method Gost94 (line 25) | Gost94() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateGost94() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Gost94CryptoPro.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Gost94CryptoPro (line 17) | struct Gost94CryptoPro : public Mile::ComObject method Gost94CryptoPro (line 25) | Gost94CryptoPro() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateGost94CryptoPro() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Has160.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Has160 (line 17) | struct Has160 : public Mile::ComObject method Has160 (line 25) | Has160() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateHas160() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Ripemd160.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Ripemd160 (line 17) | struct Ripemd160 : public Mile::ComObject method Ripemd160 (line 25) | Ripemd160() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateRipemd160() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Sha224.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Sha224 (line 17) | struct Sha224 : public Mile::ComObject method Sha224 (line 25) | Sha224() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSha224() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Sha3224.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Sha3224 (line 17) | struct Sha3224 : public Mile::ComObject method Sha3224 (line 25) | Sha3224() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSha3224() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Sha3256.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Sha3256 (line 17) | struct Sha3256 : public Mile::ComObject method Sha3256 (line 25) | Sha3256() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSha3256() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Sha3384.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Sha3384 (line 17) | struct Sha3384 : public Mile::ComObject method Sha3384 (line 25) | Sha3384() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSha3384() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Sha3512.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Sha3512 (line 17) | struct Sha3512 : public Mile::ComObject method Sha3512 (line 25) | Sha3512() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSha3512() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Sm3.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Sm3 (line 17) | struct Sm3 : public Mile::ComObject method Sm3 (line 25) | Sm3() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSm3() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Snefru128.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Snefru128 (line 17) | struct Snefru128 : public Mile::ComObject method Snefru128 (line 25) | Snefru128() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSnefru128() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Snefru256.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Snefru256 (line 17) | struct Snefru256 : public Mile::ComObject method Snefru256 (line 25) | Snefru256() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateSnefru256() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Tiger.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Tiger (line 17) | struct Tiger : public Mile::ComObject method Tiger (line 25) | Tiger() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateTiger() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Tiger2.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Tiger2 (line 17) | struct Tiger2 : public Mile::ComObject method Tiger2 (line 25) | Tiger2() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateTiger2() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Torrent.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Torrent (line 17) | struct Torrent : public Mile::ComObject method Torrent (line 25) | Torrent() method Init (line 36) | Init() method Update (line 42) | Update( method Final (line 52) | Final( method GetDigestSize (line 60) | GetDigestSize() function IHasher (line 66) | IHasher* CreateTorrent() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Tth.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Tth (line 17) | struct Tth : public Mile::ComObject method Tth (line 25) | Tth() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateTth() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Whirlpool.cpp type NanaZip::Codecs::Hash (line 15) | namespace NanaZip::Codecs::Hash type Whirlpool (line 17) | struct Whirlpool : public Mile::ComObject method Whirlpool (line 25) | Whirlpool() method Init (line 30) | Init() method Update (line 36) | Update( method Final (line 46) | Final( method GetDigestSize (line 54) | GetDigestSize() function IHasher (line 60) | IHasher* CreateWhirlpool() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Xxh3128.cpp type NanaZip::Codecs::Hash (line 16) | namespace NanaZip::Codecs::Hash type Xxh3128 (line 18) | struct Xxh3128 : public Mile::ComObject method Xxh3128 (line 26) | Xxh3128() method Init (line 37) | Init() method Update (line 43) | Update( method Final (line 53) | Final( method GetDigestSize (line 66) | GetDigestSize() function IHasher (line 72) | IHasher* CreateXxh3128() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Xxh32.cpp type NanaZip::Codecs::Hash (line 16) | namespace NanaZip::Codecs::Hash type Xxh32 (line 18) | struct Xxh32 : public Mile::ComObject method Xxh32 (line 26) | Xxh32() method Init (line 38) | Init() method Update (line 45) | Update( method Final (line 55) | Final( method GetDigestSize (line 68) | GetDigestSize() function IHasher (line 74) | IHasher* CreateXxh32() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Xxh364.cpp type NanaZip::Codecs::Hash (line 16) | namespace NanaZip::Codecs::Hash type Xxh364 (line 18) | struct Xxh364 : public Mile::ComObject method Xxh364 (line 26) | Xxh364() method Init (line 37) | Init() method Update (line 43) | Update( method Final (line 53) | Final( method GetDigestSize (line 66) | GetDigestSize() function IHasher (line 72) | IHasher* CreateXxh364() FILE: NanaZip.Codecs/NanaZip.Codecs.Hash.Xxh64.cpp type NanaZip::Codecs::Hash (line 16) | namespace NanaZip::Codecs::Hash type Xxh64 (line 18) | struct Xxh64 : public Mile::ComObject method Xxh64 (line 26) | Xxh64() method Init (line 37) | Init() method Update (line 44) | Update( method Final (line 54) | Final( method GetDigestSize (line 67) | GetDigestSize() function IHasher (line 73) | IHasher* CreateXxh64() FILE: NanaZip.Codecs/NanaZip.Codecs.MultiThreadWrapper.Brotli.cpp function EXTERN_C (line 15) | EXTERN_C int NanaZipCodecsBrotliRead( function EXTERN_C (line 32) | EXTERN_C int NanaZipCodecsBrotliWrite( function EXTERN_C (line 45) | EXTERN_C HRESULT WINAPI NanaZipCodecsBrotliDecode( FILE: NanaZip.Codecs/NanaZip.Codecs.MultiThreadWrapper.Common.cpp function EXTERN_C (line 15) | EXTERN_C int NanaZipCodecsCommonRead( function EXTERN_C (line 48) | EXTERN_C int NanaZipCodecsCommonWrite( FILE: NanaZip.Codecs/NanaZip.Codecs.MultiThreadWrapper.Common.h type NANAZIP_CODECS_ZSTDMT_STREAM_CONTEXT (line 20) | typedef struct _NANAZIP_CODECS_ZSTDMT_STREAM_CONTEXT type NANAZIP_CODECS_ZSTDMT_BUFFER_CONTEXT (line 29) | typedef struct _NANAZIP_CODECS_ZSTDMT_BUFFER_CONTEXT FILE: NanaZip.Codecs/NanaZip.Codecs.MultiThreadWrapper.LZ4.cpp function EXTERN_C (line 15) | EXTERN_C int NanaZipCodecsLz4Read( function EXTERN_C (line 32) | EXTERN_C int NanaZipCodecsLz4Write( function EXTERN_C (line 45) | EXTERN_C HRESULT WINAPI NanaZipCodecsLz4Decode( FILE: NanaZip.Codecs/NanaZip.Codecs.MultiThreadWrapper.LZ5.cpp function EXTERN_C (line 15) | EXTERN_C int NanaZipCodecsLz5Read( function EXTERN_C (line 32) | EXTERN_C int NanaZipCodecsLz5Write( function EXTERN_C (line 45) | EXTERN_C HRESULT WINAPI NanaZipCodecsLz5Decode( FILE: NanaZip.Codecs/NanaZip.Codecs.MultiThreadWrapper.Lizard.cpp function EXTERN_C (line 15) | EXTERN_C int NanaZipCodecsLizardRead( function EXTERN_C (line 32) | EXTERN_C int NanaZipCodecsLizardWrite( function EXTERN_C (line 45) | EXTERN_C HRESULT WINAPI NanaZipCodecsLizardDecode( FILE: NanaZip.Codecs/NanaZip.Codecs.SevenZipWrapper.cpp function EXTERN_C (line 18) | EXTERN_C HRESULT WINAPI NanaZipCodecsReadInputStream( FILE: NanaZip.Codecs/NanaZip.Codecs.Specification.Fat.h type LONGLONG (line 35) | typedef LONGLONG LBO; type LBO (line 37) | typedef LBO *PLBO; type ULONG32 (line 39) | typedef ULONG32 VBO; type VBO (line 40) | typedef VBO *PVBO; type PACKED_BIOS_PARAMETER_BLOCK (line 51) | typedef struct _PACKED_BIOS_PARAMETER_BLOCK type PACKED_BIOS_PARAMETER_BLOCK_EX (line 72) | typedef struct _PACKED_BIOS_PARAMETER_BLOCK_EX type PACKED_BOOT_SECTOR (line 91) | typedef struct _PACKED_BOOT_SECTOR type PACKED_BOOT_SECTOR_EX (line 108) | typedef struct _PACKED_BOOT_SECTOR_EX type PACKED_FSINFO_SECTOR (line 125) | typedef struct _PACKED_FSINFO_SECTOR type UINT32 (line 156) | typedef UINT32 FAT_ENTRY; type PACKED_FAT_TIME (line 191) | typedef struct _PACKED_FAT_TIME type PACKED_FAT_DATE (line 202) | typedef struct _PACKED_FAT_DATE type PACKED_FAT_TIME_STAMP (line 213) | typedef struct _PACKED_FAT_TIME_STAMP type UINT8 (line 222) | typedef UINT8 FAT8DOT3[11], *PFAT8DOT3; type PACKED_DIRENT (line 228) | typedef struct _PACKED_DIRENT type PACKED_LFN_DIRENT (line 289) | typedef struct _PACKED_LFN_DIRENT type UINT8 (line 328) | typedef UINT8 PACKED_EA_OFFSET[2], *PPACKED_EA_OFFSET; type PACKED_EA_FILE_HEADER (line 333) | typedef struct _PACKED_EA_FILE_HEADER type PACKED_EA_OFFSET (line 362) | typedef PACKED_EA_OFFSET EA_OFFSET_TABLE[128], *PEA_OFFSET_TABLE; type PACKED_EA_SET_HEADER (line 370) | typedef struct _PACKED_EA_SET_HEADER type PACKED_EA (line 394) | typedef struct _PACKED_EA { FILE: NanaZip.Codecs/NanaZip.Codecs.Specification.Zealfs.h type ZEALOS_TIME (line 32) | typedef struct _ZEALOS_TIME type ZEALFS_COMMON_HEADER (line 83) | typedef struct _ZEALFS_COMMON_HEADER type ZEALFS_V1_HEADER (line 126) | typedef struct _ZEALFS_V1_HEADER FILE: NanaZip.Codecs/NanaZip.Codecs.cpp type HashProviderItem (line 21) | struct HashProviderItem type ArchiverProviderItem (line 74) | struct ArchiverProviderItem type HasherFactory (line 182) | struct HasherFactory : public Mile::ComObject< method GetNumHashers (line 187) | GetNumHashers() method GetHasherProp (line 192) | GetHasherProp( method CreateHasher (line 263) | CreateHasher( function EXTERN_C (line 282) | EXTERN_C HRESULT WINAPI GetHashers( function EXTERN_C (line 294) | EXTERN_C HRESULT WINAPI CreateObject( function EXTERN_C (line 350) | EXTERN_C HRESULT WINAPI GetNumberOfFormats( function EXTERN_C (line 362) | EXTERN_C HRESULT WINAPI GetHandlerProperty2( FILE: NanaZip.Codecs/NanaZip.Codecs.h function namespace (line 31) | namespace NanaZip::Codecs function namespace (line 58) | namespace NanaZip::Codecs::Hash function namespace (line 100) | namespace NanaZip::Codecs::Decoder function namespace (line 105) | namespace NanaZip::Codecs::Encoder function namespace (line 110) | namespace NanaZip::Codecs::Archive FILE: NanaZip.Codecs/RHash/aich.c function rhash_aich_init (line 70) | void rhash_aich_init(aich_ctx* ctx) type hash_pair_t (line 87) | typedef hash_pair_t hash_pairs_group_t[CT_GROUP_SIZE]; function rhash_aich_chunk_table_extend (line 100) | static void rhash_aich_chunk_table_extend(aich_ctx* ctx, unsigned chunk_... function rhash_aich_cleanup (line 149) | void rhash_aich_cleanup(aich_ctx* ctx) function rhash_aich_hash_tree (line 180) | static void rhash_aich_hash_tree(aich_ctx* ctx, unsigned char* result, i... function rhash_aich_process_block (line 259) | static void rhash_aich_process_block(aich_ctx* ctx, int type) function rhash_aich_update (line 322) | void rhash_aich_update(aich_ctx* ctx, const unsigned char* msg, size_t s... function rhash_aich_final (line 357) | void rhash_aich_final(aich_ctx* ctx, unsigned char result[20]) function rhash_aich_export (line 416) | size_t rhash_aich_export(const aich_ctx* ctx, void* out, size_t size) function rhash_aich_import (line 468) | size_t rhash_aich_import(aich_ctx* ctx, const void* in, size_t size) FILE: NanaZip.Codecs/RHash/aich.h type aich_ctx (line 12) | typedef struct aich_ctx FILE: NanaZip.Codecs/RHash/blake2b.c function rhash_blake2b_init (line 46) | void rhash_blake2b_init(blake2b_ctx* ctx) function rhash_blake2b_process_block (line 84) | static void rhash_blake2b_process_block(blake2b_ctx* ctx, const uint64_t... function rhash_blake2b_update (line 116) | void rhash_blake2b_update(blake2b_ctx* ctx, const unsigned char* msg, si... function rhash_blake2b_final (line 155) | void rhash_blake2b_final(blake2b_ctx* ctx, unsigned char *result) FILE: NanaZip.Codecs/RHash/blake2b.h type blake2b_ctx (line 13) | typedef struct blake2b_ctx FILE: NanaZip.Codecs/RHash/byte_order.c function rhash_ctz (line 31) | unsigned rhash_ctz(unsigned x) function rhash_ctz (line 52) | unsigned rhash_ctz(unsigned x) function rhash_ctz64 (line 87) | unsigned rhash_ctz64(uint64_t x) function rhash_popcount (line 118) | unsigned rhash_popcount(unsigned x) function rhash_swap_copy_str_to_u32 (line 137) | void rhash_swap_copy_str_to_u32(void* to, int index, const void* from, s... function rhash_swap_memset_to_u32 (line 164) | void rhash_swap_memset_to_u32(void* to, int index, int c, size_t length) function rhash_swap_copy_str_to_u64 (line 185) | void rhash_swap_copy_str_to_u64(void* to, int index, const void* from, s... function rhash_swap_copy_u64_to_str (line 208) | void rhash_swap_copy_u64_to_str(void* to, const void* from, size_t length) function rhash_u32_mem_swap (line 230) | void rhash_u32_mem_swap(unsigned* arr, int length) function get_cpuid_features (line 256) | static uint64_t get_cpuid_features(void) function has_cpu_feature (line 278) | int has_cpu_feature(unsigned feature_bit) FILE: NanaZip.Codecs/RHash/byte_order.h function RHASH_INLINE (line 157) | static RHASH_INLINE uint32_t bswap_32(uint32_t x) function RHASH_INLINE (line 167) | static RHASH_INLINE uint64_t bswap_64(uint64_t x) FILE: NanaZip.Codecs/RHash/edonr.c function rhash_edonr256_init (line 33) | void rhash_edonr256_init(edonr_ctx* ctx) function rhash_edonr224_init (line 55) | void rhash_edonr224_init(struct edonr_ctx* ctx) function rhash_edonr512_init (line 77) | void rhash_edonr512_init(edonr_ctx* ctx) function rhash_edonr384_init (line 102) | void rhash_edonr384_init(struct edonr_ctx* ctx) function rhash_edonr256_process_block (line 320) | static void rhash_edonr256_process_block(unsigned hash[16], const unsign... function rhash_edonr512_process_block (line 372) | static void rhash_edonr512_process_block(uint64_t hash[16], const uint64... function rhash_edonr256_update (line 426) | void rhash_edonr256_update(edonr_ctx* ctx, const unsigned char* msg, siz... function rhash_edonr256_final (line 477) | void rhash_edonr256_final(edonr_ctx* ctx, unsigned char* result) function rhash_edonr512_update (line 520) | void rhash_edonr512_update(edonr_ctx* ctx, const unsigned char* msg, siz... function rhash_edonr512_final (line 570) | void rhash_edonr512_final(edonr_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/edonr.h type edonr256_data (line 18) | struct edonr256_data { type edonr512_data (line 23) | struct edonr512_data { type edonr_ctx (line 29) | typedef struct edonr_ctx FILE: NanaZip.Codecs/RHash/gost12.c function RHASH_INLINE (line 622) | static RHASH_INLINE void rhash_gost12_init(gost12_ctx* ctx, unsigned has... function rhash_gost12_256_init (line 636) | void rhash_gost12_256_init(gost12_ctx* ctx) function rhash_gost12_512_init (line 647) | void rhash_gost12_512_init(gost12_ctx* ctx) function LPSX (line 663) | static void LPSX(const uint64_t* a, const uint64_t* b, uint64_t* result) function g_N (line 696) | static void g_N(const uint64_t N[], uint64_t h[], const uint64_t m[]) function RHASH_INLINE (line 747) | static RHASH_INLINE void add_uint512(uint64_t sum[], const uint64_t x[]) function RHASH_INLINE (line 797) | static RHASH_INLINE void rhash_gost12_stage2(gost12_ctx* ctx, uint64_t m[]) function rhash_gost12_update (line 804) | void rhash_gost12_update(gost12_ctx* ctx, const unsigned char* msg, size... function rhash_gost12_final (line 845) | void rhash_gost12_final(gost12_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/gost12.h type gost12_ctx (line 15) | typedef struct gost12_ctx { FILE: NanaZip.Codecs/RHash/gost94.c function rhash_gost94_init (line 38) | void rhash_gost94_init(gost94_ctx* ctx) function rhash_gost94_cryptopro_init (line 48) | void rhash_gost94_cryptopro_init(gost94_ctx* ctx) function rhash_gost94_block_compress (line 120) | static void rhash_gost94_block_compress(gost94_ctx* ctx, const unsigned*... function rhash_gost94_compute_sum_and_hash (line 280) | static void rhash_gost94_compute_sum_and_hash(gost94_ctx* ctx, const uns... function rhash_gost94_update (line 347) | void rhash_gost94_update(gost94_ctx* ctx, const unsigned char* msg, size... FILE: NanaZip.Codecs/RHash/gost94.h type gost94_ctx (line 14) | typedef struct gost94_ctx FILE: NanaZip.Codecs/RHash/has160.c function rhash_has160_init (line 34) | void rhash_has160_init(has160_ctx* ctx) function rhash_has160_process_block (line 70) | static void rhash_has160_process_block(unsigned* hash, const unsigned* b... function rhash_has160_update (line 207) | void rhash_has160_update(has160_ctx* ctx, const unsigned char* msg, size... function rhash_has160_final (line 250) | void rhash_has160_final(has160_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/has160.h type has160_ctx (line 13) | typedef struct has160_ctx FILE: NanaZip.Codecs/RHash/hex.c function rhash_byte_to_hex (line 29) | void rhash_byte_to_hex(char* dst, const unsigned char* src, size_t lengt... function rhash_byte_to_base32 (line 49) | void rhash_byte_to_base32(char* dst, const unsigned char* src, size_t le... function rhash_byte_to_base64 (line 81) | void rhash_byte_to_base64(char* dst, const unsigned char* src, size_t le... function rhash_base64_url_encoded_helper (line 109) | size_t rhash_base64_url_encoded_helper(char* dst, const unsigned char* s... function rhash_urlencode (line 149) | size_t rhash_urlencode(char* dst, const char* src, size_t size, int uppe... function rhash_sprintI64 (line 187) | int rhash_sprintI64(char* dst, uint64_t number) FILE: NanaZip.Codecs/RHash/rhash_sha256.c function rhash_sha256_init (line 68) | void rhash_sha256_init(sha256_ctx* ctx) function rhash_sha224_init (line 90) | void rhash_sha224_init(struct sha256_ctx* ctx) function rhash_sha256_process_block (line 112) | static void rhash_sha256_process_block(unsigned hash[8], unsigned block[... function rhash_sha256_update (line 171) | void rhash_sha256_update(sha256_ctx* ctx, const unsigned char* msg, size... function rhash_sha256_final (line 213) | void rhash_sha256_final(sha256_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/rhash_util.c function rhash_aligned_free (line 52) | void rhash_aligned_free(void* ptr) type dummy_declaration_required_by_strict_iso_c (line 60) | typedef int dummy_declaration_required_by_strict_iso_c; FILE: NanaZip.Codecs/RHash/ripemd-160.c function rhash_ripemd160_init (line 29) | void rhash_ripemd160_init(ripemd160_ctx* ctx) function rhash_ripemd160_process_block (line 72) | static void rhash_ripemd160_process_block(unsigned* hash, const unsigned... function rhash_ripemd160_update (line 260) | void rhash_ripemd160_update(ripemd160_ctx* ctx, const unsigned char* msg... function rhash_ripemd160_final (line 303) | void rhash_ripemd160_final(ripemd160_ctx* ctx, unsigned char result[20]) FILE: NanaZip.Codecs/RHash/ripemd-160.h type ripemd160_ctx (line 14) | typedef struct ripemd160_ctx FILE: NanaZip.Codecs/RHash/sha1.h type sha1_ctx (line 15) | typedef struct sha1_ctx FILE: NanaZip.Codecs/RHash/sha256.h type sha256_ctx (line 15) | typedef struct sha256_ctx FILE: NanaZip.Codecs/RHash/sha3.c function rhash_keccak_init (line 39) | static void rhash_keccak_init(sha3_ctx* ctx, unsigned bits) function rhash_sha3_224_init (line 54) | void rhash_sha3_224_init(sha3_ctx* ctx) function rhash_sha3_256_init (line 64) | void rhash_sha3_256_init(sha3_ctx* ctx) function rhash_sha3_384_init (line 74) | void rhash_sha3_384_init(sha3_ctx* ctx) function rhash_sha3_512_init (line 84) | void rhash_sha3_512_init(sha3_ctx* ctx) function keccak_theta (line 98) | static void keccak_theta(uint64_t* A) function keccak_pi (line 114) | static void keccak_pi(uint64_t* A) function keccak_chi (line 155) | static void keccak_chi(uint64_t* A) function rhash_sha3_permutation (line 165) | static void rhash_sha3_permutation(uint64_t* state) function rhash_sha3_process_block (line 213) | static void rhash_sha3_process_block(uint64_t hash[25], const uint64_t* ... function rhash_sha3_update (line 269) | void rhash_sha3_update(sha3_ctx* ctx, const unsigned char* msg, size_t s... function rhash_sha3_final (line 314) | void rhash_sha3_final(sha3_ctx* ctx, unsigned char* result) function rhash_keccak_final (line 342) | void rhash_keccak_final(sha3_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/sha3.h type sha3_ctx (line 20) | typedef struct sha3_ctx FILE: NanaZip.Codecs/RHash/snefru.c function rhash_snefru128_init (line 741) | void rhash_snefru128_init(struct snefru_ctx* ctx) function rhash_snefru256_init (line 752) | void rhash_snefru256_init(struct snefru_ctx* ctx) function rhash_snefru_process_block (line 765) | static void rhash_snefru_process_block(snefru_ctx* ctx, unsigned* block) function rhash_snefru_update (line 852) | void rhash_snefru_update(snefru_ctx* ctx, const unsigned char* msg, size... function rhash_snefru_final (line 902) | void rhash_snefru_final(snefru_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/snefru.h type snefru_ctx (line 20) | typedef struct snefru_ctx FILE: NanaZip.Codecs/RHash/tiger.c function rhash_tiger_init (line 40) | void rhash_tiger_init(tiger_ctx* ctx) function rhash_tiger2_init (line 52) | void rhash_tiger2_init(tiger_ctx* ctx) function rhash_tiger_process_block (line 129) | static void rhash_tiger_process_block(uint64_t state[3], uint64_t* block) function rhash_tiger_update (line 181) | void rhash_tiger_update(tiger_ctx* ctx, const unsigned char* msg, size_t... function rhash_tiger_final (line 225) | void rhash_tiger_final(tiger_ctx* ctx, unsigned char result[24]) FILE: NanaZip.Codecs/RHash/tiger.h type tiger_ctx (line 14) | typedef struct tiger_ctx FILE: NanaZip.Codecs/RHash/torrent.c function bt_init (line 49) | void bt_init(torrent_ctx* ctx) function bt_vector_clean (line 70) | static void bt_vector_clean(torrent_vect* vect) function bt_cleanup (line 85) | void bt_cleanup(torrent_ctx* ctx) function bt_vector_add_ptr (line 109) | static int bt_vector_add_ptr(torrent_vect* vect, void* item) function bt_store_piece_sha1 (line 131) | static int bt_store_piece_sha1(torrent_ctx* ctx) type bt_file_info (line 157) | typedef struct bt_file_info function bt_add_file (line 171) | int bt_add_file(torrent_ctx* ctx, const char* path, uint64_t filesize) function bt_update (line 203) | void bt_update(torrent_ctx* ctx, const void* msg, size_t size) function bt_final (line 234) | void bt_final(torrent_ctx* ctx, unsigned char result[20]) function bt_str_ensure_length (line 254) | static int bt_str_ensure_length(torrent_ctx* ctx, size_t length) function bt_str_append (line 281) | static void bt_str_append(torrent_ctx* ctx, const char* text) function bt_bencode_int (line 298) | static void bt_bencode_int(torrent_ctx* ctx, const char* name, uint64_t ... function bt_bencode_str (line 323) | static void bt_bencode_str(torrent_ctx* ctx, const char* name, const cha... function bt_bencode_pieces (line 346) | static void bt_bencode_pieces(torrent_ctx* ctx) function utorr_piece_length (line 381) | static size_t utorr_piece_length(uint64_t total_size) function transmission_piece_length (line 401) | static size_t transmission_piece_length(uint64_t total_size) function bt_default_piece_length (line 409) | size_t bt_default_piece_length(uint64_t total_size, int transmission) function bt_file_info_append (line 433) | static void bt_file_info_append(torrent_ctx* ctx, const char* length_name, function bt_generate_torrent (line 447) | static void bt_generate_torrent(torrent_ctx* ctx) function bt_set_options (line 558) | void bt_set_options(torrent_ctx* ctx, unsigned options) function bt_set_program_name (line 583) | int bt_set_program_name(torrent_ctx* ctx, const char* name) function bt_set_piece_length (line 595) | void bt_set_piece_length(torrent_ctx* ctx, size_t piece_length) function bt_set_total_batch_size (line 606) | void bt_set_total_batch_size(torrent_ctx* ctx, uint64_t total_size) function bt_add_announce (line 618) | int bt_add_announce(torrent_ctx* ctx, const char* announce_url) function bt_get_text (line 637) | size_t bt_get_text(torrent_ctx* ctx, char** pstr) function bt_export_str (line 654) | static void bt_export_str(char* out, const char* str, size_t length) type bt_export_header (line 662) | typedef struct bt_export_header { function bt_export (line 679) | size_t bt_export(const torrent_ctx* ctx, void* out, size_t size) function bt_import (line 793) | size_t bt_import(torrent_ctx* ctx, const void* in, size_t size) FILE: NanaZip.Codecs/RHash/torrent.h type torrent_vect (line 13) | typedef struct torrent_vect type torrent_str (line 21) | typedef struct torrent_str type torrent_ctx (line 29) | typedef struct torrent_ctx FILE: NanaZip.Codecs/RHash/tth.c function rhash_tth_init (line 27) | void rhash_tth_init(tth_ctx* ctx) function rhash_tth_process_block (line 39) | static void rhash_tth_process_block(tth_ctx* ctx) function rhash_tth_update (line 66) | void rhash_tth_update(tth_ctx* ctx, const unsigned char* msg, size_t size) function rhash_tth_final (line 94) | void rhash_tth_final(tth_ctx* ctx, unsigned char result[24]) function tth_get_stack_size (line 129) | static size_t tth_get_stack_size(uint64_t block_count) function rhash_tth_export (line 146) | size_t rhash_tth_export(const tth_ctx* ctx, void* out, size_t size) function rhash_tth_import (line 166) | size_t rhash_tth_import(tth_ctx* ctx, const void* in, size_t size) FILE: NanaZip.Codecs/RHash/tth.h type tth_ctx (line 11) | typedef struct tth_ctx FILE: NanaZip.Codecs/RHash/whirlpool.c function rhash_whirlpool_init (line 32) | void rhash_whirlpool_init(struct whirlpool_ctx* ctx) function rhash_whirlpool_process_block (line 57) | static void rhash_whirlpool_process_block(uint64_t* hash, uint64_t* p_bl... function rhash_whirlpool_update (line 136) | void rhash_whirlpool_update(whirlpool_ctx* ctx, const unsigned char* msg... function rhash_whirlpool_final (line 180) | void rhash_whirlpool_final(whirlpool_ctx* ctx, unsigned char* result) FILE: NanaZip.Codecs/RHash/whirlpool.h type whirlpool_ctx (line 13) | typedef struct whirlpool_ctx FILE: NanaZip.Codecs/ZSTDMT/brotli-mt.h type BROTLIMT_ErrorCode (line 42) | typedef enum { type BROTLIMT_Buffer (line 65) | typedef struct { type BROTLIMT_RdWr_t (line 82) | typedef struct { type BROTLIMT_CCtx (line 93) | typedef struct BROTLIMT_CCtx_s BROTLIMT_CCtx; type BROTLIMT_DCtx (line 129) | typedef struct BROTLIMT_DCtx_s BROTLIMT_DCtx; FILE: NanaZip.Codecs/ZSTDMT/brotli-mt_common.c function BROTLIMT_isError (line 24) | unsigned BROTLIMT_isError(size_t code) FILE: NanaZip.Codecs/ZSTDMT/brotli-mt_compress.c type cwork_t (line 39) | typedef struct { type writelist (line 44) | struct writelist type writelist (line 45) | struct writelist { type BROTLIMT_CCtx_s (line 51) | struct BROTLIMT_CCtx_s { function BROTLIMT_CCtx (line 96) | BROTLIMT_CCtx *BROTLIMT_createCCtx(int threads, uint64_t unpackSize, int... function mt_error (line 163) | static size_t mt_error(int rv) function pt_write (line 180) | static size_t pt_write(BROTLIMT_CCtx * ctx, struct writelist *wl) type list_head (line 223) | struct list_head type writelist (line 224) | struct writelist type writelist (line 238) | struct writelist type writelist (line 239) | struct writelist function st_compress (line 336) | static size_t st_compress(void *arg) function BROTLIMT_compressCCtx (line 448) | size_t BROTLIMT_compressCCtx(BROTLIMT_CCtx * ctx, BROTLIMT_RdWr_t * rdwr) function BROTLIMT_GetInsizeCCtx (line 507) | size_t BROTLIMT_GetInsizeCCtx(BROTLIMT_CCtx * ctx) function BROTLIMT_GetOutsizeCCtx (line 516) | size_t BROTLIMT_GetOutsizeCCtx(BROTLIMT_CCtx * ctx) function BROTLIMT_GetFramesCCtx (line 525) | size_t BROTLIMT_GetFramesCCtx(BROTLIMT_CCtx * ctx) function BROTLIMT_freeCCtx (line 533) | void BROTLIMT_freeCCtx(BROTLIMT_CCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/brotli-mt_decompress.c type cwork_t (line 38) | typedef struct { type writelist (line 44) | struct writelist type writelist (line 45) | struct writelist { type BROTLIMT_DCtx_s (line 51) | struct BROTLIMT_DCtx_s { function BROTLIMT_DCtx (line 88) | BROTLIMT_DCtx *BROTLIMT_createDCtx(int threads, int inputsize) function mt_error (line 146) | static size_t mt_error(int rv) function pt_write (line 164) | static size_t pt_write(BROTLIMT_DCtx * ctx, struct writelist *wl) function pt_read (line 191) | static size_t pt_read(BROTLIMT_DCtx * ctx, BROTLIMT_Buffer * in, size_t ... type writelist (line 296) | struct writelist type list_head (line 299) | struct list_head type writelist (line 312) | struct writelist type writelist (line 313) | struct writelist function st_decompress (line 379) | static size_t st_decompress(void *arg) function BROTLIMT_decompressDCtx (line 462) | size_t BROTLIMT_decompressDCtx(BROTLIMT_DCtx * ctx, BROTLIMT_RdWr_t * rdwr) function BROTLIMT_GetInsizeDCtx (line 553) | size_t BROTLIMT_GetInsizeDCtx(BROTLIMT_DCtx * ctx) function BROTLIMT_GetOutsizeDCtx (line 562) | size_t BROTLIMT_GetOutsizeDCtx(BROTLIMT_DCtx * ctx) function BROTLIMT_GetFramesDCtx (line 571) | size_t BROTLIMT_GetFramesDCtx(BROTLIMT_DCtx * ctx) function BROTLIMT_freeDCtx (line 579) | void BROTLIMT_freeDCtx(BROTLIMT_DCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/list.h type list_head (line 44) | struct list_head { function MEM_STATIC (line 49) | MEM_STATIC void INIT_LIST_HEAD(struct list_head *head) function list_head (line 55) | list_head *list_first(const struct list_head *head) function list_head (line 60) | list_head *list_last(const struct list_head *head) function list_head (line 65) | list_head *list_next(const struct list_head *node) function list_head (line 70) | list_head *list_prev(const struct list_head *node) function MEM_STATIC (line 75) | MEM_STATIC void __list_add_between(struct list_head *prev, function MEM_STATIC (line 84) | MEM_STATIC void list_add(struct list_head *node, struct list_head *head) function MEM_STATIC (line 89) | MEM_STATIC void list_add_tail(struct list_head *node, struct list_head *... function MEM_STATIC (line 94) | MEM_STATIC void list_del(struct list_head *entry) function MEM_STATIC (line 100) | MEM_STATIC int list_empty(const struct list_head *head) function MEM_STATIC (line 105) | MEM_STATIC void list_move(struct list_head *node, struct list_head *head) function MEM_STATIC (line 111) | MEM_STATIC void list_move_tail(struct list_head *node, struct list_head ... FILE: NanaZip.Codecs/ZSTDMT/lizard-mt.h type LIZARDMT_ErrorCode (line 41) | typedef enum { type LIZARDMT_Buffer (line 67) | typedef struct { type LIZARDMT_RdWr_t (line 84) | typedef struct { type LIZARDMT_CCtx (line 95) | typedef struct LIZARDMT_CCtx_s LIZARDMT_CCtx; type LIZARDMT_DCtx (line 131) | typedef struct LIZARDMT_DCtx_s LIZARDMT_DCtx; FILE: NanaZip.Codecs/ZSTDMT/lizard-mt_common.c function LIZARDMT_isError (line 25) | unsigned LIZARDMT_isError(size_t code) FILE: NanaZip.Codecs/ZSTDMT/lizard-mt_compress.c type cwork_t (line 39) | typedef struct { type writelist (line 45) | struct writelist type writelist (line 46) | struct writelist { type LIZARDMT_CCtx_s (line 52) | struct LIZARDMT_CCtx_s { function LIZARDMT_CCtx (line 92) | LIZARDMT_CCtx *LIZARDMT_createCCtx(int threads, int level, int inputsize) function mt_error (line 161) | static size_t mt_error(int rv) function pt_write (line 178) | static size_t pt_write(LIZARDMT_CCtx * ctx, struct writelist *wl) type list_head (line 221) | struct list_head type writelist (line 222) | struct writelist type writelist (line 237) | struct writelist type writelist (line 238) | struct writelist function LIZARDMT_compressCCtx (line 312) | size_t LIZARDMT_compressCCtx(LIZARDMT_CCtx * ctx, LIZARDMT_RdWr_t * rdwr) function LIZARDMT_GetInsizeCCtx (line 356) | size_t LIZARDMT_GetInsizeCCtx(LIZARDMT_CCtx * ctx) function LIZARDMT_GetOutsizeCCtx (line 365) | size_t LIZARDMT_GetOutsizeCCtx(LIZARDMT_CCtx * ctx) function LIZARDMT_GetFramesCCtx (line 374) | size_t LIZARDMT_GetFramesCCtx(LIZARDMT_CCtx * ctx) function LIZARDMT_freeCCtx (line 382) | void LIZARDMT_freeCCtx(LIZARDMT_CCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/lizard-mt_decompress.c type cwork_t (line 39) | typedef struct { type writelist (line 46) | struct writelist type writelist (line 47) | struct writelist { type LIZARDMT_DCtx_s (line 53) | struct LIZARDMT_DCtx_s { function LIZARDMT_DCtx (line 90) | LIZARDMT_DCtx *LIZARDMT_createDCtx(int threads, int inputsize) function mt_error (line 147) | static size_t mt_error(int rv) function pt_write (line 165) | static size_t pt_write(LIZARDMT_DCtx * ctx, struct writelist *wl) function pt_read (line 192) | static size_t pt_read(LIZARDMT_DCtx * ctx, LIZARDMT_Buffer * in, size_t ... type writelist (line 289) | struct writelist type list_head (line 292) | struct list_head type writelist (line 304) | struct writelist type writelist (line 305) | struct writelist function st_decompress (line 392) | static size_t st_decompress(void *arg) function LIZARDMT_decompressDCtx (line 486) | size_t LIZARDMT_decompressDCtx(LIZARDMT_DCtx * ctx, LIZARDMT_RdWr_t * rdwr) function LIZARDMT_GetInsizeDCtx (line 571) | size_t LIZARDMT_GetInsizeDCtx(LIZARDMT_DCtx * ctx) function LIZARDMT_GetOutsizeDCtx (line 580) | size_t LIZARDMT_GetOutsizeDCtx(LIZARDMT_DCtx * ctx) function LIZARDMT_GetFramesDCtx (line 589) | size_t LIZARDMT_GetFramesDCtx(LIZARDMT_DCtx * ctx) function LIZARDMT_freeDCtx (line 597) | void LIZARDMT_freeDCtx(LIZARDMT_DCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/lz4-mt.h type LZ4MT_ErrorCode (line 41) | typedef enum { type LZ4MT_Buffer (line 67) | typedef struct { type LZ4MT_RdWr_t (line 84) | typedef struct { type LZ4MT_CCtx (line 95) | typedef struct LZ4MT_CCtx_s LZ4MT_CCtx; type LZ4MT_DCtx (line 131) | typedef struct LZ4MT_DCtx_s LZ4MT_DCtx; FILE: NanaZip.Codecs/ZSTDMT/lz4-mt_common.c function LZ4MT_isError (line 25) | unsigned LZ4MT_isError(size_t code) FILE: NanaZip.Codecs/ZSTDMT/lz4-mt_compress.c type cwork_t (line 39) | typedef struct { type writelist (line 45) | struct writelist type writelist (line 46) | struct writelist { type LZ4MT_CCtx_s (line 52) | struct LZ4MT_CCtx_s { function LZ4MT_CCtx (line 92) | LZ4MT_CCtx *LZ4MT_createCCtx(int threads, int level, int inputsize) function mt_error (line 163) | static size_t mt_error(int rv) function pt_write (line 180) | static size_t pt_write(LZ4MT_CCtx * ctx, struct writelist *wl) type list_head (line 223) | struct list_head type writelist (line 224) | struct writelist type writelist (line 239) | struct writelist type writelist (line 240) | struct writelist function LZ4MT_compressCCtx (line 338) | size_t LZ4MT_compressCCtx(LZ4MT_CCtx * ctx, LZ4MT_RdWr_t * rdwr) function LZ4MT_GetInsizeCCtx (line 382) | size_t LZ4MT_GetInsizeCCtx(LZ4MT_CCtx * ctx) function LZ4MT_GetOutsizeCCtx (line 391) | size_t LZ4MT_GetOutsizeCCtx(LZ4MT_CCtx * ctx) function LZ4MT_GetFramesCCtx (line 400) | size_t LZ4MT_GetFramesCCtx(LZ4MT_CCtx * ctx) function LZ4MT_freeCCtx (line 408) | void LZ4MT_freeCCtx(LZ4MT_CCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/lz4-mt_decompress.c type cwork_t (line 39) | typedef struct { type writelist (line 46) | struct writelist type writelist (line 47) | struct writelist { type LZ4MT_DCtx_s (line 53) | struct LZ4MT_DCtx_s { function LZ4MT_DCtx (line 90) | LZ4MT_DCtx *LZ4MT_createDCtx(int threads, int inputsize) function mt_error (line 147) | static size_t mt_error(int rv) function pt_write (line 165) | static size_t pt_write(LZ4MT_DCtx * ctx, struct writelist *wl) function pt_read (line 192) | static size_t pt_read(LZ4MT_DCtx * ctx, LZ4MT_Buffer * in, size_t * frame) type writelist (line 289) | struct writelist type list_head (line 292) | struct list_head type writelist (line 304) | struct writelist type writelist (line 305) | struct writelist function st_decompress (line 391) | static size_t st_decompress(void *arg) function LZ4MT_decompressDCtx (line 485) | size_t LZ4MT_decompressDCtx(LZ4MT_DCtx * ctx, LZ4MT_RdWr_t * rdwr) function LZ4MT_GetInsizeDCtx (line 570) | size_t LZ4MT_GetInsizeDCtx(LZ4MT_DCtx * ctx) function LZ4MT_GetOutsizeDCtx (line 579) | size_t LZ4MT_GetOutsizeDCtx(LZ4MT_DCtx * ctx) function LZ4MT_GetFramesDCtx (line 588) | size_t LZ4MT_GetFramesDCtx(LZ4MT_DCtx * ctx) function LZ4MT_freeDCtx (line 596) | void LZ4MT_freeDCtx(LZ4MT_DCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/lz5-mt.h type LZ5MT_ErrorCode (line 41) | typedef enum { type LZ5MT_Buffer (line 67) | typedef struct { type LZ5MT_RdWr_t (line 84) | typedef struct { type LZ5MT_CCtx (line 95) | typedef struct LZ5MT_CCtx_s LZ5MT_CCtx; type LZ5MT_DCtx (line 131) | typedef struct LZ5MT_DCtx_s LZ5MT_DCtx; FILE: NanaZip.Codecs/ZSTDMT/lz5-mt_common.c function LZ5MT_isError (line 25) | unsigned LZ5MT_isError(size_t code) FILE: NanaZip.Codecs/ZSTDMT/lz5-mt_compress.c type cwork_t (line 39) | typedef struct { type writelist (line 45) | struct writelist type writelist (line 46) | struct writelist { type LZ5MT_CCtx_s (line 52) | struct LZ5MT_CCtx_s { function LZ5MT_CCtx (line 92) | LZ5MT_CCtx *LZ5MT_createCCtx(int threads, int level, int inputsize) function mt_error (line 161) | static size_t mt_error(int rv) function pt_write (line 178) | static size_t pt_write(LZ5MT_CCtx * ctx, struct writelist *wl) type list_head (line 221) | struct list_head type writelist (line 222) | struct writelist type writelist (line 237) | struct writelist type writelist (line 238) | struct writelist function LZ5MT_compressCCtx (line 312) | size_t LZ5MT_compressCCtx(LZ5MT_CCtx * ctx, LZ5MT_RdWr_t * rdwr) function LZ5MT_GetInsizeCCtx (line 356) | size_t LZ5MT_GetInsizeCCtx(LZ5MT_CCtx * ctx) function LZ5MT_GetOutsizeCCtx (line 365) | size_t LZ5MT_GetOutsizeCCtx(LZ5MT_CCtx * ctx) function LZ5MT_GetFramesCCtx (line 374) | size_t LZ5MT_GetFramesCCtx(LZ5MT_CCtx * ctx) function LZ5MT_freeCCtx (line 382) | void LZ5MT_freeCCtx(LZ5MT_CCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/lz5-mt_decompress.c type cwork_t (line 39) | typedef struct { type writelist (line 46) | struct writelist type writelist (line 47) | struct writelist { type LZ5MT_DCtx_s (line 53) | struct LZ5MT_DCtx_s { function LZ5MT_DCtx (line 90) | LZ5MT_DCtx *LZ5MT_createDCtx(int threads, int inputsize) function mt_error (line 147) | static size_t mt_error(int rv) function pt_write (line 165) | static size_t pt_write(LZ5MT_DCtx * ctx, struct writelist *wl) function pt_read (line 192) | static size_t pt_read(LZ5MT_DCtx * ctx, LZ5MT_Buffer * in, size_t * frame) type writelist (line 289) | struct writelist type list_head (line 292) | struct list_head type writelist (line 304) | struct writelist type writelist (line 305) | struct writelist function st_decompress (line 391) | static size_t st_decompress(void *arg) function LZ5MT_decompressDCtx (line 485) | size_t LZ5MT_decompressDCtx(LZ5MT_DCtx * ctx, LZ5MT_RdWr_t * rdwr) function LZ5MT_GetInsizeDCtx (line 570) | size_t LZ5MT_GetInsizeDCtx(LZ5MT_DCtx * ctx) function LZ5MT_GetOutsizeDCtx (line 579) | size_t LZ5MT_GetOutsizeDCtx(LZ5MT_DCtx * ctx) function LZ5MT_GetFramesDCtx (line 588) | size_t LZ5MT_GetFramesDCtx(LZ5MT_DCtx * ctx) function LZ5MT_freeDCtx (line 596) | void LZ5MT_freeDCtx(LZ5MT_DCtx * ctx) FILE: NanaZip.Codecs/ZSTDMT/memmt.h function MEM_STATIC (line 44) | MEM_STATIC void MEM_check(void) { MEM_STATIC_ASSERT((sizeof(size_t)==4) ... type BYTE (line 60) | typedef uint8_t BYTE; type U16 (line 61) | typedef uint16_t U16; type S16 (line 62) | typedef int16_t S16; type U32 (line 63) | typedef uint32_t U32; type S32 (line 64) | typedef int32_t S32; type U64 (line 65) | typedef uint64_t U64; type S64 (line 66) | typedef int64_t S64; type BYTE (line 68) | typedef unsigned char BYTE; type U16 (line 69) | typedef unsigned short U16; type S16 (line 70) | typedef signed short S16; type U32 (line 71) | typedef unsigned int U32; type S32 (line 72) | typedef signed int S32; type U64 (line 73) | typedef unsigned long long U64; type S64 (line 74) | typedef signed long long S64; function MEM_32bits (line 103) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; } function MEM_64bits (line 104) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; } function MEM_isLittleEndian (line 106) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 116) | MEM_STATIC U16 MEM_read16(const void* memPtr) { return *(const U16*) mem... function MEM_STATIC (line 117) | MEM_STATIC U32 MEM_read32(const void* memPtr) { return *(const U32*) mem... function MEM_STATIC (line 118) | MEM_STATIC U64 MEM_read64(const void* memPtr) { return *(const U64*) mem... function MEM_STATIC (line 119) | MEM_STATIC U64 MEM_readST(const void* memPtr) { return *(const size_t*) ... function MEM_STATIC (line 121) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { *(U16*)memPtr = v... function MEM_STATIC (line 122) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { *(U32*)memPtr = v... function MEM_STATIC (line 123) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(U64*)memPtr = v... type unalign (line 131) | typedef union { U16 u16; U32 u32; U64 u64; size_t st; } unalign; type unalign (line 134) | typedef union { U16 u16; U32 u32; U64 u64; size_t st; } __attribute__((p... function MEM_STATIC (line 137) | MEM_STATIC U16 MEM_read16(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 138) | MEM_STATIC U32 MEM_read32(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 139) | MEM_STATIC U64 MEM_read64(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 140) | MEM_STATIC U64 MEM_readST(const void* ptr) { return ((const unalign*)ptr... function MEM_STATIC (line 142) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { ((unalign*)memPtr... function MEM_STATIC (line 143) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { ((unalign*)memPtr... function MEM_STATIC (line 144) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { ((unalign*)memPtr... function MEM_STATIC (line 151) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 156) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 161) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 166) | MEM_STATIC size_t MEM_readST(const void* memPtr) function MEM_STATIC (line 171) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 176) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) function MEM_STATIC (line 181) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) function MEM_STATIC (line 188) | MEM_STATIC U32 MEM_swap32(U32 in) function MEM_STATIC (line 202) | MEM_STATIC U64 MEM_swap64(U64 in) function MEM_STATIC (line 220) | MEM_STATIC size_t MEM_swapST(size_t in) function MEM_STATIC (line 230) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 240) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 251) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 256) | MEM_STATIC void MEM_writeLE24(void* memPtr, U32 val) function MEM_STATIC (line 262) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 270) | MEM_STATIC void MEM_writeLE32(void* memPtr, U32 val32) function MEM_STATIC (line 278) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 286) | MEM_STATIC void MEM_writeLE64(void* memPtr, U64 val64) function MEM_STATIC (line 294) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) function MEM_STATIC (line 302) | MEM_STATIC void MEM_writeLEST(void* memPtr, size_t val) function MEM_STATIC (line 312) | MEM_STATIC U32 MEM_readBE32(const void* memPtr) function MEM_STATIC (line 320) | MEM_STATIC void MEM_writeBE32(void* memPtr, U32 val32) function MEM_STATIC (line 328) | MEM_STATIC U64 MEM_readBE64(const void* memPtr) function MEM_STATIC (line 336) | MEM_STATIC void MEM_writeBE64(void* memPtr, U64 val64) function MEM_STATIC (line 344) | MEM_STATIC size_t MEM_readBEST(const void* memPtr) function MEM_STATIC (line 352) | MEM_STATIC void MEM_writeBEST(void* memPtr, size_t val) function MEM_STATIC (line 362) | MEM_STATIC U32 MEM_readMINMATCH(const void* memPtr, U32 length) FILE: NanaZip.Codecs/ZSTDMT/threading.h type pthread_t (line 41) | typedef struct { FILE: NanaZip.Codecs/ZSTDMT/zstd-mt_threading.c function worker (line 30) | static unsigned __stdcall worker(void *arg) function pthread_create (line 37) | int function _pthread_join (line 53) | int _pthread_join(pthread_t * thread, void **value_ptr) FILE: NanaZip.Codecs/Zstandard/common/allocations.h function MEM_STATIC (line 26) | MEM_STATIC void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) function MEM_STATIC (line 33) | MEM_STATIC void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) function MEM_STATIC (line 45) | MEM_STATIC void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) FILE: NanaZip.Codecs/Zstandard/common/bits.h function ZSTD_countTrailingZeros32_fallback (line 16) | MEM_STATIC unsigned ZSTD_countTrailingZeros32_fallback(U32 val) function ZSTD_countTrailingZeros32 (line 28) | MEM_STATIC unsigned ZSTD_countTrailingZeros32(U32 val) function ZSTD_countLeadingZeros32_fallback (line 52) | MEM_STATIC unsigned ZSTD_countLeadingZeros32_fallback(U32 val) function ZSTD_countLeadingZeros32 (line 69) | MEM_STATIC unsigned ZSTD_countLeadingZeros32(U32 val) function ZSTD_countTrailingZeros64 (line 93) | MEM_STATIC unsigned ZSTD_countTrailingZeros64(U64 val) function ZSTD_countLeadingZeros64 (line 125) | MEM_STATIC unsigned ZSTD_countLeadingZeros64(U64 val) function ZSTD_NbCommonBytes (line 157) | MEM_STATIC unsigned ZSTD_NbCommonBytes(size_t val) function ZSTD_highbit32 (line 174) | MEM_STATIC unsigned ZSTD_highbit32(U32 val) /* compress, dictBuilder, ... function MEM_STATIC (line 184) | MEM_STATIC function MEM_STATIC (line 191) | MEM_STATIC function MEM_STATIC (line 198) | MEM_STATIC FILE: NanaZip.Codecs/Zstandard/common/bitstream.h type BitContainerType (line 51) | typedef size_t BitContainerType; type BIT_CStream_t (line 56) | typedef struct { type BIT_DStream_t (line 90) | typedef struct { type BIT_DStream_status (line 98) | typedef enum { BIT_DStream_unfinished = 0, /* fully refilled */ function MEM_STATIC (line 150) | MEM_STATIC size_t BIT_initCStream(BIT_CStream_t* bitC, function FORCE_INLINE_TEMPLATE (line 162) | FORCE_INLINE_TEMPLATE BitContainerType BIT_getLowerBits(BitContainerType... function MEM_STATIC (line 180) | MEM_STATIC void BIT_addBits(BIT_CStream_t* bitC, function MEM_STATIC (line 193) | MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, function MEM_STATIC (line 205) | MEM_STATIC void BIT_flushBitsFast(BIT_CStream_t* bitC) function MEM_STATIC (line 221) | MEM_STATIC void BIT_flushBits(BIT_CStream_t* bitC) function MEM_STATIC (line 236) | MEM_STATIC size_t BIT_closeCStream(BIT_CStream_t* bitC) function MEM_STATIC (line 254) | MEM_STATIC size_t BIT_initDStream(BIT_DStream_t* bitD, const void* srcBu... function FORCE_INLINE_TEMPLATE (line 302) | FORCE_INLINE_TEMPLATE BitContainerType BIT_getUpperBits(BitContainerType... function FORCE_INLINE_TEMPLATE (line 307) | FORCE_INLINE_TEMPLATE BitContainerType BIT_getMiddleBits(BitContainerTyp... function FORCE_INLINE_TEMPLATE (line 330) | FORCE_INLINE_TEMPLATE BitContainerType BIT_lookBits(const BIT_DStream_t*... function MEM_STATIC (line 346) | MEM_STATIC BitContainerType BIT_lookBitsFast(const BIT_DStream_t* bitD, ... function FORCE_INLINE_TEMPLATE (line 353) | FORCE_INLINE_TEMPLATE void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) function FORCE_INLINE_TEMPLATE (line 362) | FORCE_INLINE_TEMPLATE BitContainerType BIT_readBits(BIT_DStream_t* bitD,... function MEM_STATIC (line 371) | MEM_STATIC BitContainerType BIT_readBitsFast(BIT_DStream_t* bitD, unsign... function MEM_STATIC (line 384) | MEM_STATIC BIT_DStream_status BIT_reloadDStream_internal(BIT_DStream_t* ... function MEM_STATIC (line 400) | MEM_STATIC BIT_DStream_status BIT_reloadDStreamFast(BIT_DStream_t* bitD) function FORCE_INLINE_TEMPLATE (line 412) | FORCE_INLINE_TEMPLATE BIT_DStream_status BIT_reloadDStream(BIT_DStream_t... function BIT_endOfDStream (line 449) | MEM_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t* DStream) FILE: NanaZip.Codecs/Zstandard/common/compiler.h function MEM_STATIC (line 274) | MEM_STATIC int ZSTD_isPower2(size_t u) { function ZSTD_wrappedPtrDiff (line 348) | ptrdiff_t ZSTD_wrappedPtrDiff(unsigned char const* lhs, unsigned char co... FILE: NanaZip.Codecs/Zstandard/common/cpu.h type ZSTD_cpuid_t (line 25) | typedef struct { function ZSTD_cpuid (line 32) | ZSTD_cpuid(void) { FILE: NanaZip.Codecs/Zstandard/common/entropy_common.c function FSE_versionNumber (line 27) | unsigned FSE_versionNumber(void) { return FSE_VERSION_NUMBER; } function FSE_isError (line 31) | unsigned FSE_isError(size_t code) { return ERR_isError(code); } function HUF_isError (line 34) | unsigned HUF_isError(size_t code) { return ERR_isError(code); } function FORCE_INLINE_TEMPLATE (line 41) | FORCE_INLINE_TEMPLATE function FSE_readNCount_body_default (line 190) | static size_t FSE_readNCount_body_default( function BMI2_TARGET_ATTRIBUTE (line 198) | BMI2_TARGET_ATTRIBUTE static size_t FSE_readNCount_body_bmi2( function FSE_readNCount_bmi2 (line 206) | size_t FSE_readNCount_bmi2( function FSE_readNCount (line 219) | size_t FSE_readNCount( function HUF_readStats (line 234) | size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankStats, function FORCE_INLINE_TEMPLATE (line 242) | FORCE_INLINE_TEMPLATE size_t function HUF_readStats_body_default (line 309) | static size_t HUF_readStats_body_default(BYTE* huffWeight, size_t hwSize... function BMI2_TARGET_ATTRIBUTE (line 318) | static BMI2_TARGET_ATTRIBUTE size_t HUF_readStats_body_bmi2(BYTE* huffWe... function HUF_readStats_wksp (line 327) | size_t HUF_readStats_wksp(BYTE* huffWeight, size_t hwSize, U32* rankStats, FILE: NanaZip.Codecs/Zstandard/common/error_private.h type ZSTD_ErrorCode (line 41) | typedef ZSTD_ErrorCode ERR_enum; function ERR_isError (line 52) | ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxC... function ERR_STATIC (line 54) | ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(cod... function ERR_STATIC (line 72) | ERR_STATIC const char* ERR_getErrorName(size_t code) function _force_has_format_string (line 87) | void _force_has_format_string(const char *format, ...) { FILE: NanaZip.Codecs/Zstandard/common/fse.h type FSE_CTable (line 118) | typedef unsigned FSE_CTable; type FSE_DTable (line 194) | typedef unsigned FSE_DTable; type FSE_repeat (line 278) | typedef enum { type FSE_CState_t (line 291) | typedef struct { type FSE_DState_t (line 351) | typedef struct { type FSE_symbolCompressionTransform (line 423) | typedef struct { function MEM_STATIC (line 428) | MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable*... function MEM_STATIC (line 443) | MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable... function MEM_STATIC (line 454) | MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* stat... function MEM_STATIC (line 463) | MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t*... function MEM_STATIC (line 475) | MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) function MEM_STATIC (line 485) | MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 sy... type FSE_DTableHeader (line 505) | typedef struct { type FSE_decode_t (line 510) | typedef struct function MEM_STATIC (line 517) | MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* b... function MEM_STATIC (line 526) | MEM_STATIC BYTE FSE_peekSymbol(const FSE_DState_t* DStatePtr) function MEM_STATIC (line 532) | MEM_STATIC void FSE_updateState(FSE_DState_t* DStatePtr, BIT_DStream_t* ... function MEM_STATIC (line 540) | MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t*... function MEM_STATIC (line 553) | MEM_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStrea... function FSE_endOfDState (line 564) | MEM_STATIC unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) FILE: NanaZip.Codecs/Zstandard/common/fse_decompress.c function FSE_buildDTable_internal (line 58) | static size_t FSE_buildDTable_internal(FSE_DTable* dt, const short* norm... function FSE_buildDTable_wksp (line 161) | size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCount... function FORCE_INLINE_TEMPLATE (line 173) | FORCE_INLINE_TEMPLATE size_t FSE_decompress_usingDTable_generic( type FSE_DecompressWksp (line 238) | typedef struct { function FORCE_INLINE_TEMPLATE (line 243) | FORCE_INLINE_TEMPLATE size_t FSE_decompress_wksp_body( function FSE_decompress_wksp_body_default (line 292) | static size_t FSE_decompress_wksp_body_default(void* dst, size_t dstCapa... function BMI2_TARGET_ATTRIBUTE (line 298) | BMI2_TARGET_ATTRIBUTE static size_t FSE_decompress_wksp_body_bmi2(void* ... function FSE_decompress_wksp_bmi2 (line 304) | size_t FSE_decompress_wksp_bmi2(void* dst, size_t dstCapacity, const voi... FILE: NanaZip.Codecs/Zstandard/common/huf.h type HUF_CElt (line 57) | typedef size_t HUF_CElt; type U32 (line 64) | typedef U32 HUF_DTable; type HUF_flags_e (line 80) | typedef enum { type HUF_repeat (line 139) | typedef enum { type HUF_CTableHeader (line 200) | typedef struct { FILE: NanaZip.Codecs/Zstandard/common/mem.h type BYTE (line 42) | typedef uint8_t BYTE; type U8 (line 43) | typedef uint8_t U8; type S8 (line 44) | typedef int8_t S8; type U16 (line 45) | typedef uint16_t U16; type S16 (line 46) | typedef int16_t S16; type U32 (line 47) | typedef uint32_t U32; type S32 (line 48) | typedef int32_t S32; type U64 (line 49) | typedef uint64_t U64; type S64 (line 50) | typedef int64_t S64; type BYTE (line 56) | typedef unsigned char BYTE; type U8 (line 57) | typedef unsigned char U8; type S8 (line 58) | typedef signed char S8; type U16 (line 62) | typedef unsigned short U16; type S16 (line 63) | typedef signed short S16; type U32 (line 67) | typedef unsigned int U32; type S32 (line 68) | typedef signed int S32; type U64 (line 71) | typedef unsigned long long U64; type S64 (line 72) | typedef signed long long S64; function MEM_32bits (line 137) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; } function MEM_64bits (line 138) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; } function MEM_isLittleEndian (line 140) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 166) | MEM_STATIC U16 MEM_read16(const void* memPtr) { return *(const U16*) mem... function MEM_STATIC (line 167) | MEM_STATIC U32 MEM_read32(const void* memPtr) { return *(const U32*) mem... function MEM_STATIC (line 168) | MEM_STATIC U64 MEM_read64(const void* memPtr) { return *(const U64*) mem... function MEM_STATIC (line 169) | MEM_STATIC size_t MEM_readST(const void* memPtr) { return *(const size_t... function MEM_STATIC (line 171) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { *(U16*)memPtr = v... function MEM_STATIC (line 172) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { *(U32*)memPtr = v... function MEM_STATIC (line 173) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(U64*)memPtr = v... type __attribute__ (line 177) | typedef __attribute__((aligned(1))) type __attribute__ (line 178) | typedef __attribute__((aligned(1))) type __attribute__ (line 179) | typedef __attribute__((aligned(1))) type __attribute__ (line 180) | typedef __attribute__((aligned(1))) function MEM_STATIC (line 182) | MEM_STATIC U16 MEM_read16(const void* ptr) { return *(const unalign16*)p... function MEM_STATIC (line 183) | MEM_STATIC U32 MEM_read32(const void* ptr) { return *(const unalign32*)p... function MEM_STATIC (line 184) | MEM_STATIC U64 MEM_read64(const void* ptr) { return *(const unalign64*)p... function MEM_STATIC (line 185) | MEM_STATIC size_t MEM_readST(const void* ptr) { return *(const unalignAr... function MEM_STATIC (line 187) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { *(unalign16*)memP... function MEM_STATIC (line 188) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { *(unalign32*)memP... function MEM_STATIC (line 189) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(unalign64*)memP... function MEM_STATIC (line 196) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 201) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 206) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 211) | MEM_STATIC size_t MEM_readST(const void* memPtr) function MEM_STATIC (line 216) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 221) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) function MEM_STATIC (line 226) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) function MEM_STATIC (line 233) | MEM_STATIC U32 MEM_swap32_fallback(U32 in) function MEM_STATIC (line 241) | MEM_STATIC U32 MEM_swap32(U32 in) function MEM_STATIC (line 255) | MEM_STATIC U64 MEM_swap64_fallback(U64 in) function MEM_STATIC (line 267) | MEM_STATIC U64 MEM_swap64(U64 in) function MEM_STATIC (line 279) | MEM_STATIC size_t MEM_swapST(size_t in) function MEM_STATIC (line 289) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 299) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 310) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 315) | MEM_STATIC void MEM_writeLE24(void* memPtr, U32 val) function MEM_STATIC (line 321) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 329) | MEM_STATIC void MEM_writeLE32(void* memPtr, U32 val32) function MEM_STATIC (line 337) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 345) | MEM_STATIC void MEM_writeLE64(void* memPtr, U64 val64) function MEM_STATIC (line 353) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) function MEM_STATIC (line 361) | MEM_STATIC void MEM_writeLEST(void* memPtr, size_t val) function MEM_STATIC (line 371) | MEM_STATIC U32 MEM_readBE32(const void* memPtr) function MEM_STATIC (line 379) | MEM_STATIC void MEM_writeBE32(void* memPtr, U32 val32) function MEM_STATIC (line 387) | MEM_STATIC U64 MEM_readBE64(const void* memPtr) function MEM_STATIC (line 395) | MEM_STATIC void MEM_writeBE64(void* memPtr, U64 val64) function MEM_STATIC (line 403) | MEM_STATIC size_t MEM_readBEST(const void* memPtr) function MEM_STATIC (line 411) | MEM_STATIC void MEM_writeBEST(void* memPtr, size_t val) function MEM_STATIC (line 420) | MEM_STATIC void MEM_check(void) { DEBUG_STATIC_ASSERT((sizeof(size_t)==4... FILE: NanaZip.Codecs/Zstandard/common/pool.c type POOL_job (line 29) | typedef struct POOL_job_s { type POOL_ctx_s (line 34) | struct POOL_ctx_s { function POOL_ctx (line 107) | POOL_ctx* ZSTD_createThreadPool(size_t numThreads) { function POOL_ctx (line 111) | POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { function POOL_ctx (line 115) | POOL_ctx* POOL_create_advanced(size_t numThreads, size_t queueSize, function POOL_join (line 165) | static void POOL_join(POOL_ctx* ctx) { function POOL_free (line 180) | void POOL_free(POOL_ctx *ctx) { function POOL_joinJobs (line 194) | void POOL_joinJobs(POOL_ctx* ctx) { function ZSTD_freeThreadPool (line 202) | void ZSTD_freeThreadPool (ZSTD_threadPool* pool) { function POOL_sizeof (line 206) | size_t POOL_sizeof(const POOL_ctx* ctx) { function POOL_resize_internal (line 215) | static int POOL_resize_internal(POOL_ctx* ctx, size_t numThreads) function POOL_resize (line 244) | int POOL_resize(POOL_ctx* ctx, size_t numThreads) function isQueueFull (line 261) | static int isQueueFull(POOL_ctx const* ctx) { function POOL_add_internal (line 271) | static void function POOL_add (line 286) | void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) function POOL_tryAdd (line 299) | int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) type POOL_ctx_s (line 321) | struct POOL_ctx_s { function POOL_ctx (line 326) | POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { function POOL_ctx (line 330) | POOL_ctx* function POOL_free (line 339) | void POOL_free(POOL_ctx* ctx) { function POOL_joinJobs (line 344) | void POOL_joinJobs(POOL_ctx* ctx){ function POOL_resize (line 349) | int POOL_resize(POOL_ctx* ctx, size_t numThreads) { function POOL_add (line 354) | void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { function POOL_tryAdd (line 359) | int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { function POOL_sizeof (line 365) | size_t POOL_sizeof(const POOL_ctx* ctx) { FILE: NanaZip.Codecs/Zstandard/common/pool.h type POOL_ctx (line 19) | typedef struct POOL_ctx_s POOL_ctx; FILE: NanaZip.Codecs/Zstandard/common/threading.c type ZSTD_thread_params_t (line 37) | typedef struct { function worker (line 45) | static unsigned __stdcall worker(void *arg) function ZSTD_pthread_create (line 70) | int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, function ZSTD_pthread_join (line 114) | int ZSTD_pthread_join(ZSTD_pthread_t thread) function ZSTD_pthread_mutex_init (line 140) | int ZSTD_pthread_mutex_init(ZSTD_pthread_mutex_t* mutex, pthread_mutexat... function ZSTD_pthread_mutex_destroy (line 149) | int ZSTD_pthread_mutex_destroy(ZSTD_pthread_mutex_t* mutex) function ZSTD_pthread_cond_init (line 161) | int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t... function ZSTD_pthread_cond_destroy (line 170) | int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) FILE: NanaZip.Codecs/Zstandard/common/threading.h type HANDLE (line 60) | typedef HANDLE ZSTD_pthread_t; type ZSTD_pthread_mutex_t (line 124) | typedef int ZSTD_pthread_mutex_t; type ZSTD_pthread_cond_t (line 130) | typedef int ZSTD_pthread_cond_t; FILE: NanaZip.Codecs/Zstandard/common/zstd_common.c function ZSTD_versionNumber (line 24) | unsigned ZSTD_versionNumber(void) { return ZSTD_VERSION_NUMBER; } function ZSTD_isError (line 36) | unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } function ZSTD_ErrorCode (line 44) | ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(... FILE: NanaZip.Codecs/Zstandard/common/zstd_internal.h type blockType_e (line 86) | typedef enum { bt_raw, bt_rle, bt_compressed, bt_reserved } blockType_e; type SymbolEncodingType_e (line 94) | typedef enum { set_basic, set_rle, set_compressed, set_repeat } SymbolEn... function ZSTD_copy8 (line 170) | static void ZSTD_copy8(void* dst, const void* src) { function ZSTD_copy16 (line 183) | static void ZSTD_copy16(void* dst, const void* src) { type ZSTD_overlap_e (line 202) | typedef enum { function ZSTD_wildcopy (line 216) | void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_ov... function MEM_STATIC (line 248) | MEM_STATIC size_t ZSTD_limitCopy(void* dst, size_t dstCapacity, const vo... type ZSTD_bufferMode_e (line 268) | typedef enum { type ZSTD_frameSizeInfo (line 284) | typedef struct { type blockProperties_t (line 297) | typedef struct { function MEM_STATIC (line 318) | MEM_STATIC int ZSTD_cpuSupportsBmi2(void) FILE: NanaZip.Codecs/Zstandard/common/zstd_trace.h type ZSTD_CCtx_s (line 47) | struct ZSTD_CCtx_s type ZSTD_DCtx_s (line 48) | struct ZSTD_DCtx_s type ZSTD_CCtx_params_s (line 49) | struct ZSTD_CCtx_params_s type ZSTD_Trace (line 51) | typedef struct { type ZSTD_TraceCtx (line 114) | typedef unsigned long long ZSTD_TraceCtx; type ZSTD_CCtx_s (line 124) | struct ZSTD_CCtx_s type ZSTD_DCtx_s (line 143) | struct ZSTD_DCtx_s FILE: NanaZip.Codecs/Zstandard/compress/fse_compress.c function FSE_buildCTable_wksp (line 68) | size_t FSE_buildCTable_wksp(FSE_CTable* ct, function FSE_NCountWriteBound (line 223) | size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) function FSE_writeNCount_generic (line 233) | static size_t function FSE_writeNCount (line 330) | size_t FSE_writeNCount (void* buffer, size_t bufferSize, function FSE_minTableLog (line 348) | static unsigned FSE_minTableLog(size_t srcSize, unsigned maxSymbolValue) function FSE_optimalTableLog_internal (line 357) | unsigned FSE_optimalTableLog_internal(unsigned maxTableLog, size_t srcSi... function FSE_optimalTableLog (line 371) | unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsig... function FSE_normalizeM2 (line 379) | static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned*... function FSE_normalizeCount (line 465) | size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, function FSE_buildCTable_rle (line 528) | size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) function FSE_compress_usingCTable_generic (line 551) | static size_t FSE_compress_usingCTable_generic (void* dst, size_t dstSize, function FSE_compress_usingCTable (line 610) | size_t FSE_compress_usingCTable (void* dst, size_t dstSize, function FSE_compressBound (line 623) | size_t FSE_compressBound(size_t size) { return FSE_COMPRESSBOUND(size); } FILE: NanaZip.Codecs/Zstandard/compress/hist.c function HIST_isError (line 24) | unsigned HIST_isError(size_t code) { return ERR_isError(code); } function HIST_add (line 29) | void HIST_add(unsigned* count, const void* src, size_t srcSize) function HIST_count_simple (line 39) | unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr, type HIST_checkInput_e (line 66) | typedef enum { trustInput, checkMaxSymbolValue } HIST_checkInput_e; function HIST_count_parallel_wksp (line 76) | static size_t HIST_count_parallel_wksp( function HIST_countFast_wksp (line 150) | size_t HIST_countFast_wksp(unsigned* count, unsigned* maxSymbolValuePtr, function HIST_count_wksp (line 164) | size_t HIST_count_wksp(unsigned* count, unsigned* maxSymbolValuePtr, function HIST_countFast (line 178) | size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr, function HIST_count (line 185) | size_t HIST_count(unsigned* count, unsigned* maxSymbolValuePtr, FILE: NanaZip.Codecs/Zstandard/compress/huf_compress.c type nodeElt (line 47) | typedef struct nodeElt_s { function showU32 (line 61) | static size_t showU32(const U32* arr, size_t size) function showCTableBits (line 73) | static size_t showCTableBits(const HUF_CElt* ctable, size_t size) function showHNodeSymbols (line 84) | static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) function showHNodeBits (line 94) | static size_t showHNodeBits(const nodeElt* hnode, size_t size) type HUF_CompressWeightsWksp (line 139) | typedef struct { function HUF_compressWeights (line 146) | static size_t function HUF_getNbBits (line 188) | static size_t HUF_getNbBits(HUF_CElt elt) function HUF_getNbBitsFast (line 193) | static size_t HUF_getNbBitsFast(HUF_CElt elt) function HUF_getValue (line 198) | static size_t HUF_getValue(HUF_CElt elt) function HUF_getValueFast (line 203) | static size_t HUF_getValueFast(HUF_CElt elt) function HUF_setNbBits (line 208) | static void HUF_setNbBits(HUF_CElt* elt, size_t nbBits) function HUF_setValue (line 214) | static void HUF_setValue(HUF_CElt* elt, size_t value) function HUF_CTableHeader (line 223) | HUF_CTableHeader HUF_readCTableHeader(HUF_CElt const* ctable) function HUF_writeCTableHeader (line 230) | static void HUF_writeCTableHeader(HUF_CElt* ctable, U32 tableLog, U32 ma... type HUF_WriteCTableWksp (line 242) | typedef struct { function HUF_writeCTable_wksp (line 248) | size_t HUF_writeCTable_wksp(void* dst, size_t maxDstSize, function HUF_readCTable (line 292) | size_t HUF_readCTable (HUF_CElt* CTable, unsigned* maxSymbolValuePtr, co... function U32 (line 345) | U32 HUF_getNbBitsFromCTable(HUF_CElt const* CTable, U32 symbolValue) function U32 (line 376) | static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 targ... type rankPos (line 500) | typedef struct { type nodeElt (line 505) | typedef nodeElt huffNodeTable[2 * (HUF_SYMBOLVALUE_MAX + 1)]; type HUF_buildCTable_wksp_tables (line 510) | typedef struct { function U32 (line 530) | static U32 HUF_getIndex(U32 const count) { function HUF_swapNodes (line 537) | static void HUF_swapNodes(nodeElt* a, nodeElt* b) { function MEM_STATIC (line 544) | MEM_STATIC int HUF_isSorted(nodeElt huffNode[], U32 const maxSymbolValue... function HINT_INLINE (line 555) | HINT_INLINE void HUF_insertionSort(nodeElt huffNode[], int const low, in... function HUF_quickSortPartition (line 571) | static int HUF_quickSortPartition(nodeElt arr[], int const low, int cons... function HUF_simpleQuickSort (line 591) | static void HUF_simpleQuickSort(nodeElt arr[], int low, int high) { function HUF_sort (line 620) | static void HUF_sort(nodeElt huffNode[], const unsigned count[], U32 con... function HUF_buildTree (line 681) | static int HUF_buildTree(nodeElt* huffNode, U32 maxSymbolValue) function HUF_buildCTableFromTree (line 730) | static void HUF_buildCTableFromTree(HUF_CElt* CTable, nodeElt const* huf... function HUF_buildCTable_wksp (line 755) | size_t function HUF_estimateCompressedSize (line 793) | size_t HUF_estimateCompressedSize(const HUF_CElt* CTable, const unsigned... function HUF_validateCTable (line 804) | int HUF_validateCTable(const HUF_CElt* CTable, const unsigned* count, un... function HUF_compressBound (line 821) | size_t HUF_compressBound(size_t size) { return HUF_COMPRESSBOUND(size); } type HUF_CStream_t (line 843) | typedef struct { function HUF_initCStream (line 856) | static size_t HUF_initCStream(HUF_CStream_t* bitC, function FORCE_INLINE_TEMPLATE (line 877) | FORCE_INLINE_TEMPLATE void HUF_addBits(HUF_CStream_t* bitC, HUF_CElt elt... function FORCE_INLINE_TEMPLATE (line 911) | FORCE_INLINE_TEMPLATE void HUF_zeroIndex1(HUF_CStream_t* bitC) function FORCE_INLINE_TEMPLATE (line 921) | FORCE_INLINE_TEMPLATE void HUF_mergeIndex1(HUF_CStream_t* bitC) function FORCE_INLINE_TEMPLATE (line 937) | FORCE_INLINE_TEMPLATE void HUF_flushBits(HUF_CStream_t* bitC, int kFast) function HUF_CElt (line 962) | static HUF_CElt HUF_endMark(void) function HUF_closeCStream (line 973) | static size_t HUF_closeCStream(HUF_CStream_t* bitC) function FORCE_INLINE_TEMPLATE (line 984) | FORCE_INLINE_TEMPLATE void function FORCE_INLINE_TEMPLATE (line 990) | FORCE_INLINE_TEMPLATE void function HUF_tightCompressBound (line 1049) | static size_t HUF_tightCompressBound(size_t srcSize, size_t tableLog) function FORCE_INLINE_TEMPLATE (line 1055) | FORCE_INLINE_TEMPLATE size_t function BMI2_TARGET_ATTRIBUTE (line 1122) | static BMI2_TARGET_ATTRIBUTE size_t function HUF_compress1X_usingCTable_internal_default (line 1130) | static size_t function HUF_compress1X_usingCTable_internal (line 1138) | static size_t function HUF_compress1X_usingCTable_internal (line 1151) | static size_t function HUF_compress1X_usingCTable (line 1162) | size_t HUF_compress1X_usingCTable(void* dst, size_t dstSize, const void*... function HUF_compress4X_usingCTable_internal (line 1167) | static size_t function HUF_compress4X_usingCTable (line 1217) | size_t HUF_compress4X_usingCTable(void* dst, size_t dstSize, const void*... type HUF_nbStreams_e (line 1222) | typedef enum { HUF_singleStream, HUF_fourStreams } HUF_nbStreams_e; function HUF_compressCTable_internal (line 1224) | static size_t HUF_compressCTable_internal( type HUF_compress_tables_t (line 1241) | typedef struct { function HUF_cardinality (line 1254) | unsigned HUF_cardinality(const unsigned* count, unsigned maxSymbolValue) function HUF_minTableLog (line 1266) | unsigned HUF_minTableLog(unsigned symbolCardinality) function HUF_optimalTableLog (line 1272) | unsigned HUF_optimalTableLog( function HUF_compress_internal (line 1332) | static size_t function HUF_compress1X_repeat (line 1436) | size_t HUF_compress1X_repeat (void* dst, size_t dstSize, function HUF_compress4X_repeat (line 1453) | size_t HUF_compress4X_repeat (void* dst, size_t dstSize, FILE: NanaZip.Codecs/Zstandard/compress/zstd_compress.c function ZSTD_compressBound (line 70) | size_t ZSTD_compressBound(size_t srcSize) { type ZSTD_CDict_s (line 80) | struct ZSTD_CDict_s { function ZSTD_CCtx (line 97) | ZSTD_CCtx* ZSTD_createCCtx(void) function ZSTD_initCCtx (line 102) | static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) function ZSTD_CCtx (line 114) | ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) function ZSTD_CCtx (line 126) | ZSTD_CCtx* ZSTD_initStaticCCtx(void* workspace, size_t workspaceSize) function ZSTD_clearAllDicts (line 154) | static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) function ZSTD_sizeof_localDict (line 163) | static size_t ZSTD_sizeof_localDict(ZSTD_localDict dict) function ZSTD_freeCCtxContent (line 170) | static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) function ZSTD_freeCCtx (line 181) | size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) function ZSTD_sizeof_mtctx (line 195) | static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) function ZSTD_sizeof_CCtx (line 206) | size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) function ZSTD_sizeof_CStream (line 216) | size_t ZSTD_sizeof_CStream(const ZSTD_CStream* zcs) function SeqStore_t (line 222) | const SeqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx) { return &(ctx-... function ZSTD_rowMatchFinderSupported (line 225) | static int ZSTD_rowMatchFinderSupported(const ZSTD_strategy strategy) { function ZSTD_rowMatchFinderUsed (line 232) | static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const Z... function ZSTD_ParamSwitch_e (line 238) | static ZSTD_ParamSwitch_e ZSTD_resolveRowMatchFinderMode(ZSTD_ParamSwitc... function ZSTD_ParamSwitch_e (line 248) | static ZSTD_ParamSwitch_e ZSTD_resolveBlockSplitterMode(ZSTD_ParamSwitch... function ZSTD_allocateChainTable (line 255) | static int ZSTD_allocateChainTable(const ZSTD_strategy strategy, function ZSTD_ParamSwitch_e (line 269) | static ZSTD_ParamSwitch_e ZSTD_resolveEnableLdm(ZSTD_ParamSwitch_e mode, function ZSTD_resolveExternalSequenceValidation (line 275) | static int ZSTD_resolveExternalSequenceValidation(int mode) { function ZSTD_resolveMaxBlockSize (line 280) | static size_t ZSTD_resolveMaxBlockSize(size_t maxBlockSize) { function ZSTD_ParamSwitch_e (line 288) | static ZSTD_ParamSwitch_e ZSTD_resolveExternalRepcodeSearch(ZSTD_ParamSw... function ZSTD_CDictIndicesAreTagged (line 299) | static int ZSTD_CDictIndicesAreTagged(const ZSTD_compressionParameters* ... function ZSTD_CCtx_params (line 303) | static ZSTD_CCtx_params ZSTD_makeCCtxParamsFromCParams( function ZSTD_CCtx_params (line 328) | static ZSTD_CCtx_params* ZSTD_createCCtxParams_advanced( function ZSTD_CCtx_params (line 341) | ZSTD_CCtx_params* ZSTD_createCCtxParams(void) function ZSTD_freeCCtxParams (line 346) | size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params) function ZSTD_CCtxParams_reset (line 353) | size_t ZSTD_CCtxParams_reset(ZSTD_CCtx_params* params) function ZSTD_CCtxParams_init (line 358) | size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressio... function ZSTD_CCtxParams_init_internal (line 372) | static void function ZSTD_CCtxParams_init_advanced (line 395) | size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_... function ZSTD_CCtxParams_setZstdParams (line 407) | static void ZSTD_CCtxParams_setZstdParams( function ZSTD_bounds (line 419) | ZSTD_bounds ZSTD_cParam_getBounds(ZSTD_cParameter param) function ZSTD_cParam_clampBounds (line 642) | static size_t ZSTD_cParam_clampBounds(ZSTD_cParameter cParam, int* value) function ZSTD_isUpdateAuthorized (line 658) | static int ZSTD_isUpdateAuthorized(ZSTD_cParameter param) function ZSTD_CCtx_setParameter (line 708) | size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, in... function ZSTD_CCtxParams_setParameter (line 770) | size_t ZSTD_CCtxParams_setParameter(ZSTD_CCtx_params* CCtxParams, function ZSTD_CCtx_getParameter (line 1023) | size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter par... function ZSTD_CCtxParams_getParameter (line 1028) | size_t ZSTD_CCtxParams_getParameter( function ZSTD_CCtx_setParametersUsingCCtxParams (line 1178) | size_t ZSTD_CCtx_setParametersUsingCCtxParams( function ZSTD_CCtx_setCParams (line 1192) | size_t ZSTD_CCtx_setCParams(ZSTD_CCtx* cctx, ZSTD_compressionParameters ... function ZSTD_CCtx_setFParams (line 1208) | size_t ZSTD_CCtx_setFParams(ZSTD_CCtx* cctx, ZSTD_frameParameters fparams) function ZSTD_CCtx_setParams (line 1218) | size_t ZSTD_CCtx_setParams(ZSTD_CCtx* cctx, ZSTD_parameters params) function ZSTD_CCtx_setPledgedSrcSize (line 1230) | size_t ZSTD_CCtx_setPledgedSrcSize(ZSTD_CCtx* cctx, unsigned long long p... function ZSTD_initLocalDict (line 1252) | static size_t ZSTD_initLocalDict(ZSTD_CCtx* cctx) function ZSTD_CCtx_loadDictionary_advanced (line 1283) | size_t ZSTD_CCtx_loadDictionary_advanced( function ZSTD_CCtx_loadDictionary_byReference (line 1314) | size_t ZSTD_CCtx_loadDictionary_byReference( function ZSTD_CCtx_loadDictionary (line 1321) | size_t ZSTD_CCtx_loadDictionary(ZSTD_CCtx* cctx, const void* dict, size_... function ZSTD_CCtx_refCDict (line 1328) | size_t ZSTD_CCtx_refCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* cdict) function ZSTD_CCtx_refThreadPool (line 1338) | size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool) function ZSTD_CCtx_refPrefix (line 1346) | size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx, const void* prefix, size_t p... function ZSTD_CCtx_refPrefix_advanced (line 1351) | size_t ZSTD_CCtx_refPrefix_advanced( function ZSTD_CCtx_reset (line 1367) | size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset) function ZSTD_checkCParams (line 1388) | size_t ZSTD_checkCParams(ZSTD_compressionParameters cParams) function ZSTD_compressionParameters (line 1403) | static ZSTD_compressionParameters function U32 (line 1425) | U32 ZSTD_cycleLog(U32 hashLog, ZSTD_strategy strat) function U32 (line 1439) | static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) function ZSTD_compressionParameters (line 1472) | static ZSTD_compressionParameters function ZSTD_compressionParameters (line 1611) | ZSTD_compressionParameters function ZSTD_overrideCParams (line 1624) | static void ZSTD_overrideCParams( function ZSTD_compressionParameters (line 1637) | ZSTD_compressionParameters ZSTD_getCParamsFromCCtxParams( function ZSTD_sizeof_matchState (line 1653) | static size_t function ZSTD_maxNbSeq (line 1697) | static size_t ZSTD_maxNbSeq(size_t blockSize, unsigned minMatch, int use... function ZSTD_estimateCCtxSize_usingCCtxParams_internal (line 1702) | static size_t ZSTD_estimateCCtxSize_usingCCtxParams_internal( function ZSTD_estimateCCtxSize_usingCCtxParams (line 1754) | size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* par... function ZSTD_estimateCCtxSize_usingCParams (line 1769) | size_t ZSTD_estimateCCtxSize_usingCParams(ZSTD_compressionParameters cPa... function ZSTD_estimateCCtxSize_internal (line 1786) | static size_t ZSTD_estimateCCtxSize_internal(int compressionLevel) function ZSTD_estimateCCtxSize (line 1799) | size_t ZSTD_estimateCCtxSize(int compressionLevel) function ZSTD_estimateCStreamSize_usingCCtxParams (line 1811) | size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* ... function ZSTD_estimateCStreamSize_usingCParams (line 1831) | size_t ZSTD_estimateCStreamSize_usingCParams(ZSTD_compressionParameters ... function ZSTD_estimateCStreamSize_internal (line 1848) | static size_t ZSTD_estimateCStreamSize_internal(int compressionLevel) function ZSTD_estimateCStreamSize (line 1854) | size_t ZSTD_estimateCStreamSize(int compressionLevel) function ZSTD_frameProgression (line 1869) | ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx) function ZSTD_toFlushNow (line 1893) | size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) function ZSTD_assertEqualCParams (line 1904) | static void ZSTD_assertEqualCParams(ZSTD_compressionParameters cParams1, function ZSTD_reset_compressedBlockState (line 1918) | void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs) function ZSTD_invalidateMatchState (line 1933) | static void ZSTD_invalidateMatchState(ZSTD_MatchState_t* ms) type ZSTD_compResetPolicy_e (line 1950) | typedef enum { type ZSTD_indexResetPolicy_e (line 1960) | typedef enum { type ZSTD_resetTarget_e (line 1965) | typedef enum { function U64 (line 1971) | static U64 ZSTD_bitmix(U64 val, U64 len) { function ZSTD_advanceHashSalt (line 1980) | static void ZSTD_advanceHashSalt(ZSTD_MatchState_t* ms) { function ZSTD_reset_matchState (line 1984) | static size_t function ZSTD_indexTooCloseToMax (line 2079) | static int ZSTD_indexTooCloseToMax(ZSTD_window_t w) function ZSTD_dictTooBig (line 2089) | static int ZSTD_dictTooBig(size_t const loadedDictSize) function ZSTD_resetCCtx_internal (line 2100) | static size_t ZSTD_resetCCtx_internal(ZSTD_CCtx* zc, function ZSTD_invalidateRepCodes (line 2286) | void ZSTD_invalidateRepCodes(ZSTD_CCtx* cctx) { function ZSTD_shouldAttachDict (line 2309) | static int ZSTD_shouldAttachDict(const ZSTD_CDict* cdict, function ZSTD_resetCCtx_byAttachingCDict (line 2324) | static size_t function ZSTD_copyCDictTableIntoCCtx (line 2386) | static void ZSTD_copyCDictTableIntoCCtx(U32* dst, U32 const* src, size_t... function ZSTD_resetCCtx_byCopyingCDict (line 2402) | static size_t ZSTD_resetCCtx_byCopyingCDict(ZSTD_CCtx* cctx, function ZSTD_resetCCtx_usingCDict (line 2487) | static size_t ZSTD_resetCCtx_usingCDict(ZSTD_CCtx* cctx, function ZSTD_copyCCtx_internal (line 2513) | static size_t ZSTD_copyCCtx_internal(ZSTD_CCtx* dstCCtx, function ZSTD_copyCCtx (line 2591) | size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsig... function FORCE_INLINE_TEMPLATE (line 2612) | FORCE_INLINE_TEMPLATE void function ZSTD_reduceTable (line 2654) | static void ZSTD_reduceTable(U32* const table, U32 const size, U32 const... function ZSTD_reduceTable_btlazy2 (line 2659) | static void ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U... function ZSTD_reduceIndex (line 2666) | static void ZSTD_reduceIndex (ZSTD_MatchState_t* ms, ZSTD_CCtx_params co... function ZSTD_seqToCodes (line 2693) | int ZSTD_seqToCodes(const SeqStore_t* seqStorePtr) function ZSTD_useTargetCBlockSize (line 2725) | static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) function ZSTD_blockSplitterEnabled (line 2736) | static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) type ZSTD_symbolEncodingTypeStats_t (line 2746) | typedef struct { function ZSTD_symbolEncodingTypeStats_t (line 2762) | static ZSTD_symbolEncodingTypeStats_t function MEM_STATIC (line 2887) | MEM_STATIC size_t function ZSTD_entropyCompressSeqStore_wExtLitBuffer (line 3005) | static size_t function ZSTD_entropyCompressSeqStore (line 3044) | static size_t function ZSTD_BlockCompressor_f (line 3069) | ZSTD_BlockCompressor_f ZSTD_selectBlockCompressor(ZSTD_strategy strat, Z... function ZSTD_storeLastLiterals (line 3154) | static void ZSTD_storeLastLiterals(SeqStore_t* seqStorePtr, function ZSTD_resetSeqStore (line 3161) | void ZSTD_resetSeqStore(SeqStore_t* ssPtr) function ZSTD_postProcessSequenceProducerResult (line 3174) | static size_t ZSTD_postProcessSequenceProducerResult( function ZSTD_fastSequenceLengthSum (line 3223) | static size_t ZSTD_fastSequenceLengthSum(ZSTD_Sequence const* seqBuf, si... function ZSTD_validateSeqStore (line 3237) | static void ZSTD_validateSeqStore(const SeqStore_t* seqStore, const ZSTD... type ZSTD_BuildSeqStore_e (line 3262) | typedef enum { ZSTDbss_compress, ZSTDbss_noCompress } ZSTD_BuildSeqStore_e; function ZSTD_buildSeqStore (line 3264) | static size_t ZSTD_buildSeqStore(ZSTD_CCtx* zc, const void* src, size_t ... function ZSTD_copyBlockSequences (line 3429) | static size_t ZSTD_copyBlockSequences(SeqCollector* seqCollector, const ... function ZSTD_sequenceBound (line 3514) | size_t ZSTD_sequenceBound(size_t srcSize) { function ZSTD_generateSequences (line 3520) | size_t ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs, function ZSTD_mergeBlockDelimiters (line 3555) | size_t ZSTD_mergeBlockDelimiters(ZSTD_Sequence* sequences, size_t seqsSi... function ZSTD_isRLE (line 3572) | static int ZSTD_isRLE(const BYTE* src, size_t length) { function ZSTD_maybeRLE (line 3598) | static int ZSTD_maybeRLE(SeqStore_t const* seqStore) function ZSTD_blockState_confirmRepcodesAndEntropyTables (line 3606) | static void function writeBlockHeader (line 3615) | static void function ZSTD_buildBlockEntropyStats_literals (line 3632) | static size_t function ZSTD_symbolEncodingTypeStats_t (line 3743) | static ZSTD_symbolEncodingTypeStats_t function ZSTD_buildBlockEntropyStats_sequences (line 3758) | static size_t function ZSTD_buildBlockEntropyStats (line 3798) | size_t ZSTD_buildBlockEntropyStats( function ZSTD_estimateBlockSize_literal (line 3829) | static size_t function ZSTD_estimateBlockSize_symbolType (line 3856) | static size_t function ZSTD_estimateBlockSize_sequences (line 3894) | static size_t function ZSTD_estimateBlockSize (line 3923) | static size_t function ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize (line 3947) | static size_t function ZSTD_countSeqStoreLiteralsBytes (line 3969) | static size_t ZSTD_countSeqStoreLiteralsBytes(const SeqStore_t* const se... function ZSTD_countSeqStoreMatchBytes (line 3984) | static size_t ZSTD_countSeqStoreMatchBytes(const SeqStore_t* const seqSt... function ZSTD_deriveSeqStoreChunk (line 4001) | static void ZSTD_deriveSeqStoreChunk(SeqStore_t* resultSeqStore, function U32 (line 4037) | static U32 function ZSTD_seqStore_resolveOffCodes (line 4069) | static void function ZSTD_compressSeqStore_singleBlock (line 4104) | static size_t type seqStoreSplits (line 4175) | typedef struct { function ZSTD_deriveBlockSplitsHelper (line 4196) | static void function ZSTD_deriveBlockSplits (line 4239) | static size_t ZSTD_deriveBlockSplits(ZSTD_CCtx* zc, U32 partitions[], U3... function ZSTD_compressBlock_splitBlock_internal (line 4260) | static size_t function ZSTD_compressBlock_splitBlock (line 4353) | static size_t function ZSTD_compressBlock_internal (line 4382) | static size_t function ZSTD_compressBlock_targetCBlockSize_body (line 4450) | static size_t ZSTD_compressBlock_targetCBlockSize_body(ZSTD_CCtx* zc, function ZSTD_compressBlock_targetCBlockSize (line 4506) | static size_t ZSTD_compressBlock_targetCBlockSize(ZSTD_CCtx* zc, function ZSTD_overflowCorrectIfNeeded (line 4526) | static void ZSTD_overflowCorrectIfNeeded(ZSTD_MatchState_t* ms, function ZSTD_optimalBlockSize (line 4552) | static size_t ZSTD_optimalBlockSize(ZSTD_CCtx* cctx, const void* src, si... function ZSTD_compress_frameChunk (line 4591) | static size_t ZSTD_compress_frameChunk(ZSTD_CCtx* cctx, function ZSTD_writeFrameHeader (line 4695) | static size_t ZSTD_writeFrameHeader(void* dst, size_t dstCapacity, function ZSTD_writeSkippableFrame (line 4751) | size_t ZSTD_writeSkippableFrame(void* dst, size_t dstCapacity, function ZSTD_writeLastEmptyBlock (line 4770) | size_t ZSTD_writeLastEmptyBlock(void* dst, size_t dstCapacity) function ZSTD_referenceExternalSequences (line 4780) | void ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_... function ZSTD_compressContinue_internal (line 4792) | static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, function ZSTD_compressContinue_public (line 4853) | size_t ZSTD_compressContinue_public(ZSTD_CCtx* cctx, function ZSTD_compressContinue (line 4862) | size_t ZSTD_compressContinue(ZSTD_CCtx* cctx, function ZSTD_getBlockSize_deprecated (line 4869) | static size_t ZSTD_getBlockSize_deprecated(const ZSTD_CCtx* cctx) function ZSTD_getBlockSize (line 4877) | size_t ZSTD_getBlockSize(const ZSTD_CCtx* cctx) function ZSTD_compressBlock_deprecated (line 4883) | size_t ZSTD_compressBlock_deprecated(ZSTD_CCtx* cctx, void* dst, size_t ... function ZSTD_compressBlock (line 4893) | size_t ZSTD_compressBlock(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity... function ZSTD_loadDictionaryContent (line 4901) | static size_t function FSE_repeat (line 5047) | static FSE_repeat ZSTD_dictNCountRepeat(short* normalizedCounter, unsign... function ZSTD_loadCEntropy (line 5061) | size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace, function ZSTD_loadZstdDictionary (line 5161) | static size_t ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, function ZSTD_compress_insertDictionary (line 5193) | static size_t function ZSTD_compressBegin_internal (line 5238) | static size_t ZSTD_compressBegin_internal(ZSTD_CCtx* cctx, function ZSTD_compressBegin_advanced_internal (line 5285) | size_t ZSTD_compressBegin_advanced_internal(ZSTD_CCtx* cctx, function ZSTD_compressBegin_advanced (line 5305) | size_t ZSTD_compressBegin_advanced(ZSTD_CCtx* cctx, function ZSTD_compressBegin_usingDict_deprecated (line 5317) | static size_t function ZSTD_compressBegin_usingDict (line 5329) | size_t function ZSTD_compressBegin (line 5335) | size_t ZSTD_compressBegin(ZSTD_CCtx* cctx, int compressionLevel) function ZSTD_writeEpilogue (line 5344) | static size_t ZSTD_writeEpilogue(ZSTD_CCtx* cctx, void* dst, size_t dstC... function ZSTD_CCtx_trace (line 5383) | void ZSTD_CCtx_trace(ZSTD_CCtx* cctx, size_t extraCSize) function ZSTD_compressEnd_public (line 5407) | size_t ZSTD_compressEnd_public(ZSTD_CCtx* cctx, function ZSTD_compressEnd (line 5434) | size_t ZSTD_compressEnd(ZSTD_CCtx* cctx, function ZSTD_compress_advanced (line 5441) | size_t ZSTD_compress_advanced (ZSTD_CCtx* cctx, function ZSTD_compress_advanced_internal (line 5458) | size_t ZSTD_compress_advanced_internal( function ZSTD_compress_usingDict (line 5472) | size_t ZSTD_compress_usingDict(ZSTD_CCtx* cctx, function ZSTD_compressCCtx (line 5487) | size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, function ZSTD_compress (line 5497) | size_t ZSTD_compress(void* dst, size_t dstCapacity, function ZSTD_estimateCDictSize_advanced (line 5521) | size_t ZSTD_estimateCDictSize_advanced( function ZSTD_estimateCDictSize (line 5536) | size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel) function ZSTD_sizeof_CDict (line 5542) | size_t ZSTD_sizeof_CDict(const ZSTD_CDict* cdict) function ZSTD_initCDict_internal (line 5551) | static size_t ZSTD_initCDict_internal( function ZSTD_CDict (line 5604) | static ZSTD_CDict* function ZSTD_CDict (line 5642) | ZSTD_CDict* ZSTD_createCDict_advanced(const void* dictBuffer, size_t dic... function ZSTD_CDict (line 5660) | ZSTD_CDict* ZSTD_createCDict_advanced2( function ZSTD_CDict (line 5710) | ZSTD_CDict* ZSTD_createCDict(const void* dict, size_t dictSize, int comp... function ZSTD_CDict (line 5721) | ZSTD_CDict* ZSTD_createCDict_byReference(const void* dict, size_t dictSi... function ZSTD_freeCDict (line 5732) | size_t ZSTD_freeCDict(ZSTD_CDict* cdict) function ZSTD_CDict (line 5758) | const ZSTD_CDict* ZSTD_initStaticCDict( function ZSTD_compressionParameters (line 5804) | ZSTD_compressionParameters ZSTD_getCParamsFromCDict(const ZSTD_CDict* cd... function ZSTD_getDictID_fromCDict (line 5814) | unsigned ZSTD_getDictID_fromCDict(const ZSTD_CDict* cdict) function ZSTD_compressBegin_usingCDict_internal (line 5823) | static size_t ZSTD_compressBegin_usingCDict_internal( function ZSTD_compressBegin_usingCDict_advanced (line 5864) | size_t ZSTD_compressBegin_usingCDict_advanced( function ZSTD_compressBegin_usingCDict_deprecated (line 5873) | size_t ZSTD_compressBegin_usingCDict_deprecated(ZSTD_CCtx* cctx, const Z... function ZSTD_compressBegin_usingCDict (line 5879) | size_t ZSTD_compressBegin_usingCDict(ZSTD_CCtx* cctx, const ZSTD_CDict* ... function ZSTD_compress_usingCDict_internal (line 5887) | static size_t ZSTD_compress_usingCDict_internal(ZSTD_CCtx* cctx, function ZSTD_compress_usingCDict_advanced (line 5899) | size_t ZSTD_compress_usingCDict_advanced(ZSTD_CCtx* cctx, function ZSTD_compress_usingCDict (line 5912) | size_t ZSTD_compress_usingCDict(ZSTD_CCtx* cctx, function ZSTD_CStream (line 5927) | ZSTD_CStream* ZSTD_createCStream(void) function ZSTD_CStream (line 5933) | ZSTD_CStream* ZSTD_initStaticCStream(void *workspace, size_t workspaceSize) function ZSTD_CStream (line 5938) | ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem) function ZSTD_freeCStream (line 5943) | size_t ZSTD_freeCStream(ZSTD_CStream* zcs) function ZSTD_CStreamInSize (line 5952) | size_t ZSTD_CStreamInSize(void) { return ZSTD_BLOCKSIZE_MAX; } function ZSTD_CStreamOutSize (line 5954) | size_t ZSTD_CStreamOutSize(void) function ZSTD_CParamMode_e (line 5959) | static ZSTD_CParamMode_e ZSTD_getCParamMode(ZSTD_CDict const* cdict, ZST... function ZSTD_resetCStream (line 5969) | size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pss) function ZSTD_initCStream_internal (line 5986) | size_t ZSTD_initCStream_internal(ZSTD_CStream* zcs, function ZSTD_initCStream_usingCDict_advanced (line 6008) | size_t ZSTD_initCStream_usingCDict_advanced(ZSTD_CStream* zcs, function ZSTD_initCStream_usingCDict (line 6022) | size_t ZSTD_initCStream_usingCDict(ZSTD_CStream* zcs, const ZSTD_CDict* ... function ZSTD_initCStream_advanced (line 6035) | size_t ZSTD_initCStream_advanced(ZSTD_CStream* zcs, function ZSTD_initCStream_usingDict (line 6053) | size_t ZSTD_initCStream_usingDict(ZSTD_CStream* zcs, const void* dict, s... function ZSTD_initCStream_srcSize (line 6062) | size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, int compressionLevel,... function ZSTD_initCStream (line 6077) | size_t ZSTD_initCStream(ZSTD_CStream* zcs, int compressionLevel) function ZSTD_nextInputSizeHint (line 6088) | static size_t ZSTD_nextInputSizeHint(const ZSTD_CCtx* cctx) function ZSTD_compressStream_generic (line 6103) | static size_t ZSTD_compressStream_generic(ZSTD_CStream* zcs, function ZSTD_nextInputSizeHint_MTorST (line 6289) | static size_t ZSTD_nextInputSizeHint_MTorST(const ZSTD_CCtx* cctx) function ZSTD_compressStream (line 6301) | size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZS... function ZSTD_setBufferExpectations (line 6310) | static void function ZSTD_checkBufferStability (line 6325) | static size_t ZSTD_checkBufferStability(ZSTD_CCtx const* cctx, function ZSTD_CCtx_init_compressStream2 (line 6349) | static size_t ZSTD_CCtx_init_compressStream2(ZSTD_CCtx* cctx, function ZSTD_compressStream2 (line 6447) | size_t ZSTD_compressStream2( ZSTD_CCtx* cctx, function ZSTD_compressStream2_simpleArgs (line 6546) | size_t ZSTD_compressStream2_simpleArgs ( function ZSTD_compress2 (line 6568) | size_t ZSTD_compress2(ZSTD_CCtx* cctx, function ZSTD_validateSequence (line 6603) | static size_t function U32 (line 6622) | static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NU... function ZSTD_transferSequences_wBlockDelim (line 6644) | static size_t function ZSTD_transferSequences_noDelim (line 6744) | static size_t function ZSTD_SequenceCopier_f (line 6881) | static ZSTD_SequenceCopier_f ZSTD_selectSequenceCopier(ZSTD_SequenceForm... function blockSize_explicitDelimiter (line 6895) | static size_t function determine_blockSize (line 6918) | static size_t determine_blockSize(ZSTD_SequenceFormat_e mode, function ZSTD_compressSequences_internal (line 6944) | static size_t function ZSTD_compressSequences (line 7063) | size_t ZSTD_compressSequences(ZSTD_CCtx* cctx, function convertSequences_noRepcodes (line 7133) | static size_t convertSequences_noRepcodes( function convertSequences_noRepcodes (line 7285) | static size_t convertSequences_noRepcodes( function ZSTD_convertBlockSequences (line 7318) | size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx, function BlockSummary (line 7396) | BlockSummary ZSTD_get1BlockSummary(const ZSTD_Sequence* seqs, size_t nbS... function BlockSummary (line 7448) | BlockSummary ZSTD_get1BlockSummary(const ZSTD_Sequence* seqs, size_t nbS... function ZSTD_compressSequencesAndLiterals_internal (line 7477) | static size_t function ZSTD_compressSequencesAndLiterals (line 7584) | size_t function ZSTD_inBuffer (line 7638) | static ZSTD_inBuffer inBuffer_forEndFlush(const ZSTD_CStream* zcs) function ZSTD_flushStream (line 7647) | size_t ZSTD_flushStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output) function ZSTD_endStream (line 7654) | size_t ZSTD_endStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output) function ZSTD_maxCLevel (line 7673) | int ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; } function ZSTD_minCLevel (line 7674) | int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } function ZSTD_defaultCLevel (line 7675) | int ZSTD_defaultCLevel(void) { return ZSTD_CLEVEL_DEFAULT; } function ZSTD_compressionParameters (line 7677) | static ZSTD_compressionParameters ZSTD_dedicatedDictSearch_getCParams(in... function ZSTD_dedicatedDictSearch_isSupported (line 7698) | static int ZSTD_dedicatedDictSearch_isSupported( function ZSTD_dedicatedDictSearch_revertCParams (line 7712) | static void ZSTD_dedicatedDictSearch_revertCParams( function U64 (line 7734) | static U64 ZSTD_getCParamRowSize(U64 srcSizeHint, size_t dictSize, ZSTD_... function ZSTD_compressionParameters (line 7759) | static ZSTD_compressionParameters ZSTD_getCParams_internal(int compressi... function ZSTD_compressionParameters (line 7787) | ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigne... function ZSTD_parameters (line 7797) | static ZSTD_parameters function ZSTD_parameters (line 7813) | ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long ... function ZSTD_registerSequenceProducer (line 7819) | void ZSTD_registerSequenceProducer( function ZSTD_CCtxParams_registerSequenceProducer (line 7830) | void ZSTD_CCtxParams_registerSequenceProducer( FILE: NanaZip.Codecs/Zstandard/compress/zstd_compress_internal.h type ZSTD_compressionStage_e (line 46) | typedef enum { ZSTDcs_created=0, ZSTDcs_init, ZSTDcs_ongoing, ZSTDcs_end... type ZSTD_cStreamStage (line 47) | typedef enum { zcss_init=0, zcss_load, zcss_flush } ZSTD_cStreamStage; type ZSTD_prefixDict (line 49) | typedef struct ZSTD_prefixDict_s { type ZSTD_localDict (line 55) | typedef struct { type ZSTD_hufCTables_t (line 63) | typedef struct { type ZSTD_fseCTables_t (line 68) | typedef struct { type ZSTD_entropyCTables_t (line 77) | typedef struct { type SeqDef (line 85) | typedef struct SeqDef_s { type ZSTD_longLengthType_e (line 92) | typedef enum { type SeqStore_t (line 98) | typedef struct { type ZSTD_SequenceLength (line 117) | typedef struct { function MEM_STATIC (line 126) | MEM_STATIC ZSTD_SequenceLength ZSTD_getSequenceLength(SeqStore_t const* ... type ZSTD_hufCTablesMetadata_t (line 154) | typedef struct { type ZSTD_fseCTablesMetadata_t (line 165) | typedef struct { type ZSTD_entropyCTablesMetadata_t (line 174) | typedef struct { type ZSTD_match_t (line 194) | typedef struct { type rawSeq (line 199) | typedef struct { type RawSeqStore_t (line 205) | typedef struct { type ZSTD_optimal_t (line 216) | typedef struct { type ZSTD_OptPrice_e (line 224) | typedef enum { zop_dynamic=0, zop_predef } ZSTD_OptPrice_e; type optState_t (line 227) | typedef struct { type ZSTD_compressedBlockState_t (line 249) | typedef struct { type ZSTD_window_t (line 254) | typedef struct { type ZSTD_MatchState_t (line 268) | typedef struct ZSTD_MatchState_t ZSTD_MatchState_t; type ZSTD_MatchState_t (line 272) | struct ZSTD_MatchState_t { type ZSTD_blockState_t (line 317) | typedef struct { type ldmEntry_t (line 323) | typedef struct { type ldmMatchCandidate_t (line 328) | typedef struct { type ldmState_t (line 337) | typedef struct { type ldmParams_t (line 346) | typedef struct { type SeqCollector (line 355) | typedef struct { type ZSTD_CCtx_params_s (line 362) | struct ZSTD_CCtx_params_s { type ZSTD_buffered_policy_e (line 451) | typedef enum { type ZSTD_blockSplitCtx (line 461) | typedef struct { type ZSTD_CCtx_s (line 472) | struct ZSTD_CCtx_s { type ZSTD_dictTableLoadMethod_e (line 548) | typedef enum { ZSTD_dtlm_fast, ZSTD_dtlm_full } ZSTD_dictTableLoadMethod_e; type ZSTD_tableFillPurpose_e (line 549) | typedef enum { ZSTD_tfp_forCCtx, ZSTD_tfp_forCDict } ZSTD_tableFillPurpo... type ZSTD_dictMode_e (line 551) | typedef enum { type ZSTD_CParamMode_e (line 558) | typedef enum { function MEM_STATIC (line 584) | MEM_STATIC U32 ZSTD_LLcode(U32 litLength) function MEM_STATIC (line 601) | MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) function MEM_STATIC (line 618) | MEM_STATIC int ZSTD_cParam_withinBounds(ZSTD_cParameter cParam, int value) function MEM_STATIC (line 630) | MEM_STATIC const BYTE* function MEM_STATIC (line 649) | MEM_STATIC size_t function MEM_STATIC (line 661) | MEM_STATIC size_t function MEM_STATIC (line 677) | MEM_STATIC size_t ZSTD_minGain(size_t srcSize, ZSTD_strategy strat) function MEM_STATIC (line 685) | MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params... function ZSTD_safecopyLiterals (line 705) | static void function ZSTD_storeSeqOnly (line 734) | void function ZSTD_storeSeq (line 775) | void function MEM_STATIC (line 817) | MEM_STATIC void type Repcodes_t (line 837) | typedef struct repcodes_s { function MEM_STATIC (line 841) | MEM_STATIC Repcodes_t function MEM_STATIC (line 854) | MEM_STATIC size_t ZSTD_count(const BYTE* pIn, const BYTE* pMatch, const ... function MEM_STATIC (line 879) | MEM_STATIC size_t function U32 (line 899) | static U32 ZSTD_hash3(U32 u, U32 h, U32 s) { assert(h <= 32); return ... function MEM_STATIC (line 900) | MEM_STATIC size_t ZSTD_hash3Ptr(const void* ptr, U32 h) { return ZSTD_ha... function MEM_STATIC (line 901) | MEM_STATIC size_t ZSTD_hash3PtrS(const void* ptr, U32 h, U32 s) { return... function U32 (line 904) | static U32 ZSTD_hash4(U32 u, U32 h, U32 s) { assert(h <= 32); return ... function ZSTD_hash4Ptr (line 905) | static size_t ZSTD_hash4Ptr(const void* ptr, U32 h) { return ZSTD_hash4(... function ZSTD_hash4PtrS (line 906) | static size_t ZSTD_hash4PtrS(const void* ptr, U32 h, U32 s) { return ZST... function ZSTD_hash5 (line 909) | static size_t ZSTD_hash5(U64 u, U32 h, U64 s) { assert(h <= 64); return ... function ZSTD_hash5Ptr (line 910) | static size_t ZSTD_hash5Ptr(const void* p, U32 h) { return ZSTD_hash5(ME... function ZSTD_hash5PtrS (line 911) | static size_t ZSTD_hash5PtrS(const void* p, U32 h, U64 s) { return ZSTD_... function ZSTD_hash6 (line 914) | static size_t ZSTD_hash6(U64 u, U32 h, U64 s) { assert(h <= 64); return ... function ZSTD_hash6Ptr (line 915) | static size_t ZSTD_hash6Ptr(const void* p, U32 h) { return ZSTD_hash6(ME... function ZSTD_hash6PtrS (line 916) | static size_t ZSTD_hash6PtrS(const void* p, U32 h, U64 s) { return ZSTD_... function ZSTD_hash7 (line 919) | static size_t ZSTD_hash7(U64 u, U32 h, U64 s) { assert(h <= 64); return ... function ZSTD_hash7Ptr (line 920) | static size_t ZSTD_hash7Ptr(const void* p, U32 h) { return ZSTD_hash7(ME... function ZSTD_hash7PtrS (line 921) | static size_t ZSTD_hash7PtrS(const void* p, U32 h, U64 s) { return ZSTD_... function ZSTD_hash8 (line 924) | static size_t ZSTD_hash8(U64 u, U32 h, U64 s) { assert(h <= 64); return ... function ZSTD_hash8Ptr (line 925) | static size_t ZSTD_hash8Ptr(const void* p, U32 h) { return ZSTD_hash8(ME... function ZSTD_hash8PtrS (line 926) | static size_t ZSTD_hash8PtrS(const void* p, U32 h, U64 s) { return ZSTD_... function ZSTD_hashPtr (line 930) | size_t ZSTD_hashPtr(const void* p, U32 hBits, U32 mls) function ZSTD_hashPtrSalted (line 948) | size_t ZSTD_hashPtrSalted(const void* p, U32 hBits, U32 mls, const U64 h... function U64 (line 968) | static U64 ZSTD_ipow(U64 base, U64 exponent) function U64 (line 984) | static U64 ZSTD_rollingHash_append(U64 hash, void const* buf, size_t size) function MEM_STATIC (line 998) | MEM_STATIC U64 ZSTD_rollingHash_compute(void const* buf, size_t size) function MEM_STATIC (line 1007) | MEM_STATIC U64 ZSTD_rollingHash_primePower(U32 length) function MEM_STATIC (line 1015) | MEM_STATIC U64 ZSTD_rollingHash_rotate(U64 hash, BYTE toRemove, BYTE toA... function MEM_STATIC (line 1041) | MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) function MEM_STATIC (line 1050) | MEM_STATIC U32 ZSTD_window_isEmpty(ZSTD_window_t const window) function MEM_STATIC (line 1061) | MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) function MEM_STATIC (line 1071) | MEM_STATIC ZSTD_dictMode_e ZSTD_matchState_dictMode(const ZSTD_MatchStat... function MEM_STATIC (line 1097) | MEM_STATIC U32 ZSTD_window_canOverflowCorrect(ZSTD_window_t const window, function MEM_STATIC (line 1132) | MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const wi... function U32 (line 1159) | U32 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, function MEM_STATIC (line 1255) | MEM_STATIC void function MEM_STATIC (line 1300) | MEM_STATIC void function MEM_STATIC (line 1334) | MEM_STATIC void ZSTD_window_init(ZSTD_window_t* window) { function U32 (line 1354) | U32 ZSTD_window_update(ZSTD_window_t* window, function MEM_STATIC (line 1395) | MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_MatchState_t* ms, U32... function MEM_STATIC (line 1412) | MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_MatchState_t* ms, U3... function MEM_STATIC (line 1429) | MEM_STATIC int ZSTD_index_overlap_check(const U32 prefixLowestIndex, con... function MEM_STATIC (line 1437) | MEM_STATIC double ZSTD_fWeight(U32 rawStat) function MEM_STATIC (line 1452) | MEM_STATIC void ZSTD_debugTable(const U32* table, U32 max) function MEM_STATIC (line 1487) | MEM_STATIC void ZSTD_writeTaggedIndex(U32* const hashTable, size_t hashA... function MEM_STATIC (line 1496) | MEM_STATIC int ZSTD_comparePackedTags(size_t packedTag1, size_t packedTa... type ZSTD_SequencePosition (line 1517) | typedef struct { type BlockSummary (line 1528) | typedef struct { function MEM_STATIC (line 1613) | MEM_STATIC int ZSTD_hasExtSeqProd(const ZSTD_CCtx_params* params) { FILE: NanaZip.Codecs/Zstandard/compress/zstd_compress_literals.c function showHexa (line 22) | static size_t showHexa(const void* src, size_t srcSize) function ZSTD_noCompressLiterals (line 39) | size_t ZSTD_noCompressLiterals (void* dst, size_t dstCapacity, const voi... function allBytesIdentical (line 68) | static int allBytesIdentical(const void* src, size_t srcSize) function ZSTD_compressRleLiteralsBlock (line 81) | size_t ZSTD_compressRleLiteralsBlock (void* dst, size_t dstCapacity, con... function ZSTD_minLiteralsToCompress (line 114) | static size_t function ZSTD_compressLiterals (line 129) | size_t ZSTD_compressLiterals ( FILE: NanaZip.Codecs/Zstandard/compress/zstd_compress_sequences.c function ZSTD_getFSEMaxSymbolValue (line 46) | static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { function ZSTD_useLowProbCount (line 57) | static unsigned ZSTD_useLowProbCount(size_t const nbSeq) function ZSTD_NCountCost (line 70) | static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, function ZSTD_entropyCost (line 84) | static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max... function ZSTD_fseBitCost (line 104) | size_t ZSTD_fseBitCost( function ZSTD_crossEntropyCost (line 139) | size_t ZSTD_crossEntropyCost(short const* norm, unsigned accuracyLog, function SymbolEncodingType_e (line 156) | SymbolEncodingType_e type ZSTD_BuildCTableWksp (line 237) | typedef struct { function ZSTD_buildCTable (line 242) | size_t function FORCE_INLINE_TEMPLATE (line 290) | FORCE_INLINE_TEMPLATE size_t function ZSTD_encodeSequences_default (line 384) | static size_t function BMI2_TARGET_ATTRIBUTE (line 402) | static BMI2_TARGET_ATTRIBUTE size_t function ZSTD_encodeSequences (line 419) | size_t ZSTD_encodeSequences( FILE: NanaZip.Codecs/Zstandard/compress/zstd_compress_sequences.h type ZSTD_DefaultPolicy_e (line 18) | typedef enum { FILE: NanaZip.Codecs/Zstandard/compress/zstd_compress_superblock.c function ZSTD_compressSubBlock_literal (line 41) | static size_t function ZSTD_seqDecompressedSize (line 128) | static size_t function ZSTD_compressSubBlock_sequences (line 162) | static size_t function ZSTD_compressSubBlock (line 263) | static size_t ZSTD_compressSubBlock(const ZSTD_entropyCTables_t* entropy, function ZSTD_estimateSubBlockSize_literal (line 307) | static size_t ZSTD_estimateSubBlockSize_literal(const BYTE* literals, si... function ZSTD_estimateSubBlockSize_symbolType (line 330) | static size_t ZSTD_estimateSubBlockSize_symbolType(SymbolEncodingType_e ... function ZSTD_estimateSubBlockSize_sequences (line 365) | static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, type EstimatedBlockSize (line 393) | typedef struct { function EstimatedBlockSize (line 397) | static EstimatedBlockSize ZSTD_estimateSubBlockSize(const BYTE* literals... function ZSTD_needSequenceEntropyTables (line 418) | static int ZSTD_needSequenceEntropyTables(ZSTD_fseCTablesMetadata_t cons... function countLiterals (line 429) | static size_t countLiterals(SeqStore_t const* seqStore, const SeqDef* sp... function sizeBlockSequences (line 442) | static size_t sizeBlockSequences(const SeqDef* sp, size_t nbSeqs, function ZSTD_compressSubBlock_multi (line 479) | static size_t ZSTD_compressSubBlock_multi(const SeqStore_t* seqStorePtr, function ZSTD_compressSuperBlock (line 665) | size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, FILE: NanaZip.Codecs/Zstandard/compress/zstd_cwksp.h type ZSTD_cwksp_alloc_phase_e (line 44) | typedef enum { type ZSTD_cwksp_static_alloc_e (line 56) | typedef enum { type ZSTD_cwksp (line 155) | typedef struct { function MEM_STATIC (line 178) | MEM_STATIC void ZSTD_cwksp_assert_internal_consistency(ZSTD_cwksp* ws) { function MEM_STATIC (line 206) | MEM_STATIC size_t ZSTD_cwksp_align(size_t size, size_t align) { function MEM_STATIC (line 224) | MEM_STATIC size_t ZSTD_cwksp_alloc_size(size_t size) { function MEM_STATIC (line 234) | MEM_STATIC size_t ZSTD_cwksp_aligned_alloc_size(size_t size, size_t alig... function MEM_STATIC (line 242) | MEM_STATIC size_t ZSTD_cwksp_aligned64_alloc_size(size_t size) { function MEM_STATIC (line 250) | MEM_STATIC size_t ZSTD_cwksp_slack_space_required(void) { function MEM_STATIC (line 263) | MEM_STATIC size_t ZSTD_cwksp_bytes_to_align_ptr(void* ptr, const size_t ... function MEM_STATIC (line 275) | MEM_STATIC void* ZSTD_cwksp_initialAllocStart(ZSTD_cwksp* ws) function MEM_STATIC (line 290) | MEM_STATIC void* function MEM_STATIC (line 318) | MEM_STATIC size_t function MEM_STATIC (line 352) | MEM_STATIC int ZSTD_cwksp_owns_buffer(const ZSTD_cwksp* ws, const void* ... function MEM_STATIC (line 360) | MEM_STATIC void* function MEM_STATIC (line 394) | MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) function MEM_STATIC (line 408) | MEM_STATIC void* ZSTD_cwksp_reserve_aligned_init_once(ZSTD_cwksp* ws, si... function MEM_STATIC (line 432) | MEM_STATIC void* ZSTD_cwksp_reserve_aligned64(ZSTD_cwksp* ws, size_t bytes) function MEM_STATIC (line 446) | MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) function MEM_STATIC (line 491) | MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) function MEM_STATIC (line 533) | MEM_STATIC void* ZSTD_cwksp_reserve_object_aligned(ZSTD_cwksp* ws, size_... function MEM_STATIC (line 544) | MEM_STATIC void ZSTD_cwksp_mark_tables_dirty(ZSTD_cwksp* ws) function MEM_STATIC (line 573) | MEM_STATIC void ZSTD_cwksp_mark_tables_clean(ZSTD_cwksp* ws) { function MEM_STATIC (line 586) | MEM_STATIC void ZSTD_cwksp_clean_tables(ZSTD_cwksp* ws) { function MEM_STATIC (line 600) | MEM_STATIC void ZSTD_cwksp_clear_tables(ZSTD_cwksp* ws) function MEM_STATIC (line 623) | MEM_STATIC void ZSTD_cwksp_clear(ZSTD_cwksp* ws) { function MEM_STATIC (line 660) | MEM_STATIC size_t ZSTD_cwksp_sizeof(const ZSTD_cwksp* ws) { function MEM_STATIC (line 664) | MEM_STATIC size_t ZSTD_cwksp_used(const ZSTD_cwksp* ws) { function MEM_STATIC (line 674) | MEM_STATIC void ZSTD_cwksp_init(ZSTD_cwksp* ws, void* start, size_t size... function MEM_STATIC (line 689) | MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_cu... function MEM_STATIC (line 697) | MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { function MEM_STATIC (line 713) | MEM_STATIC void ZSTD_cwksp_move(ZSTD_cwksp* dst, ZSTD_cwksp* src) { function MEM_STATIC (line 718) | MEM_STATIC int ZSTD_cwksp_reserve_failed(const ZSTD_cwksp* ws) { function MEM_STATIC (line 730) | MEM_STATIC int ZSTD_cwksp_estimated_space_within_bounds(const ZSTD_cwksp... function MEM_STATIC (line 738) | MEM_STATIC size_t ZSTD_cwksp_available_space(ZSTD_cwksp* ws) { function MEM_STATIC (line 742) | MEM_STATIC int ZSTD_cwksp_check_available(ZSTD_cwksp* ws, size_t additio... function MEM_STATIC (line 746) | MEM_STATIC int ZSTD_cwksp_check_too_large(ZSTD_cwksp* ws, size_t additio... function MEM_STATIC (line 751) | MEM_STATIC int ZSTD_cwksp_check_wasteful(ZSTD_cwksp* ws, size_t addition... function MEM_STATIC (line 756) | MEM_STATIC void ZSTD_cwksp_bump_oversized_duration( FILE: NanaZip.Codecs/Zstandard/compress/zstd_double_fast.c function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 16) | static function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 54) | static function ZSTD_fillDoubleHashTable (line 90) | void ZSTD_fillDoubleHashTable(ZSTD_MatchState_t* ms, function ZSTD_compressBlock_doubleFast_noDict_generic (line 105) | size_t ZSTD_compressBlock_doubleFast_noDict_generic( function ZSTD_compressBlock_doubleFast_dictMatchState_generic (line 328) | size_t ZSTD_compressBlock_doubleFast_dictMatchState_generic( function ZSTD_compressBlock_doubleFast (line 568) | size_t ZSTD_compressBlock_doubleFast( function ZSTD_compressBlock_doubleFast_dictMatchState (line 588) | size_t ZSTD_compressBlock_doubleFast_dictMatchState( function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 608) | static function ZSTD_compressBlock_doubleFast_extDict (line 759) | size_t ZSTD_compressBlock_doubleFast_extDict( FILE: NanaZip.Codecs/Zstandard/compress/zstd_fast.c function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 14) | static function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 51) | static function ZSTD_fillHashTable (line 87) | void ZSTD_fillHashTable(ZSTD_MatchState_t* ms, function ZSTD_match4Found_cmov (line 102) | static int function ZSTD_match4Found_branch (line 127) | static int function ZSTD_compressBlock_fast_noDict_generic (line 192) | size_t ZSTD_compressBlock_fast_noDict_generic( function ZSTD_compressBlock_fast (line 443) | size_t ZSTD_compressBlock_fast( function ZSTD_compressBlock_fast_dictMatchState_generic (line 483) | size_t ZSTD_compressBlock_fast_dictMatchState_generic( function ZSTD_compressBlock_fast_dictMatchState (line 686) | size_t ZSTD_compressBlock_fast_dictMatchState( function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 707) | static function ZSTD_compressBlock_fast_extDict (line 967) | size_t ZSTD_compressBlock_fast_extDict( FILE: NanaZip.Codecs/Zstandard/compress/zstd_lazy.c function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 27) | static function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 72) | static function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 162) | static function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 241) | static function ZSTD_BtFindBestMatch (line 395) | size_t ZSTD_BtFindBestMatch( ZSTD_MatchState_t* ms, function ZSTD_dedicatedDictSearch_lazy_loadDictionary (line 411) | void ZSTD_dedicatedDictSearch_lazy_loadDictionary(ZSTD_MatchState_t* ms,... function FORCE_INLINE_TEMPLATE (line 528) | FORCE_INLINE_TEMPLATE function U32 (line 632) | U32 ZSTD_insertAndFindFirstIndex_internal( function U32 (line 659) | U32 ZSTD_insertAndFindFirstIndex(ZSTD_MatchState_t* ms, const BYTE* ip) { function ZSTD_HcFindBestMatch (line 667) | size_t ZSTD_HcFindBestMatch( type U64 (line 784) | typedef U64 ZSTD_VecMask; function MEM_STATIC (line 790) | MEM_STATIC U32 ZSTD_VecMask_next(ZSTD_VecMask val) { function FORCE_INLINE_TEMPLATE (line 798) | FORCE_INLINE_TEMPLATE U32 ZSTD_row_nextIndex(BYTE* const tagRow, U32 con... function MEM_STATIC (line 808) | MEM_STATIC int ZSTD_isAligned(void const* ptr, size_t align) { function FORCE_INLINE_TEMPLATE (line 816) | FORCE_INLINE_TEMPLATE void ZSTD_row_prefetch(U32 const* hashTable, BYTE ... function ZSTD_row_fillHashCache (line 837) | void ZSTD_row_fillHashCache(ZSTD_MatchState_t* ms, const BYTE* base, function U32 (line 865) | U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, function ZSTD_row_update_internalImpl (line 885) | void ZSTD_row_update_internalImpl(ZSTD_MatchState_t* ms, function ZSTD_row_update_internal (line 916) | void ZSTD_row_update_internal(ZSTD_MatchState_t* ms, const BYTE* ip, function ZSTD_row_update (line 949) | void ZSTD_row_update(ZSTD_MatchState_t* const ms, const BYTE* ip) { function FORCE_INLINE_TEMPLATE (line 962) | FORCE_INLINE_TEMPLATE U32 function FORCE_INLINE_TEMPLATE (line 987) | FORCE_INLINE_TEMPLATE ZSTD_VecMask function FORCE_INLINE_TEMPLATE (line 1007) | FORCE_INLINE_TEMPLATE ZSTD_VecMask function FORCE_INLINE_TEMPLATE (line 1060) | FORCE_INLINE_TEMPLATE ZSTD_VecMask function ZSTD_RowFindBestMatch (line 1141) | size_t ZSTD_RowFindBestMatch( type searchMethod_e (line 1424) | typedef enum { search_hashChain=0, search_binaryTree=1, search_rowHash=2... function FORCE_INLINE_TEMPLATE (line 1487) | FORCE_INLINE_TEMPLATE size_t ZSTD_searchMax( function ZSTD_compressBlock_lazy_generic (line 1516) | size_t ZSTD_compressBlock_lazy_generic( function ZSTD_compressBlock_greedy (line 1784) | size_t ZSTD_compressBlock_greedy( function ZSTD_compressBlock_greedy_dictMatchState (line 1791) | size_t ZSTD_compressBlock_greedy_dictMatchState( function ZSTD_compressBlock_greedy_dedicatedDictSearch (line 1798) | size_t ZSTD_compressBlock_greedy_dedicatedDictSearch( function ZSTD_compressBlock_greedy_row (line 1805) | size_t ZSTD_compressBlock_greedy_row( function ZSTD_compressBlock_greedy_dictMatchState_row (line 1812) | size_t ZSTD_compressBlock_greedy_dictMatchState_row( function ZSTD_compressBlock_greedy_dedicatedDictSearch_row (line 1819) | size_t ZSTD_compressBlock_greedy_dedicatedDictSearch_row( function ZSTD_compressBlock_lazy (line 1828) | size_t ZSTD_compressBlock_lazy( function ZSTD_compressBlock_lazy_dictMatchState (line 1835) | size_t ZSTD_compressBlock_lazy_dictMatchState( function ZSTD_compressBlock_lazy_dedicatedDictSearch (line 1842) | size_t ZSTD_compressBlock_lazy_dedicatedDictSearch( function ZSTD_compressBlock_lazy_row (line 1849) | size_t ZSTD_compressBlock_lazy_row( function ZSTD_compressBlock_lazy_dictMatchState_row (line 1856) | size_t ZSTD_compressBlock_lazy_dictMatchState_row( function ZSTD_compressBlock_lazy_dedicatedDictSearch_row (line 1863) | size_t ZSTD_compressBlock_lazy_dedicatedDictSearch_row( function ZSTD_compressBlock_lazy2 (line 1872) | size_t ZSTD_compressBlock_lazy2( function ZSTD_compressBlock_lazy2_dictMatchState (line 1879) | size_t ZSTD_compressBlock_lazy2_dictMatchState( function ZSTD_compressBlock_lazy2_dedicatedDictSearch (line 1886) | size_t ZSTD_compressBlock_lazy2_dedicatedDictSearch( function ZSTD_compressBlock_lazy2_row (line 1893) | size_t ZSTD_compressBlock_lazy2_row( function ZSTD_compressBlock_lazy2_dictMatchState_row (line 1900) | size_t ZSTD_compressBlock_lazy2_dictMatchState_row( function ZSTD_compressBlock_lazy2_dedicatedDictSearch_row (line 1907) | size_t ZSTD_compressBlock_lazy2_dedicatedDictSearch_row( function ZSTD_compressBlock_btlazy2 (line 1916) | size_t ZSTD_compressBlock_btlazy2( function ZSTD_compressBlock_btlazy2_dictMatchState (line 1923) | size_t ZSTD_compressBlock_btlazy2_dictMatchState( function ZSTD_compressBlock_lazy_extDict_generic (line 1937) | size_t ZSTD_compressBlock_lazy_extDict_generic( function ZSTD_compressBlock_greedy_extDict (line 2141) | size_t ZSTD_compressBlock_greedy_extDict( function ZSTD_compressBlock_greedy_extDict_row (line 2148) | size_t ZSTD_compressBlock_greedy_extDict_row( function ZSTD_compressBlock_lazy_extDict (line 2157) | size_t ZSTD_compressBlock_lazy_extDict( function ZSTD_compressBlock_lazy_extDict_row (line 2165) | size_t ZSTD_compressBlock_lazy_extDict_row( function ZSTD_compressBlock_lazy2_extDict (line 2175) | size_t ZSTD_compressBlock_lazy2_extDict( function ZSTD_compressBlock_lazy2_extDict_row (line 2183) | size_t ZSTD_compressBlock_lazy2_extDict_row( function ZSTD_compressBlock_btlazy2_extDict (line 2192) | size_t ZSTD_compressBlock_btlazy2_extDict( FILE: NanaZip.Codecs/Zstandard/compress/zstd_ldm.c type ldmRollingHashState_t (line 23) | typedef struct { function ZSTD_ldm_gear_init (line 32) | static void ZSTD_ldm_gear_init(ldmRollingHashState_t* state, ldmParams_t... function ZSTD_ldm_gear_reset (line 65) | static void ZSTD_ldm_gear_reset(ldmRollingHashState_t* state, function ZSTD_ldm_gear_feed (line 96) | static size_t ZSTD_ldm_gear_feed(ldmRollingHashState_t* state, function ZSTD_ldm_adjustParameters (line 135) | void ZSTD_ldm_adjustParameters(ldmParams_t* params, function ZSTD_ldm_getTableSize (line 169) | size_t ZSTD_ldm_getTableSize(ldmParams_t params) function ZSTD_ldm_getMaxNbSeq (line 179) | size_t ZSTD_ldm_getMaxNbSeq(ldmParams_t params, size_t maxChunkSize) function ldmEntry_t (line 186) | static ldmEntry_t* ZSTD_ldm_getBucket( function ZSTD_ldm_insertEntry (line 194) | static void ZSTD_ldm_insertEntry(ldmState_t* ldmState, function ZSTD_ldm_countBackwardsMatch (line 210) | static size_t ZSTD_ldm_countBackwardsMatch( function ZSTD_ldm_countBackwardsMatch_2segments (line 228) | static size_t ZSTD_ldm_countBackwardsMatch_2segments( function ZSTD_ldm_fillFastTables (line 251) | static size_t ZSTD_ldm_fillFastTables(ZSTD_MatchState_t* ms, function ZSTD_ldm_fillHashTable (line 285) | void ZSTD_ldm_fillHashTable( function ZSTD_ldm_limitTableUpdate (line 331) | static void ZSTD_ldm_limitTableUpdate(ZSTD_MatchState_t* ms, const BYTE*... function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 340) | static function ZSTD_ldm_reduceTable (line 516) | static void ZSTD_ldm_reduceTable(ldmEntry_t* const table, U32 const size, function ZSTD_ldm_generateSequences (line 526) | size_t ZSTD_ldm_generateSequences( function ZSTD_ldm_skipSequences (line 603) | void function rawSeq (line 640) | static rawSeq maybeSplitSequence(RawSeqStore_t* rawSeqStore, function ZSTD_ldm_skipRawSeqStoreBytes (line 664) | void ZSTD_ldm_skipRawSeqStoreBytes(RawSeqStore_t* rawSeqStore, size_t nb... function ZSTD_ldm_blockCompress (line 681) | size_t ZSTD_ldm_blockCompress(RawSeqStore_t* rawSeqStore, FILE: NanaZip.Codecs/Zstandard/compress/zstd_opt.c function MEM_STATIC (line 45) | MEM_STATIC U32 ZSTD_bitWeight(U32 stat) function MEM_STATIC (line 53) | MEM_STATIC U32 ZSTD_fracWeight(U32 rawStat) function MEM_STATIC (line 71) | MEM_STATIC double ZSTD_fCost(int price) function ZSTD_compressedLiterals (line 77) | static int ZSTD_compressedLiterals(optState_t const* const optPtr) function ZSTD_setBasePrices (line 82) | static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) function U32 (line 92) | static U32 sum_u32(const unsigned table[], size_t nbElts) type base_directive_e (line 102) | typedef enum { base_0possible=0, base_1guaranteed=1 } base_directive_e; function U32 (line 104) | static U32 function U32 (line 123) | static U32 ZSTD_scaleStats(unsigned* table, U32 lastEltIndex, U32 logTar... function ZSTD_rescaleFreqs (line 140) | static void function U32 (line 266) | static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const li... function U32 (line 295) | static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* co... function FORCE_INLINE_TEMPLATE (line 323) | FORCE_INLINE_TEMPLATE U32 function ZSTD_updateStats (line 356) | static void ZSTD_updateStats(optState_t* const optPtr, function MEM_STATIC (line 393) | MEM_STATIC U32 ZSTD_readMINMATCH(const void* memPtr, U32 length) function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 409) | static function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 440) | static function ZSTD_updateTree_internal (line 562) | void ZSTD_updateTree_internal( function ZSTD_updateTree (line 583) | void ZSTD_updateTree(ZSTD_MatchState_t* ms, const BYTE* ip, const BYTE* ... function U32 (line 589) | U32 type U32 (line 820) | typedef U32 (*ZSTD_getAllMatchesFn)( function U32 (line 832) | U32 ZSTD_btGetAllMatches_internal( function GEN_ZSTD_BT_GET_ALL_MATCHES (line 876) | GEN_ZSTD_BT_GET_ALL_MATCHES(noDict) function ZSTD_opt_getNextMatchAndUpdateSeqStore (line 940) | static void function ZSTD_optLdm_maybeAddMatch (line 996) | static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatc... function ZSTD_optLdm_processMatchCandidate (line 1024) | static void function listStats (line 1055) | static void function ZSTD_compressBlock_opt_generic (line 1076) | size_t function ZSTD_compressBlock_opt0 (line 1446) | static size_t ZSTD_compressBlock_opt0( function ZSTD_compressBlock_opt2 (line 1455) | static size_t ZSTD_compressBlock_opt2( function ZSTD_compressBlock_btopt (line 1464) | size_t ZSTD_compressBlock_btopt( function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 1482) | static function ZSTD_compressBlock_btultra (line 1509) | size_t ZSTD_compressBlock_btultra( function ZSTD_compressBlock_btultra2 (line 1517) | size_t ZSTD_compressBlock_btultra2( function ZSTD_compressBlock_btopt_dictMatchState (line 1547) | size_t ZSTD_compressBlock_btopt_dictMatchState( function ZSTD_compressBlock_btopt_extDict (line 1554) | size_t ZSTD_compressBlock_btopt_extDict( function ZSTD_compressBlock_btultra_dictMatchState (line 1563) | size_t ZSTD_compressBlock_btultra_dictMatchState( function ZSTD_compressBlock_btultra_extDict (line 1570) | size_t ZSTD_compressBlock_btultra_extDict( FILE: NanaZip.Codecs/Zstandard/compress/zstd_preSplit.c function hash2 (line 33) | FORCE_INLINE_TEMPLATE unsigned hash2(const void *p, unsigned hashLog) type Fingerprint (line 42) | typedef struct { type FPStats (line 46) | typedef struct { function initStats (line 51) | static void initStats(FPStats* fpstats) function FORCE_INLINE_TEMPLATE (line 56) | FORCE_INLINE_TEMPLATE void function FORCE_INLINE_TEMPLATE (line 69) | FORCE_INLINE_TEMPLATE void function U64 (line 93) | static U64 abs64(S64 s64) { return (U64)((s64 < 0) ? -s64 : s64); } function U64 (line 95) | static U64 fpDistance(const Fingerprint* fp1, const Fingerprint* fp2, un... function compareFingerprints (line 110) | static int compareFingerprints(const Fingerprint* ref, function mergeEvents (line 124) | static void mergeEvents(Fingerprint* acc, const Fingerprint* newfp) function flushEvents (line 133) | static void flushEvents(FPStats* fpstats) function removeEvents (line 143) | static void removeEvents(Fingerprint* acc, const Fingerprint* slice) function ZSTD_splitBlock_byChunks (line 154) | static size_t ZSTD_splitBlock_byChunks(const void* blockStart, size_t bl... function ZSTD_splitBlock_fromBorders (line 198) | static size_t ZSTD_splitBlock_fromBorders(const void* blockStart, size_t... function ZSTD_splitBlock (line 228) | size_t ZSTD_splitBlock(const void* blockStart, size_t blockSize, FILE: NanaZip.Codecs/Zstandard/compress/zstdmt_compress.c function GetCurrentClockTimeMicroseconds (line 51) | static unsigned long long GetCurrentClockTimeMicroseconds(void) type Buffer (line 90) | typedef struct buffer_s { type ZSTDMT_bufferPool (line 97) | typedef struct ZSTDMT_bufferPool_s { function ZSTDMT_freeBufferPool (line 106) | static void ZSTDMT_freeBufferPool(ZSTDMT_bufferPool* bufPool) function ZSTDMT_bufferPool (line 122) | static ZSTDMT_bufferPool* ZSTDMT_createBufferPool(unsigned maxNbBuffers,... function ZSTDMT_sizeof_bufferPool (line 144) | static size_t ZSTDMT_sizeof_bufferPool(ZSTDMT_bufferPool* bufPool) function ZSTDMT_setBufferSize (line 162) | static void ZSTDMT_setBufferSize(ZSTDMT_bufferPool* const bufPool, size_... function ZSTDMT_bufferPool (line 171) | static ZSTDMT_bufferPool* ZSTDMT_expandBufferPool(ZSTDMT_bufferPool* src... function Buffer (line 192) | static Buffer ZSTDMT_getBuffer(ZSTDMT_bufferPool* bufPool) function Buffer (line 234) | static Buffer ZSTDMT_resizeBuffer(ZSTDMT_bufferPool* bufPool, Buffer buf... function ZSTDMT_releaseBuffer (line 255) | static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, Buffer buf) type ZSTDMT_bufferPool (line 286) | typedef ZSTDMT_bufferPool ZSTDMT_seqPool; function ZSTDMT_sizeof_seqPool (line 288) | static size_t ZSTDMT_sizeof_seqPool(ZSTDMT_seqPool* seqPool) function RawSeqStore_t (line 293) | static RawSeqStore_t bufferToSeq(Buffer buffer) function Buffer (line 301) | static Buffer seqToBuffer(RawSeqStore_t seq) function RawSeqStore_t (line 309) | static RawSeqStore_t ZSTDMT_getSeq(ZSTDMT_seqPool* seqPool) function RawSeqStore_t (line 318) | static RawSeqStore_t ZSTDMT_resizeSeq(ZSTDMT_seqPool* seqPool, RawSeqSto... function ZSTDMT_releaseSeq (line 324) | static void ZSTDMT_releaseSeq(ZSTDMT_seqPool* seqPool, RawSeqStore_t seq) function ZSTDMT_setNbSeq (line 329) | static void ZSTDMT_setNbSeq(ZSTDMT_seqPool* const seqPool, size_t const ... function ZSTDMT_seqPool (line 334) | static ZSTDMT_seqPool* ZSTDMT_createSeqPool(unsigned nbWorkers, ZSTD_cus... function ZSTDMT_freeSeqPool (line 342) | static void ZSTDMT_freeSeqPool(ZSTDMT_seqPool* seqPool) function ZSTDMT_seqPool (line 347) | static ZSTDMT_seqPool* ZSTDMT_expandSeqPool(ZSTDMT_seqPool* pool, U32 nb... type ZSTDMT_CCtxPool (line 356) | typedef struct { function ZSTDMT_freeCCtxPool (line 365) | static void ZSTDMT_freeCCtxPool(ZSTDMT_CCtxPool* pool) function ZSTDMT_CCtxPool (line 380) | static ZSTDMT_CCtxPool* ZSTDMT_createCCtxPool(int nbWorkers, function ZSTDMT_CCtxPool (line 405) | static ZSTDMT_CCtxPool* ZSTDMT_expandCCtxPool(ZSTDMT_CCtxPool* srcPool, function ZSTDMT_sizeof_CCtxPool (line 418) | static size_t ZSTDMT_sizeof_CCtxPool(ZSTDMT_CCtxPool* cctxPool) function ZSTD_CCtx (line 435) | static ZSTD_CCtx* ZSTDMT_getCCtx(ZSTDMT_CCtxPool* cctxPool) function ZSTDMT_releaseCCtx (line 450) | static void ZSTDMT_releaseCCtx(ZSTDMT_CCtxPool* pool, ZSTD_CCtx* cctx) type Range (line 466) | typedef struct { type SerialState (line 471) | typedef struct { function ZSTDMT_serialState_reset (line 487) | static int function ZSTDMT_serialState_init (line 558) | static int ZSTDMT_serialState_init(SerialState* serialState) function ZSTDMT_serialState_free (line 569) | static void ZSTDMT_serialState_free(SerialState* serialState) function ZSTDMT_serialState_genSequences (line 580) | static void function ZSTDMT_serialState_applySequences (line 623) | static void function ZSTDMT_serialState_ensureFinished (line 636) | static void ZSTDMT_serialState_ensureFinished(SerialState* serialState, type ZSTDMT_jobDescription (line 662) | typedef struct { function ZSTDMT_compressionJob (line 693) | static void ZSTDMT_compressionJob(void* jobDescription) type InBuff_t (line 827) | typedef struct { type RoundBuff_t (line 833) | typedef struct { type RSyncState_t (line 860) | typedef struct { type ZSTDMT_CCtx_s (line 866) | struct ZSTDMT_CCtx_s { function ZSTDMT_freeJobsTable (line 894) | static void ZSTDMT_freeJobsTable(ZSTDMT_jobDescription* jobTable, U32 nb... function ZSTDMT_jobDescription (line 908) | static ZSTDMT_jobDescription* ZSTDMT_createJobsTable(U32* nbJobsPtr, ZST... function ZSTDMT_expandJobsTable (line 929) | static size_t ZSTDMT_expandJobsTable (ZSTDMT_CCtx* mtctx, U32 nbWorkers) { function ZSTDMT_CCtxParam_setNbWorkers (line 945) | static size_t ZSTDMT_CCtxParam_setNbWorkers(ZSTD_CCtx_params* params, un... function MEM_STATIC (line 950) | MEM_STATIC ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced_internal(unsigned nbW... function ZSTDMT_CCtx (line 992) | ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customM... function ZSTDMT_releaseAllJobResources (line 1007) | static void ZSTDMT_releaseAllJobResources(ZSTDMT_CCtx* mtctx) function ZSTDMT_waitForAllJobsCompleted (line 1029) | static void ZSTDMT_waitForAllJobsCompleted(ZSTDMT_CCtx* mtctx) function ZSTDMT_freeCCtx (line 1044) | size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) function ZSTDMT_sizeof_CCtx (line 1062) | size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) function ZSTDMT_resize (line 1078) | static size_t ZSTDMT_resize(ZSTDMT_CCtx* mtctx, unsigned nbWorkers) function ZSTDMT_updateCParams_whileCompressing (line 1096) | void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZST... function ZSTD_frameProgression (line 1113) | ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx) function ZSTDMT_toFlushNow (line 1147) | size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx) function ZSTDMT_computeTargetJobLog (line 1184) | static unsigned ZSTDMT_computeTargetJobLog(const ZSTD_CCtx_params* params) function ZSTDMT_overlapLog_default (line 1198) | static int ZSTDMT_overlapLog_default(ZSTD_strategy strat) function ZSTDMT_overlapLog (line 1219) | static int ZSTDMT_overlapLog(int ovlog, ZSTD_strategy strat) function ZSTDMT_computeOverlapSize (line 1226) | static size_t ZSTDMT_computeOverlapSize(const ZSTD_CCtx_params* params) function ZSTDMT_initCStream_internal (line 1249) | size_t ZSTDMT_initCStream_internal( function ZSTDMT_writeLastEmptyBlock (line 1385) | static void ZSTDMT_writeLastEmptyBlock(ZSTDMT_jobDescription* job) function ZSTDMT_createCompressionJob (line 1403) | static size_t ZSTDMT_createCompressionJob(ZSTDMT_CCtx* mtctx, size_t src... function ZSTDMT_flushProduced (line 1488) | static size_t ZSTDMT_flushProduced(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* o... function Range (line 1579) | static Range ZSTDMT_getInputDataInUse(ZSTDMT_CCtx* mtctx) function ZSTDMT_isOverlapped (line 1615) | static int ZSTDMT_isOverlapped(Buffer buffer, Range range) function ZSTDMT_doesOverlapWindow (line 1635) | static int ZSTDMT_doesOverlapWindow(Buffer buffer, ZSTD_window_t window) function ZSTDMT_waitForLdmComplete (line 1657) | static void ZSTDMT_waitForLdmComplete(ZSTDMT_CCtx* mtctx, Buffer buffer) function ZSTDMT_tryGetInputRange (line 1680) | static int ZSTDMT_tryGetInputRange(ZSTDMT_CCtx* mtctx) type SyncPoint (line 1734) | typedef struct { function SyncPoint (line 1745) | static SyncPoint function ZSTDMT_nextInputSizeHint (line 1842) | size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx) function ZSTDMT_compressStream_generic (line 1853) | size_t ZSTDMT_compressStream_generic(ZSTDMT_CCtx* mtctx, FILE: NanaZip.Codecs/Zstandard/compress/zstdmt_compress.h type ZSTDMT_CCtx (line 45) | typedef struct ZSTDMT_CCtx_s ZSTDMT_CCtx; FILE: NanaZip.Codecs/Zstandard/decompress/huf_decompress.c type DTableDesc (line 141) | typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE r... function DTableDesc (line 143) | static DTableDesc HUF_getDTableDesc(const HUF_DTable* table) function HUF_initFastDStream (line 150) | static size_t HUF_initFastDStream(BYTE const* ip) { type HUF_DecompressFastArgs (line 173) | typedef struct { function HUF_DecompressFastArgs_init (line 191) | static size_t HUF_DecompressFastArgs_init(HUF_DecompressFastArgs* args, ... function HUF_initRemainingDStream (line 281) | static size_t HUF_initRemainingDStream(BIT_DStream_t* bit, HUF_Decompres... type HUF_DEltX1 (line 329) | typedef struct { BYTE nbBits; BYTE byte; } HUF_DEltX1; function U64 (line 335) | static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { function U32 (line 352) | static U32 HUF_rescaleStats(BYTE* huffWeight, U32* rankVal, U32 nbSymbol... type HUF_ReadDTableX1_Workspace (line 377) | typedef struct { function HUF_readDTableX1_wksp (line 385) | size_t HUF_readDTableX1_wksp(HUF_DTable* DTable, const void* src, size_t... function FORCE_INLINE_TEMPLATE (line 521) | FORCE_INLINE_TEMPLATE BYTE function HINT_INLINE (line 545) | HINT_INLINE size_t function FORCE_INLINE_TEMPLATE (line 574) | FORCE_INLINE_TEMPLATE size_t function FORCE_INLINE_TEMPLATE (line 601) | FORCE_INLINE_TEMPLATE size_t function BMI2_TARGET_ATTRIBUTE (line 701) | static BMI2_TARGET_ATTRIBUTE function HUF_decompress4X1_usingDTable_internal_default (line 708) | static function HUF_FAST_BMI2_ATTRS (line 720) | static HUF_FAST_BMI2_ATTRS function HUF_FAST_BMI2_ATTRS (line 838) | static HUF_FAST_BMI2_ATTRS function HUF_decompress4X1_usingDTable_internal (line 895) | HUF_DGEN(HUF_decompress1X1_usingDTable_internal) function HUF_decompress4X1_DCtx_wksp (line 930) | static size_t HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, s... type HUF_DEltX2 (line 953) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; type sortedSymbol_t (line 954) | typedef struct { BYTE symbol; } sortedSymbol_t; type U32 (line 955) | typedef U32 rankValCol_t[HUF_TABLELOG_MAX + 1]; type rankValCol_t (line 956) | typedef rankValCol_t rankVal_t[HUF_TABLELOG_MAX]; function U32 (line 961) | static U32 HUF_buildDEltX2U32(U32 symbol, U32 nbBits, U32 baseSeq, int l... function HUF_DEltX2 (line 980) | static HUF_DEltX2 HUF_buildDEltX2(U32 symbol, U32 nbBits, U32 baseSeq, i... function U64 (line 992) | static U64 HUF_buildDEltX2U64(U32 symbol, U32 nbBits, U16 baseSeq, int l... function HUF_fillDTableX2ForWeight (line 1010) | static void HUF_fillDTableX2ForWeight( function HUF_fillDTableX2Level2 (line 1069) | static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 targetLog, co... function HUF_fillDTableX2 (line 1124) | static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, type HUF_ReadDTableX2_Workspace (line 1170) | typedef struct { function HUF_readDTableX2_wksp (line 1179) | size_t HUF_readDTableX2_wksp(HUF_DTable* DTable, function FORCE_INLINE_TEMPLATE (line 1265) | FORCE_INLINE_TEMPLATE U32 function FORCE_INLINE_TEMPLATE (line 1274) | FORCE_INLINE_TEMPLATE U32 function HINT_INLINE (line 1307) | HINT_INLINE size_t function FORCE_INLINE_TEMPLATE (line 1352) | FORCE_INLINE_TEMPLATE size_t function FORCE_INLINE_TEMPLATE (line 1383) | FORCE_INLINE_TEMPLATE size_t function BMI2_TARGET_ATTRIBUTE (line 1504) | static BMI2_TARGET_ATTRIBUTE function HUF_decompress4X2_usingDTable_internal_default (line 1511) | static function HUF_FAST_BMI2_ATTRS (line 1523) | static HUF_FAST_BMI2_ATTRS function HUF_FAST_BMI2_ATTRS (line 1666) | static HUF_FAST_BMI2_ATTRS size_t function HUF_decompress4X2_usingDTable_internal (line 1719) | static size_t HUF_decompress4X2_usingDTable_internal(void* dst, size_t d... function HUF_decompress1X2_DCtx_wksp (line 1752) | HUF_DGEN(HUF_decompress1X2_usingDTable_internal) function HUF_decompress4X2_DCtx_wksp (line 1769) | static size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, s... type algo_time_t (line 1793) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function U32 (line 1821) | U32 HUF_selectDecoder (size_t dstSize, size_t cSrcSize) function HUF_decompress1X_DCtx_wksp (line 1845) | size_t HUF_decompress1X_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t ds... function HUF_decompress1X_usingDTable (line 1876) | size_t HUF_decompress1X_usingDTable(void* dst, size_t maxDstSize, const ... function HUF_decompress1X1_DCtx_wksp (line 1894) | size_t HUF_decompress1X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t d... function HUF_decompress4X_usingDTable (line 1907) | size_t HUF_decompress4X_usingDTable(void* dst, size_t maxDstSize, const ... function HUF_decompress4X_hufOnly_wksp (line 1924) | size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable* dctx, void* dst, size_t... FILE: NanaZip.Codecs/Zstandard/decompress/zstd_ddict.c type ZSTD_DDict_s (line 36) | struct ZSTD_DDict_s { function ZSTD_DDict_dictSize (line 52) | size_t ZSTD_DDict_dictSize(const ZSTD_DDict* ddict) function ZSTD_copyDDictParameters (line 58) | void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) function ZSTD_loadEntropy_intoDDict (line 89) | static size_t function ZSTD_initDDict_internal (line 120) | static size_t ZSTD_initDDict_internal(ZSTD_DDict* ddict, function ZSTD_DDict (line 145) | ZSTD_DDict* ZSTD_createDDict_advanced(const void* dict, size_t dictSize, function ZSTD_DDict (line 170) | ZSTD_DDict* ZSTD_createDDict(const void* dict, size_t dictSize) function ZSTD_DDict (line 180) | ZSTD_DDict* ZSTD_createDDict_byReference(const void* dictBuffer, size_t ... function ZSTD_DDict (line 187) | const ZSTD_DDict* ZSTD_initStaticDDict( function ZSTD_freeDDict (line 212) | size_t ZSTD_freeDDict(ZSTD_DDict* ddict) function ZSTD_estimateDDictSize (line 225) | size_t ZSTD_estimateDDictSize(size_t dictSize, ZSTD_dictLoadMethod_e dic... function ZSTD_sizeof_DDict (line 230) | size_t ZSTD_sizeof_DDict(const ZSTD_DDict* ddict) function ZSTD_getDictID_fromDDict (line 240) | unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict) FILE: NanaZip.Codecs/Zstandard/decompress/zstd_decompress.c function ZSTD_DDictHashSet_getIndex (line 95) | static size_t ZSTD_DDictHashSet_getIndex(const ZSTD_DDictHashSet* hashSe... function ZSTD_DDictHashSet_emplaceDDict (line 105) | static size_t ZSTD_DDictHashSet_emplaceDDict(ZSTD_DDictHashSet* hashSet,... function ZSTD_DDictHashSet_expand (line 131) | static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_... function ZSTD_DDict (line 156) | static const ZSTD_DDict* ZSTD_DDictHashSet_getDDict(ZSTD_DDictHashSet* h... function ZSTD_DDictHashSet (line 178) | static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customM... function ZSTD_freeDDictHashSet (line 196) | static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_custo... function ZSTD_DDictHashSet_addDDict (line 209) | static size_t ZSTD_DDictHashSet_addDDict(ZSTD_DDictHashSet* hashSet, con... function ZSTD_sizeof_DCtx (line 221) | size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) function ZSTD_estimateDCtxSize (line 229) | size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } function ZSTD_startingInputLength (line 232) | static size_t ZSTD_startingInputLength(ZSTD_format_e format) function ZSTD_DCtx_resetParameters (line 240) | static void ZSTD_DCtx_resetParameters(ZSTD_DCtx* dctx) function ZSTD_initDCtx_internal (line 252) | static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) function ZSTD_DCtx (line 281) | ZSTD_DCtx* ZSTD_initStaticDCtx(void *workspace, size_t workspaceSize) function ZSTD_DCtx (line 294) | static ZSTD_DCtx* ZSTD_createDCtx_internal(ZSTD_customMem customMem) { function ZSTD_DCtx (line 305) | ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) function ZSTD_DCtx (line 310) | ZSTD_DCtx* ZSTD_createDCtx(void) function ZSTD_clearDict (line 316) | static void ZSTD_clearDict(ZSTD_DCtx* dctx) function ZSTD_freeDCtx (line 324) | size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function ZSTD_copyDCtx (line 346) | void ZSTD_copyDCtx(ZSTD_DCtx* dstDCtx, const ZSTD_DCtx* srcDCtx) function ZSTD_DCtx_selectFrameDDict (line 360) | static void ZSTD_DCtx_selectFrameDDict(ZSTD_DCtx* dctx) { function ZSTD_isFrame (line 385) | unsigned ZSTD_isFrame(const void* buffer, size_t size) function ZSTD_isSkippableFrame (line 402) | unsigned ZSTD_isSkippableFrame(const void* buffer, size_t size) function ZSTD_frameHeaderSize_internal (line 416) | static size_t ZSTD_frameHeaderSize_internal(const void* src, size_t srcS... function ZSTD_frameHeaderSize (line 435) | size_t ZSTD_frameHeaderSize(const void* src, size_t srcSize) function ZSTD_getFrameHeader_advanced (line 447) | size_t ZSTD_getFrameHeader_advanced(ZSTD_FrameHeader* zfhPtr, const void... function ZSTD_getFrameHeader (line 559) | size_t ZSTD_getFrameHeader(ZSTD_FrameHeader* zfhPtr, const void* src, si... function ZSTD_getFrameContentSize (line 569) | unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcS... function readSkippableFrameSize (line 587) | static size_t readSkippableFrameSize(void const* src, size_t srcSize) function ZSTD_readSkippableFrame (line 614) | size_t ZSTD_readSkippableFrame(void* dst, size_t dstCapacity, function ZSTD_findDecompressedSize (line 643) | unsigned long long ZSTD_findDecompressedSize(const void* src, size_t src... function ZSTD_getDecompressedSize (line 690) | unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcS... function ZSTD_decodeFrameHeader (line 702) | static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx* dctx, const void* src, s... function ZSTD_frameSizeInfo (line 726) | static ZSTD_frameSizeInfo ZSTD_errorFrameSizeInfo(size_t ret) function ZSTD_frameSizeInfo (line 734) | static ZSTD_frameSizeInfo ZSTD_findFrameSizeInfo(const void* src, size_t... function ZSTD_findFrameCompressedSize_advanced (line 801) | static size_t ZSTD_findFrameCompressedSize_advanced(const void *src, siz... function ZSTD_findFrameCompressedSize (line 809) | size_t ZSTD_findFrameCompressedSize(const void *src, size_t srcSize) function ZSTD_decompressBound (line 820) | unsigned long long ZSTD_decompressBound(const void* src, size_t srcSize) function ZSTD_decompressionMargin (line 838) | size_t ZSTD_decompressionMargin(void const* src, size_t srcSize) function ZSTD_insertBlock (line 887) | size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const void* blockStart, size_t ... function ZSTD_copyRawBlock (line 896) | static size_t ZSTD_copyRawBlock(void* dst, size_t dstCapacity, function ZSTD_setRleBlock (line 909) | static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, function ZSTD_DCtx_trace_end (line 922) | static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedS... function ZSTD_decompressFrame (line 953) | static size_t ZSTD_decompressFrame(ZSTD_DCtx* dctx, function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 1068) | static function ZSTD_decompress_usingDict (line 1171) | size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, function ZSTD_DDict (line 1180) | static ZSTD_DDict const* ZSTD_getDDict(ZSTD_DCtx* dctx) function ZSTD_decompressDCtx (line 1197) | size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacit... function ZSTD_decompress (line 1203) | size_t ZSTD_decompress(void* dst, size_t dstCapacity, const void* src, s... function ZSTD_nextSrcSizeToDecompress (line 1224) | size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expe... function ZSTD_nextSrcSizeToDecompressWithInputSize (line 1236) | static size_t ZSTD_nextSrcSizeToDecompressWithInputSize(ZSTD_DCtx* dctx,... function ZSTD_nextInputType_e (line 1244) | ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { function ZSTD_isSkipFrame (line 1269) | static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZST... function ZSTD_decompressContinue (line 1275) | size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t dstCap... function ZSTD_refDictContent (line 1435) | static size_t ZSTD_refDictContent(ZSTD_DCtx* dctx, const void* dict, siz... function ZSTD_loadDEntropy (line 1451) | size_t function ZSTD_decompress_insertDictionary (line 1539) | static size_t ZSTD_decompress_insertDictionary(ZSTD_DCtx* dctx, const vo... function ZSTD_decompressBegin (line 1560) | size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) function ZSTD_decompressBegin_usingDict (line 1588) | size_t ZSTD_decompressBegin_usingDict(ZSTD_DCtx* dctx, const void* dict,... function ZSTD_decompressBegin_usingDDict (line 1601) | size_t ZSTD_decompressBegin_usingDDict(ZSTD_DCtx* dctx, const ZSTD_DDict... function ZSTD_getDictID_fromDict (line 1624) | unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize) function ZSTD_getDictID_fromFrame (line 1644) | unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize) function ZSTD_decompress_usingDDict (line 1656) | size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, function ZSTD_DStream (line 1672) | ZSTD_DStream* ZSTD_createDStream(void) function ZSTD_DStream (line 1678) | ZSTD_DStream* ZSTD_initStaticDStream(void *workspace, size_t workspaceSize) function ZSTD_DStream (line 1683) | ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) function ZSTD_freeDStream (line 1688) | size_t ZSTD_freeDStream(ZSTD_DStream* zds) function ZSTD_DStreamInSize (line 1696) | size_t ZSTD_DStreamInSize(void) { return ZSTD_BLOCKSIZE_MAX + ZSTD_bloc... function ZSTD_DStreamOutSize (line 1697) | size_t ZSTD_DStreamOutSize(void) { return ZSTD_BLOCKSIZE_MAX; } function ZSTD_DCtx_loadDictionary_advanced (line 1699) | size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, function ZSTD_DCtx_loadDictionary_byReference (line 1715) | size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void*... function ZSTD_DCtx_loadDictionary (line 1720) | size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_... function ZSTD_DCtx_refPrefix_advanced (line 1725) | size_t ZSTD_DCtx_refPrefix_advanced(ZSTD_DCtx* dctx, const void* prefix,... function ZSTD_DCtx_refPrefix (line 1732) | size_t ZSTD_DCtx_refPrefix(ZSTD_DCtx* dctx, const void* prefix, size_t p... function ZSTD_initDStream_usingDict (line 1741) | size_t ZSTD_initDStream_usingDict(ZSTD_DStream* zds, const void* dict, s... function ZSTD_initDStream (line 1750) | size_t ZSTD_initDStream(ZSTD_DStream* zds) function ZSTD_initDStream_usingDDict (line 1761) | size_t ZSTD_initDStream_usingDDict(ZSTD_DStream* dctx, const ZSTD_DDict*... function ZSTD_resetDStream (line 1772) | size_t ZSTD_resetDStream(ZSTD_DStream* dctx) function ZSTD_DCtx_refDDict (line 1780) | size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) function ZSTD_DCtx_setMaxWindowSize (line 1804) | size_t ZSTD_DCtx_setMaxWindowSize(ZSTD_DCtx* dctx, size_t maxWindowSize) function ZSTD_DCtx_setFormat (line 1816) | size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format) function ZSTD_bounds (line 1821) | ZSTD_bounds ZSTD_dParam_getBounds(ZSTD_dParameter dParam) function ZSTD_dParam_withinBounds (line 1864) | static int ZSTD_dParam_withinBounds(ZSTD_dParameter dParam, int value) function ZSTD_DCtx_getParameter (line 1877) | size_t ZSTD_DCtx_getParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param, in... function ZSTD_DCtx_setParameter (line 1906) | size_t ZSTD_DCtx_setParameter(ZSTD_DCtx* dctx, ZSTD_dParameter dParam, i... function ZSTD_DCtx_reset (line 1947) | size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset) function ZSTD_sizeof_DStream (line 1965) | size_t ZSTD_sizeof_DStream(const ZSTD_DStream* dctx) function ZSTD_decodingBufferSize_internal (line 1970) | static size_t ZSTD_decodingBufferSize_internal(unsigned long long window... function ZSTD_decodingBufferSize_min (line 1988) | size_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsign... function ZSTD_estimateDStreamSize (line 1993) | size_t ZSTD_estimateDStreamSize(size_t windowSize) function ZSTD_estimateDStreamSize_fromFrame (line 2001) | size_t ZSTD_estimateDStreamSize_fromFrame(const void* src, size_t srcSize) function ZSTD_DCtx_isOverflow (line 2016) | static int ZSTD_DCtx_isOverflow(ZSTD_DStream* zds, size_t const neededIn... function ZSTD_DCtx_updateOversizedDuration (line 2021) | static void ZSTD_DCtx_updateOversizedDuration(ZSTD_DStream* zds, size_t ... function ZSTD_DCtx_isOversizedTooLong (line 2029) | static int ZSTD_DCtx_isOversizedTooLong(ZSTD_DStream* zds) function ZSTD_checkOutBuffer (line 2035) | static size_t ZSTD_checkOutBuffer(ZSTD_DStream const* zds, ZSTD_outBuffe... function ZSTD_decompressContinueStream (line 2057) | static size_t ZSTD_decompressContinueStream( function ZSTD_decompressStream (line 2086) | size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ... function ZSTD_decompressStream_simpleArgs (line 2392) | size_t ZSTD_decompressStream_simpleArgs ( FILE: NanaZip.Codecs/Zstandard/decompress/zstd_decompress_block.c function ZSTD_copy4 (line 47) | static void ZSTD_copy4(void* dst, const void* src) { ZSTD_memcpy(dst, sr... function ZSTD_blockSizeMax (line 54) | static size_t ZSTD_blockSizeMax(ZSTD_DCtx const* dctx) function ZSTD_getcBlockSize (line 63) | size_t ZSTD_getcBlockSize(const void* src, size_t srcSize, function ZSTD_allocateLiteralsBuffer (line 80) | static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst... function ZSTD_decodeLiteralsBlock (line 134) | static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, function ZSTD_decodeLiteralsBlock_wrapper (line 346) | size_t ZSTD_decodeLiteralsBlock_wrapper(ZSTD_DCtx* dctx, function ZSTD_buildSeqTable_rle (line 463) | static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U8... function FORCE_INLINE_TEMPLATE (line 484) | FORCE_INLINE_TEMPLATE function ZSTD_buildFSETable_body_default (line 606) | static void ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt, function BMI2_TARGET_ATTRIBUTE (line 616) | BMI2_TARGET_ATTRIBUTE static void ZSTD_buildFSETable_body_bmi2(ZSTD_seqS... function ZSTD_buildFSETable (line 626) | void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, function ZSTD_buildSeqTable (line 647) | static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD... function ZSTD_decodeSeqHeaders (line 695) | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, type seq_t (line 778) | typedef struct { type ZSTD_fseState (line 784) | typedef struct { type seqState_t (line 789) | typedef struct { function HINT_INLINE (line 804) | HINT_INLINE void ZSTD_overlapCopy8(BYTE** op, BYTE const** ip, size_t of... function ZSTD_safecopy (line 837) | static void ZSTD_safecopy(BYTE* op, const BYTE* const oend_w, BYTE const... function ZSTD_safecopyDstBeforeSrc (line 877) | static void ZSTD_safecopyDstBeforeSrc(BYTE* op, const BYTE* ip, ptrdiff_... function ZSTD_execSequenceEnd (line 907) | size_t ZSTD_execSequenceEnd(BYTE* op, function ZSTD_execSequenceEndSplitLitBuffer (line 955) | size_t ZSTD_execSequenceEndSplitLitBuffer(BYTE* op, function ZSTD_execSequence (line 1001) | size_t ZSTD_execSequence(BYTE* op, function ZSTD_execSequenceSplitLitBuffer (line 1100) | size_t ZSTD_execSequenceSplitLitBuffer(BYTE* op, function ZSTD_initFseState (line 1191) | static void function FORCE_INLINE_TEMPLATE (line 1203) | FORCE_INLINE_TEMPLATE void type ZSTD_longOffset_e (line 1220) | typedef enum { ZSTD_lo_isRegularOffset, ZSTD_lo_isLongOffset=1 } ZSTD_lo... function FORCE_INLINE_TEMPLATE (line 1228) | FORCE_INLINE_TEMPLATE seq_t function ZSTD_dictionaryIsActive (line 1350) | static int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* pr... function ZSTD_assertValidSequence (line 1366) | static void ZSTD_assertValidSequence( function DONT_VECTORIZE (line 1402) | DONT_VECTORIZE function DONT_VECTORIZE (line 1614) | DONT_VECTORIZE function ZSTD_decompressSequences_default (line 1692) | static size_t function ZSTD_decompressSequencesSplitLitBuffer_default (line 1701) | static size_t function FORCE_INLINE_TEMPLATE (line 1713) | FORCE_INLINE_TEMPLATE function FORCE_INLINE_TEMPLATE (line 1732) | FORCE_INLINE_TEMPLATE size_t function ZSTD_decompressSequencesLong_default (line 1890) | static size_t function DONT_VECTORIZE (line 1906) | DONT_VECTORIZE function DONT_VECTORIZE (line 1915) | DONT_VECTORIZE function BMI2_TARGET_ATTRIBUTE (line 1926) | static BMI2_TARGET_ATTRIBUTE size_t function ZSTD_decompressSequences (line 1939) | static size_t function ZSTD_decompressSequencesSplitLitBuffer (line 1952) | static size_t function ZSTD_decompressSequencesLong (line 1974) | static size_t function ZSTD_totalHistorySize (line 1996) | static size_t ZSTD_totalHistorySize(BYTE* op, BYTE const* virtualStart) type ZSTD_OffsetInfo (line 2001) | typedef struct { function ZSTD_OffsetInfo (line 2012) | static ZSTD_OffsetInfo function ZSTD_maxShortOffset (line 2045) | static size_t ZSTD_maxShortOffset(void) function ZSTD_ALLOW_POINTER_OVERFLOW_ATTR (line 2177) | ZSTD_ALLOW_POINTER_OVERFLOW_ATTR function ZSTD_decompressBlock_deprecated (line 2189) | size_t ZSTD_decompressBlock_deprecated(ZSTD_DCtx* dctx, function ZSTD_decompressBlock (line 2204) | size_t ZSTD_decompressBlock(ZSTD_DCtx* dctx, FILE: NanaZip.Codecs/Zstandard/decompress/zstd_decompress_block.h type streaming_operation (line 37) | typedef enum { FILE: NanaZip.Codecs/Zstandard/decompress/zstd_decompress_internal.h type ZSTD_seqSymbol_header (line 62) | typedef struct { type ZSTD_seqSymbol (line 67) | typedef struct { type ZSTD_entropyDTables_t (line 80) | typedef struct { type ZSTD_dStage (line 89) | typedef enum { ZSTDds_getFrameHeaderSize, ZSTDds_decodeFrameHeader, type ZSTD_dStreamStage (line 94) | typedef enum { zdss_init=0, zdss_loadHeader, type ZSTD_dictUses_e (line 97) | typedef enum { type ZSTD_DDictHashSet (line 104) | typedef struct { type ZSTD_litLocation_e (line 120) | typedef enum { type ZSTD_DCtx_s (line 126) | struct ZSTD_DCtx_s function MEM_STATIC (line 213) | MEM_STATIC int ZSTD_DCtx_get_bmi2(const struct ZSTD_DCtx_s *dctx) { FILE: NanaZip.Codecs/Zstandard/legacy/zstd_legacy.h function ZSTD_isLegacy (line 56) | MEM_STATIC unsigned ZSTD_isLegacy(const void* src, size_t srcSize) function ZSTD_getDecompressedSize_legacy (line 89) | MEM_STATIC unsigned long long ZSTD_getDecompressedSize_legacy(const void... function MEM_STATIC (line 121) | MEM_STATIC size_t ZSTD_decompressLegacy( function MEM_STATIC (line 195) | MEM_STATIC ZSTD_frameSizeInfo ZSTD_findFrameSizeInfoLegacy(const void *s... function MEM_STATIC (line 269) | MEM_STATIC size_t ZSTD_findFrameCompressedSizeLegacy(const void *src, si... function MEM_STATIC (line 275) | MEM_STATIC size_t ZSTD_freeLegacyStreamContext(void* legacyContext, U32 ... function MEM_STATIC (line 301) | MEM_STATIC size_t ZSTD_initLegacyStream(void** legacyContext, U32 prevVe... function MEM_STATIC (line 366) | MEM_STATIC size_t ZSTD_decompressLegacyStream(void* legacyContext, U32 v... FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v01.c type FSE_errorCodes (line 44) | typedef enum { FSE_LIST_ERRORS(FSE_GENERATE_ENUM) } FSE_errorCodes; type FSE_CTable (line 58) | typedef unsigned FSE_CTable; type FSE_DTable (line 59) | typedef unsigned FSE_DTable; type FSE_CStream_t (line 61) | typedef struct type FSE_CState_t (line 70) | typedef struct type FSE_DStream_t (line 78) | typedef struct type FSE_DState_t (line 86) | typedef struct type FSE_DStream_status (line 92) | typedef enum { FSE_DStream_unfinished = 0, type FSE_decode_t (line 126) | typedef struct type BYTE (line 172) | typedef uint8_t BYTE; type U16 (line 173) | typedef uint16_t U16; type S16 (line 174) | typedef int16_t S16; type U32 (line 175) | typedef uint32_t U32; type S32 (line 176) | typedef int32_t S32; type U64 (line 177) | typedef uint64_t U64; type S64 (line 178) | typedef int64_t S64; type BYTE (line 180) | typedef unsigned char BYTE; type U16 (line 181) | typedef unsigned short U16; type S16 (line 182) | typedef signed short S16; type U32 (line 183) | typedef unsigned int U32; type S32 (line 184) | typedef signed int S32; type U64 (line 185) | typedef unsigned long long U64; type S64 (line 186) | typedef signed long long S64; function FSE_32bits (line 195) | static unsigned FSE_32bits(void) function FSE_isLittleEndian (line 200) | static unsigned FSE_isLittleEndian(void) function U16 (line 206) | static U16 FSE_read16(const void* memPtr) function U32 (line 211) | static U32 FSE_read32(const void* memPtr) function U64 (line 216) | static U64 FSE_read64(const void* memPtr) function U16 (line 221) | static U16 FSE_readLE16(const void* memPtr) function U32 (line 232) | static U32 FSE_readLE32(const void* memPtr) function U64 (line 244) | static U64 FSE_readLE64(const void* memPtr) function FSE_readLEST (line 256) | static size_t FSE_readLEST(const void* memPtr) type FSE_symbolCompressionTransform (line 290) | typedef struct type U32 (line 296) | typedef U32 DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)]; function FSE_highbit32 (line 301) | FORCE_INLINE unsigned FSE_highbit32 (U32 val) function U32 (line 347) | static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (table... type FSE_DTableHeader (line 352) | typedef struct { function FSE_buildDTable (line 357) | static size_t FSE_buildDTable function FSE_isError (line 429) | static unsigned FSE_isError(size_t code) { return (code > (size_t)(-FSE_... function FSE_abs (line 431) | static short FSE_abs(short a) function FSE_readNCount (line 440) | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVP... function FSE_buildDTable_rle (line 556) | static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) function FSE_buildDTable_raw (line 573) | static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) function FSE_initDStream (line 606) | static size_t FSE_initDStream(FSE_DStream_t* bitD, const void* srcBuffer... function FSE_lookBits (line 659) | static size_t FSE_lookBits(FSE_DStream_t* bitD, U32 nbBits) function FSE_lookBitsFast (line 665) | static size_t FSE_lookBitsFast(FSE_DStream_t* bitD, U32 nbBits) /* onl... function FSE_skipBits (line 671) | static void FSE_skipBits(FSE_DStream_t* bitD, U32 nbBits) function FSE_readBits (line 684) | static size_t FSE_readBits(FSE_DStream_t* bitD, U32 nbBits) function FSE_readBitsFast (line 691) | static size_t FSE_readBitsFast(FSE_DStream_t* bitD, U32 nbBits) /* onl... function FSE_reloadDStream (line 698) | static unsigned FSE_reloadDStream(FSE_DStream_t* bitD) function FSE_initDState (line 731) | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD,... function BYTE (line 740) | static BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD) function BYTE (line 751) | static BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, FSE_DStream_t*... function FSE_endOfDStream (line 765) | static unsigned FSE_endOfDStream(const FSE_DStream_t* bitD) function FSE_endOfDState (line 770) | static unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) function FORCE_INLINE (line 776) | FORCE_INLINE size_t FSE_decompress_usingDTable_generic( function FSE_decompress_usingDTable (line 846) | static size_t FSE_decompress_usingDTable(void* dst, size_t originalSize, function FSE_decompress (line 859) | static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* c... type HUF_CElt (line 898) | typedef struct HUF_CElt_s { type nodeElt (line 903) | typedef struct nodeElt_s { type HUF_DElt (line 914) | typedef struct { function HUF_readDTable (line 919) | static size_t HUF_readDTable (U16* DTable, const void* src, size_t srcSize) function BYTE (line 1021) | static BYTE HUF_decodeSymbol(FSE_DStream_t* Dstream, const HUF_DElt* dt,... function HUF_decompress_usingDTable (line 1029) | static size_t HUF_decompress_usingDTable( /* -3% slower when non stati... function HUF_decompress (line 1133) | static size_t HUF_decompress (void* dst, size_t maxDstSize, const void* ... type BYTE (line 1246) | typedef uint8_t BYTE; type U16 (line 1247) | typedef uint16_t U16; type S16 (line 1248) | typedef int16_t S16; type U32 (line 1249) | typedef uint32_t U32; type S32 (line 1250) | typedef int32_t S32; type U64 (line 1251) | typedef uint64_t U64; type BYTE (line 1253) | typedef unsigned char BYTE; type U16 (line 1254) | typedef unsigned short U16; type S16 (line 1255) | typedef signed short S16; type U32 (line 1256) | typedef unsigned int U32; type S32 (line 1257) | typedef signed int S32; type U64 (line 1258) | typedef unsigned long long U64; function ZSTD_32bits (line 1313) | static unsigned ZSTD_32bits(void) { return sizeof(void*)==4; } function ZSTD_isLittleEndian (line 1315) | static unsigned ZSTD_isLittleEndian(void) function U16 (line 1321) | static U16 ZSTD_read16(const void* p) { U16 r; memcpy(&r, p, sizeof(r... function ZSTD_copy4 (line 1323) | static void ZSTD_copy4(void* dst, const void* src) { memcpy(dst, src, ... function ZSTD_copy8 (line 1325) | static void ZSTD_copy8(void* dst, const void* src) { memcpy(dst, src, ... function ZSTD_wildcopy (line 1329) | static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length) function U16 (line 1337) | static U16 ZSTD_readLE16(const void* memPtr) function U32 (line 1347) | static U32 ZSTD_readLE24(const void* memPtr) function U32 (line 1352) | static U32 ZSTD_readBE32(const void* memPtr) type ZSTD_Cctx (line 1362) | typedef struct ZSTD_Cctx_s ZSTD_Cctx; type blockType_t (line 1364) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; type blockProperties_t (line 1366) | typedef struct type SeqStore_t (line 1372) | typedef struct { type cctxi_t (line 1389) | typedef struct ZSTD_Cctx_s function ZSTDv01_isError (line 1410) | unsigned ZSTDv01_isError(size_t code) { return ERR_isError(code); } function ZSTDv01_getcBlockSize (line 1425) | static size_t ZSTDv01_getcBlockSize(const void* src, size_t srcSize, blo... function ZSTD_copyUncompressedBlock (line 1445) | static size_t ZSTD_copyUncompressedBlock(void* dst, size_t maxDstSize, c... function ZSTD_decompressLiterals (line 1455) | static size_t ZSTD_decompressLiterals(void* ctx, function ZSTDv01_decodeLiteralsBlock (line 1480) | static size_t ZSTDv01_decodeLiteralsBlock(void* ctx, function ZSTDv01_decodeSeqHeaders (line 1534) | static size_t ZSTDv01_decodeSeqHeaders(int* nbSeq, const BYTE** dumpsPtr... type seq_t (line 1635) | typedef struct { type seqState_t (line 1641) | typedef struct { function ZSTD_decodeSequence (line 1652) | static void ZSTD_decodeSequence(seq_t* seq, seqState_t* seqState) function ZSTD_execSequence (line 1716) | static size_t ZSTD_execSequence(BYTE* op, type dctx_t (line 1801) | typedef struct ZSTDv01_Dctx_s function ZSTD_decompressSequences (line 1814) | static size_t ZSTD_decompressSequences( function ZSTD_decompressBlock (line 1887) | static size_t ZSTD_decompressBlock( function ZSTDv01_decompressDCtx (line 1908) | size_t ZSTDv01_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, c... function ZSTDv01_decompress (line 1965) | size_t ZSTDv01_decompress(void* dst, size_t maxDstSize, const void* src,... function ZSTD_errorFrameSizeInfoLegacy (line 1974) | static void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned long l... function ZSTDv01_findFrameSizeInfoLegacy (line 1980) | void ZSTDv01_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTDv01_resetDCtx (line 2031) | size_t ZSTDv01_resetDCtx(ZSTDv01_Dctx* dctx) function ZSTDv01_Dctx (line 2040) | ZSTDv01_Dctx* ZSTDv01_createDCtx(void) function ZSTDv01_freeDCtx (line 2048) | size_t ZSTDv01_freeDCtx(ZSTDv01_Dctx* dctx) function ZSTDv01_nextSrcSizeToDecompress (line 2054) | size_t ZSTDv01_nextSrcSizeToDecompress(ZSTDv01_Dctx* dctx) function ZSTDv01_decompressContinue (line 2059) | size_t ZSTDv01_decompressContinue(ZSTDv01_Dctx* dctx, void* dst, size_t ... FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v01.h type ZSTDv01_Dctx (line 60) | typedef struct ZSTDv01_Dctx_s ZSTDv01_Dctx; FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v02.c type BYTE (line 84) | typedef uint8_t BYTE; type U16 (line 85) | typedef uint16_t U16; type S16 (line 86) | typedef int16_t S16; type U32 (line 87) | typedef uint32_t U32; type S32 (line 88) | typedef int32_t S32; type U64 (line 89) | typedef uint64_t U64; type S64 (line 90) | typedef int64_t S64; type BYTE (line 92) | typedef unsigned char BYTE; type U16 (line 93) | typedef unsigned short U16; type S16 (line 94) | typedef signed short S16; type U32 (line 95) | typedef unsigned int U32; type S32 (line 96) | typedef signed int S32; type U64 (line 97) | typedef unsigned long long U64; type S64 (line 98) | typedef signed long long S64; function MEM_32bits (line 106) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(void*)==4; } function MEM_64bits (line 107) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(void*)==8; } function MEM_isLittleEndian (line 109) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 115) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 120) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 125) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 130) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 135) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 146) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 160) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 165) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 177) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 190) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) type BIT_DStream_t (line 258) | typedef struct type BIT_DStream_status (line 266) | typedef enum { BIT_DStream_unfinished = 0, function BIT_highbit32 (line 289) | MEM_STATIC unsigned BIT_highbit32 (U32 val) function MEM_STATIC (line 323) | MEM_STATIC size_t BIT_initDStream(BIT_DStream_t* bitD, const void* srcBu... function MEM_STATIC (line 368) | MEM_STATIC size_t BIT_lookBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 376) | MEM_STATIC size_t BIT_lookBitsFast(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 382) | MEM_STATIC void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 387) | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 396) | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 403) | MEM_STATIC BIT_DStream_status BIT_reloadDStream(BIT_DStream_t* bitD) function BIT_endOfDStream (line 438) | MEM_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t* DStream) type ERR_codes (line 518) | typedef enum { ERROR_LIST(ERROR_GENERATE_ENUM) } ERR_codes; function ERR_isError (line 524) | ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxC... function ERR_STATIC (line 526) | ERR_STATIC const char* ERR_getErrorName(size_t code) type FSE_CTable (line 542) | typedef unsigned FSE_CTable; type FSE_DTable (line 543) | typedef unsigned FSE_DTable; type FSE_DState_t (line 611) | typedef struct type FSE_DTableHeader (line 638) | typedef struct { type FSE_decode_t (line 643) | typedef struct function MEM_STATIC (line 650) | MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* b... function MEM_STATIC (line 659) | MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t*... function MEM_STATIC (line 670) | MEM_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStrea... function FSE_endOfDState (line 681) | MEM_STATIC unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) type ZSTD_CCtx (line 814) | typedef struct ZSTD_CCtx_s ZSTD_CCtx; type ZSTD_DCtx (line 865) | typedef struct ZSTDv02_Dctx_s ZSTD_DCtx; type U32 (line 1002) | typedef U32 DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)]; function U32 (line 1032) | static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (table... function FSE_buildDTable (line 1034) | static size_t FSE_buildDTable function FSE_isError (line 1106) | static unsigned FSE_isError(size_t code) { return ERR_isError(code); } function FSE_abs (line 1112) | static short FSE_abs(short a) function FSE_readNCount (line 1117) | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVP... function FSE_buildDTable_rle (line 1233) | static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) function FSE_buildDTable_raw (line 1250) | static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) function FORCE_INLINE (line 1276) | FORCE_INLINE size_t FSE_decompress_usingDTable_generic( function FSE_decompress_usingDTable (line 1346) | static size_t FSE_decompress_usingDTable(void* dst, size_t originalSize, function FSE_decompress (line 1359) | static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* c... function HUF_isError (line 1455) | static unsigned HUF_isError(size_t code) { return ERR_isError(code); } type HUF_DEltX2 (line 1470) | typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; type HUF_DEltX4 (line 1472) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; type sortedSymbol_t (line 1474) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; function HUF_readStats (line 1481) | static size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankSt... function HUF_readDTableX2 (line 1564) | static size_t HUF_readDTableX2 (U16* DTable, const void* src, size_t src... function BYTE (line 1612) | static BYTE HUF_decodeSymbolX2(BIT_DStream_t* Dstream, const HUF_DEltX2*... function HUF_decodeStreamX2 (line 1631) | static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bi... function HUF_decompress4X2_usingDTable (line 1656) | static size_t HUF_decompress4X2_usingDTable( function HUF_decompress4X2 (line 1753) | static size_t HUF_decompress4X2 (void* dst, size_t dstSize, const void* ... function HUF_fillDTableX4Level2 (line 1773) | static void HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, cons... type U32 (line 1816) | typedef U32 rankVal_t[HUF_ABSOLUTEMAX_TABLELOG][HUF_ABSOLUTEMAX_TABLELOG... function HUF_fillDTableX4 (line 1818) | static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, function HUF_readDTableX4 (line 1866) | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t src... function U32 (line 1953) | static U32 HUF_decodeSymbolX4(void* op, BIT_DStream_t* DStream, const HU... function U32 (line 1961) | static U32 HUF_decodeLastSymbolX4(void* op, BIT_DStream_t* DStream, cons... function HUF_decodeStreamX4 (line 1990) | static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr,... function HUF_decompress4X4_usingDTable (line 2018) | static size_t HUF_decompress4X4_usingDTable( function HUF_decompress4X4 (line 2115) | static size_t HUF_decompress4X4 (void* dst, size_t dstSize, const void* ... type HUF_DDescX6 (line 2133) | typedef struct { BYTE nbBits; BYTE nbBytes; } HUF_DDescX6; type HUF_DSeqX6 (line 2134) | typedef union { BYTE byte[4]; U32 sequence; } HUF_DSeqX6; function HUF_fillDTableX6LevelN (line 2137) | static void HUF_fillDTableX6LevelN(HUF_DDescX6* DDescription, HUF_DSeqX6... function HUF_readDTableX6 (line 2202) | static size_t HUF_readDTableX6 (U32* DTable, const void* src, size_t src... function U32 (line 2300) | static U32 HUF_decodeSymbolX6(void* op, BIT_DStream_t* DStream, const HU... function U32 (line 2308) | static U32 HUF_decodeLastSymbolsX6(void* op, const U32 maxL, BIT_DStream... function HUF_decodeStreamX6 (line 2341) | static inline size_t HUF_decodeStreamX6(BYTE* p, BIT_DStream_t* bitDPtr,... function HUF_decompress4X6_usingDTable (line 2373) | static size_t HUF_decompress4X6_usingDTable( function HUF_decompress4X6 (line 2472) | static size_t HUF_decompress4X6 (void* dst, size_t dstSize, const void* ... type algo_time_t (line 2491) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function HUF_decompress (line 2515) | static size_t HUF_decompress (void* dst, size_t dstSize, const void* cSr... function ZSTD_copy4 (line 2684) | static void ZSTD_copy4(void* dst, const void* src) { memcpy(dst, src, ... function ZSTD_copy8 (line 2686) | static void ZSTD_copy8(void* dst, const void* src) { memcpy(dst, src, ... function ZSTD_wildcopy (line 2691) | static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length) type blockType_t (line 2703) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; type blockProperties_t (line 2705) | typedef struct type SeqStore_t (line 2711) | typedef struct { function ZSTD_isError (line 2733) | static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } type ZSTDv02_Dctx_s (line 2740) | struct ZSTDv02_Dctx_s function ZSTD_getcBlockSize (line 2756) | static size_t ZSTD_getcBlockSize(const void* src, size_t srcSize, blockP... function ZSTD_copyUncompressedBlock (line 2775) | static size_t ZSTD_copyUncompressedBlock(void* dst, size_t maxDstSize, c... function ZSTD_decompressLiterals (line 2787) | static size_t ZSTD_decompressLiterals(void* dst, size_t* maxDstSizePtr, function ZSTD_decodeLiteralsBlock (line 2807) | static size_t ZSTD_decodeLiteralsBlock(void* ctx, function ZSTD_decodeSeqHeaders (line 2859) | static size_t ZSTD_decodeSeqHeaders(int* nbSeq, const BYTE** dumpsPtr, s... type seq_t (line 2961) | typedef struct { type seqState_t (line 2967) | typedef struct { function ZSTD_decodeSequence (line 2978) | static void ZSTD_decodeSequence(seq_t* seq, seqState_t* seqState) function ZSTD_execSequence (line 3042) | static size_t ZSTD_execSequence(BYTE* op, function ZSTD_decompressSequences (line 3118) | static size_t ZSTD_decompressSequences( function ZSTD_decompressBlock (line 3191) | static size_t ZSTD_decompressBlock( function ZSTD_decompressDCtx (line 3209) | static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSiz... function ZSTD_decompress (line 3266) | static size_t ZSTD_decompress(void* dst, size_t maxDstSize, const void* ... function ZSTD_errorFrameSizeInfoLegacy (line 3275) | static void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned long l... function ZSTDv02_findFrameSizeInfoLegacy (line 3281) | void ZSTDv02_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTD_resetDCtx (line 3332) | static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) function ZSTD_DCtx (line 3341) | static ZSTD_DCtx* ZSTD_createDCtx(void) function ZSTD_freeDCtx (line 3349) | static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function ZSTD_nextSrcSizeToDecompress (line 3355) | static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) function ZSTD_decompressContinue (line 3360) | static size_t ZSTD_decompressContinue(ZSTD_DCtx* ctx, void* dst, size_t ... function ZSTDv02_isError (line 3431) | unsigned ZSTDv02_isError(size_t code) function ZSTDv02_decompress (line 3436) | size_t ZSTDv02_decompress( void* dst, size_t maxOriginalSize, function ZSTDv02_Dctx (line 3442) | ZSTDv02_Dctx* ZSTDv02_createDCtx(void) function ZSTDv02_freeDCtx (line 3447) | size_t ZSTDv02_freeDCtx(ZSTDv02_Dctx* dctx) function ZSTDv02_resetDCtx (line 3452) | size_t ZSTDv02_resetDCtx(ZSTDv02_Dctx* dctx) function ZSTDv02_nextSrcSizeToDecompress (line 3457) | size_t ZSTDv02_nextSrcSizeToDecompress(ZSTDv02_Dctx* dctx) function ZSTDv02_decompressContinue (line 3462) | size_t ZSTDv02_decompressContinue(ZSTDv02_Dctx* dctx, void* dst, size_t ... FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v02.h type ZSTDv02_Dctx (line 60) | typedef struct ZSTDv02_Dctx_s ZSTDv02_Dctx; FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v03.c type BYTE (line 85) | typedef uint8_t BYTE; type U16 (line 86) | typedef uint16_t U16; type S16 (line 87) | typedef int16_t S16; type U32 (line 88) | typedef uint32_t U32; type S32 (line 89) | typedef int32_t S32; type U64 (line 90) | typedef uint64_t U64; type S64 (line 91) | typedef int64_t S64; type BYTE (line 93) | typedef unsigned char BYTE; type U16 (line 94) | typedef unsigned short U16; type S16 (line 95) | typedef signed short S16; type U32 (line 96) | typedef unsigned int U32; type S32 (line 97) | typedef signed int S32; type U64 (line 98) | typedef unsigned long long U64; type S64 (line 99) | typedef signed long long S64; function MEM_32bits (line 107) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(void*)==4; } function MEM_64bits (line 108) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(void*)==8; } function MEM_isLittleEndian (line 110) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 116) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 121) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 126) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 131) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 136) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 147) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 161) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 166) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 177) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 190) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) type BIT_DStream_t (line 259) | typedef struct type BIT_DStream_status (line 267) | typedef enum { BIT_DStream_unfinished = 0, function BIT_highbit32 (line 291) | MEM_STATIC unsigned BIT_highbit32 (U32 val) function MEM_STATIC (line 325) | MEM_STATIC size_t BIT_initDStream(BIT_DStream_t* bitD, const void* srcBu... function MEM_STATIC (line 369) | MEM_STATIC size_t BIT_lookBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 377) | MEM_STATIC size_t BIT_lookBitsFast(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 383) | MEM_STATIC void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 388) | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 397) | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 404) | MEM_STATIC BIT_DStream_status BIT_reloadDStream(BIT_DStream_t* bitD) function BIT_endOfDStream (line 439) | MEM_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t* DStream) type ERR_codes (line 519) | typedef enum { ERROR_LIST(ERROR_GENERATE_ENUM) } ERR_codes; function ERR_isError (line 525) | ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxC... function ERR_STATIC (line 527) | ERR_STATIC const char* ERR_getErrorName(size_t code) type FSE_CTable (line 543) | typedef unsigned FSE_CTable; type FSE_DTable (line 544) | typedef unsigned FSE_DTable; type FSE_DState_t (line 612) | typedef struct type FSE_DTableHeader (line 639) | typedef struct { type FSE_decode_t (line 644) | typedef struct function MEM_STATIC (line 651) | MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* b... function MEM_STATIC (line 660) | MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t*... function MEM_STATIC (line 671) | MEM_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStrea... function FSE_endOfDState (line 682) | MEM_STATIC unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) type ZSTD_CCtx (line 814) | typedef struct ZSTD_CCtx_s ZSTD_CCtx; type ZSTD_DCtx (line 865) | typedef struct ZSTDv03_Dctx_s ZSTD_DCtx; type U32 (line 1002) | typedef U32 DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)]; function U32 (line 1032) | static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (table... function FSE_buildDTable (line 1034) | static size_t FSE_buildDTable function FSE_isError (line 1106) | static unsigned FSE_isError(size_t code) { return ERR_isError(code); } function FSE_abs (line 1112) | static short FSE_abs(short a) function FSE_readNCount (line 1117) | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVP... function FSE_buildDTable_rle (line 1233) | static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) function FSE_buildDTable_raw (line 1250) | static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) function FORCE_INLINE (line 1276) | FORCE_INLINE size_t FSE_decompress_usingDTable_generic( function FSE_decompress_usingDTable (line 1346) | static size_t FSE_decompress_usingDTable(void* dst, size_t originalSize, function FSE_decompress (line 1359) | static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* c... function HUF_isError (line 1451) | static unsigned HUF_isError(size_t code) { return ERR_isError(code); } type HUF_DEltX2 (line 1466) | typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; type HUF_DEltX4 (line 1468) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; type sortedSymbol_t (line 1470) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; function HUF_readStats (line 1477) | static size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankSt... function HUF_readDTableX2 (line 1560) | static size_t HUF_readDTableX2 (U16* DTable, const void* src, size_t src... function BYTE (line 1608) | static BYTE HUF_decodeSymbolX2(BIT_DStream_t* Dstream, const HUF_DEltX2*... function HUF_decodeStreamX2 (line 1627) | static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bi... function HUF_decompress4X2_usingDTable (line 1652) | static size_t HUF_decompress4X2_usingDTable( function HUF_decompress4X2 (line 1749) | static size_t HUF_decompress4X2 (void* dst, size_t dstSize, const void* ... function HUF_fillDTableX4Level2 (line 1769) | static void HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, cons... type U32 (line 1812) | typedef U32 rankVal_t[HUF_ABSOLUTEMAX_TABLELOG][HUF_ABSOLUTEMAX_TABLELOG... function HUF_fillDTableX4 (line 1814) | static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, function HUF_readDTableX4 (line 1862) | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t src... function U32 (line 1949) | static U32 HUF_decodeSymbolX4(void* op, BIT_DStream_t* DStream, const HU... function U32 (line 1957) | static U32 HUF_decodeLastSymbolX4(void* op, BIT_DStream_t* DStream, cons... function HUF_decodeStreamX4 (line 1986) | static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr,... function HUF_decompress4X4_usingDTable (line 2014) | static size_t HUF_decompress4X4_usingDTable( function HUF_decompress4X4 (line 2111) | static size_t HUF_decompress4X4 (void* dst, size_t dstSize, const void* ... type algo_time_t (line 2130) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function HUF_decompress (line 2154) | static size_t HUF_decompress (void* dst, size_t dstSize, const void* cSr... function ZSTD_copy4 (line 2324) | static void ZSTD_copy4(void* dst, const void* src) { memcpy(dst, src, ... function ZSTD_copy8 (line 2326) | static void ZSTD_copy8(void* dst, const void* src) { memcpy(dst, src, ... function ZSTD_wildcopy (line 2331) | static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length) type blockType_t (line 2343) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; type blockProperties_t (line 2345) | typedef struct type SeqStore_t (line 2351) | typedef struct { function ZSTD_isError (line 2373) | static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } type ZSTDv03_Dctx_s (line 2380) | struct ZSTDv03_Dctx_s function ZSTD_getcBlockSize (line 2396) | static size_t ZSTD_getcBlockSize(const void* src, size_t srcSize, blockP... function ZSTD_copyUncompressedBlock (line 2415) | static size_t ZSTD_copyUncompressedBlock(void* dst, size_t maxDstSize, c... function ZSTD_decompressLiterals (line 2427) | static size_t ZSTD_decompressLiterals(void* dst, size_t* maxDstSizePtr, function ZSTD_decodeLiteralsBlock (line 2447) | static size_t ZSTD_decodeLiteralsBlock(void* ctx, function ZSTD_decodeSeqHeaders (line 2499) | static size_t ZSTD_decodeSeqHeaders(int* nbSeq, const BYTE** dumpsPtr, s... type seq_t (line 2601) | typedef struct { type seqState_t (line 2607) | typedef struct { function ZSTD_decodeSequence (line 2618) | static void ZSTD_decodeSequence(seq_t* seq, seqState_t* seqState) function ZSTD_execSequence (line 2682) | static size_t ZSTD_execSequence(BYTE* op, function ZSTD_decompressSequences (line 2757) | static size_t ZSTD_decompressSequences( function ZSTD_decompressBlock (line 2830) | static size_t ZSTD_decompressBlock( function ZSTD_decompressDCtx (line 2848) | static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSiz... function ZSTD_decompress (line 2905) | static size_t ZSTD_decompress(void* dst, size_t maxDstSize, const void* ... function MEM_STATIC (line 2914) | MEM_STATIC void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned lo... function ZSTDv03_findFrameSizeInfoLegacy (line 2920) | void ZSTDv03_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTD_resetDCtx (line 2972) | static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) function ZSTD_DCtx (line 2981) | static ZSTD_DCtx* ZSTD_createDCtx(void) function ZSTD_freeDCtx (line 2989) | static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function ZSTD_nextSrcSizeToDecompress (line 2995) | static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) function ZSTD_decompressContinue (line 3000) | static size_t ZSTD_decompressContinue(ZSTD_DCtx* ctx, void* dst, size_t ... function ZSTDv03_isError (line 3071) | unsigned ZSTDv03_isError(size_t code) function ZSTDv03_decompress (line 3076) | size_t ZSTDv03_decompress( void* dst, size_t maxOriginalSize, function ZSTDv03_Dctx (line 3082) | ZSTDv03_Dctx* ZSTDv03_createDCtx(void) function ZSTDv03_freeDCtx (line 3087) | size_t ZSTDv03_freeDCtx(ZSTDv03_Dctx* dctx) function ZSTDv03_resetDCtx (line 3092) | size_t ZSTDv03_resetDCtx(ZSTDv03_Dctx* dctx) function ZSTDv03_nextSrcSizeToDecompress (line 3097) | size_t ZSTDv03_nextSrcSizeToDecompress(ZSTDv03_Dctx* dctx) function ZSTDv03_decompressContinue (line 3102) | size_t ZSTDv03_decompressContinue(ZSTDv03_Dctx* dctx, void* dst, size_t ... FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v03.h type ZSTDv03_Dctx (line 60) | typedef struct ZSTDv03_Dctx_s ZSTDv03_Dctx; FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v04.c type BYTE (line 52) | typedef uint8_t BYTE; type U16 (line 53) | typedef uint16_t U16; type S16 (line 54) | typedef int16_t S16; type U32 (line 55) | typedef uint32_t U32; type S32 (line 56) | typedef int32_t S32; type U64 (line 57) | typedef uint64_t U64; type S64 (line 58) | typedef int64_t S64; type BYTE (line 60) | typedef unsigned char BYTE; type U16 (line 61) | typedef unsigned short U16; type S16 (line 62) | typedef signed short S16; type U32 (line 63) | typedef unsigned int U32; type S32 (line 64) | typedef signed int S32; type U64 (line 65) | typedef unsigned long long U64; type S64 (line 66) | typedef signed long long S64; function MEM_32bits (line 83) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(void*)==4; } function MEM_64bits (line 84) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(void*)==8; } function MEM_isLittleEndian (line 86) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 92) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 97) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 102) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 107) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 112) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 123) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 137) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 142) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 154) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 167) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) type ZSTD_strategy (line 196) | typedef enum { ZSTD_fast, ZSTD_greedy, ZSTD_lazy, ZSTD_lazy2, ZSTD_btlaz... type ZSTD_parameters (line 198) | typedef struct type ZSTDv04_Dctx (line 209) | typedef ZSTDv04_Dctx ZSTD_DCtx; type blockType_t (line 328) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; function ZSTD_copy8 (line 334) | static void ZSTD_copy8(void* dst, const void* src) { memcpy(dst, src, 8); } function ZSTD_wildcopy (line 339) | static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length) type FSE_DTable (line 430) | typedef unsigned FSE_DTable; type BIT_DStream_t (line 535) | typedef struct type BIT_DStream_status (line 543) | typedef enum { BIT_DStream_unfinished = 0, function BIT_highbit32 (line 568) | MEM_STATIC unsigned BIT_highbit32 (U32 val) function MEM_STATIC (line 601) | MEM_STATIC size_t BIT_initDStream(BIT_DStream_t* bitD, const void* srcBu... function MEM_STATIC (line 640) | MEM_STATIC size_t BIT_lookBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 648) | MEM_STATIC size_t BIT_lookBitsFast(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 654) | MEM_STATIC void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 659) | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 668) | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 675) | MEM_STATIC BIT_DStream_status BIT_reloadDStream(BIT_DStream_t* bitD) function BIT_endOfDStream (line 710) | MEM_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t* DStream) type FSE_DState_t (line 792) | typedef struct type FSE_DTableHeader (line 818) | typedef struct { type FSE_decode_t (line 823) | typedef struct function MEM_STATIC (line 830) | MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* b... function MEM_STATIC (line 839) | MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t*... function MEM_STATIC (line 850) | MEM_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStrea... function FSE_endOfDState (line 861) | MEM_STATIC unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) type U32 (line 989) | typedef U32 DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)]; function U32 (line 1014) | static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (table... function FSE_buildDTable (line 1017) | static size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCou... function FSE_isError (line 1089) | static unsigned FSE_isError(size_t code) { return ERR_isError(code); } function FSE_abs (line 1095) | static short FSE_abs(short a) function FSE_readNCount (line 1100) | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVP... function FSE_buildDTable_rle (line 1216) | static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) function FSE_buildDTable_raw (line 1234) | static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) function FORCE_INLINE (line 1261) | FORCE_INLINE size_t FSE_decompress_usingDTable_generic( function FSE_decompress_usingDTable (line 1331) | static size_t FSE_decompress_usingDTable(void* dst, size_t originalSize, function FSE_decompress (line 1347) | static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* c... function HUF_isError (line 1617) | static unsigned HUF_isError(size_t code) { return ERR_isError(code); } type HUF_DEltX2 (line 1625) | typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX2; type HUF_DEltX4 (line 1627) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; type sortedSymbol_t (line 1629) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; function HUF_readStats (line 1636) | static size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankSt... function HUF_readDTableX2 (line 1719) | static size_t HUF_readDTableX2 (U16* DTable, const void* src, size_t src... function BYTE (line 1766) | static BYTE HUF_decodeSymbolX2(BIT_DStream_t* Dstream, const HUF_DEltX2*... function HUF_decodeStreamX2 (line 1785) | static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bi... function HUF_decompress4X2_usingDTable (line 1810) | static size_t HUF_decompress4X2_usingDTable( function HUF_decompress4X2 (line 1906) | static size_t HUF_decompress4X2 (void* dst, size_t dstSize, const void* ... function HUF_fillDTableX4Level2 (line 1926) | static void HUF_fillDTableX4Level2(HUF_DEltX4* DTable, U32 sizeLog, cons... type U32 (line 1969) | typedef U32 rankVal_t[HUF_ABSOLUTEMAX_TABLELOG][HUF_ABSOLUTEMAX_TABLELOG... function HUF_fillDTableX4 (line 1971) | static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, function HUF_readDTableX4 (line 2019) | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t src... function U32 (line 2105) | static U32 HUF_decodeSymbolX4(void* op, BIT_DStream_t* DStream, const HU... function U32 (line 2113) | static U32 HUF_decodeLastSymbolX4(void* op, BIT_DStream_t* DStream, cons... function HUF_decodeStreamX4 (line 2142) | static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr,... function HUF_decompress4X4_usingDTable (line 2168) | static size_t HUF_decompress4X4_usingDTable( function HUF_decompress4X4 (line 2264) | static size_t HUF_decompress4X4 (void* dst, size_t dstSize, const void* ... type algo_time_t (line 2283) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function HUF_decompress (line 2307) | static size_t HUF_decompress (void* dst, size_t dstSize, const void* cSr... type blockProperties_t (line 2410) | typedef struct function ZSTD_copy4 (line 2420) | static void ZSTD_copy4(void* dst, const void* src) { memcpy(dst, src, 4); } function ZSTD_isError (line 2429) | static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } type ZSTD_dStage (line 2435) | typedef enum { ZSTDds_getFrameHeaderSize, ZSTDds_decodeFrameHeader, type ZSTDv04_Dctx_s (line 2438) | struct ZSTDv04_Dctx_s function ZSTD_resetDCtx (line 2458) | static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) function ZSTD_DCtx (line 2469) | static ZSTD_DCtx* ZSTD_createDCtx(void) function ZSTD_freeDCtx (line 2477) | static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function ZSTD_decodeFrameHeader_Part1 (line 2491) | static size_t ZSTD_decodeFrameHeader_Part1(ZSTD_DCtx* zc, const void* sr... function ZSTD_getFrameParams (line 2502) | static size_t ZSTD_getFrameParams(ZSTD_parameters* params, const void* s... function ZSTD_decodeFrameHeader_Part2 (line 2518) | static size_t ZSTD_decodeFrameHeader_Part2(ZSTD_DCtx* zc, const void* sr... function ZSTD_getcBlockSize (line 2528) | static size_t ZSTD_getcBlockSize(const void* src, size_t srcSize, blockP... function ZSTD_copyRawBlock (line 2547) | static size_t ZSTD_copyRawBlock(void* dst, size_t maxDstSize, const void... function ZSTD_decompressLiterals (line 2559) | static size_t ZSTD_decompressLiterals(void* dst, size_t* maxDstSizePtr, function ZSTD_decodeLiteralsBlock (line 2579) | static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, function ZSTD_decodeSeqHeaders (line 2631) | static size_t ZSTD_decodeSeqHeaders(int* nbSeq, const BYTE** dumpsPtr, s... type seq_t (line 2733) | typedef struct { type seqState_t (line 2739) | typedef struct { function ZSTD_decodeSequence (line 2750) | static void ZSTD_decodeSequence(seq_t* seq, seqState_t* seqState) function ZSTD_execSequence (line 2809) | static size_t ZSTD_execSequence(BYTE* op, function ZSTD_decompressSequences (line 2900) | static size_t ZSTD_decompressSequences( function ZSTD_checkContinuity (line 2974) | static void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst) function ZSTD_decompressBlock_internal (line 2986) | static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, function ZSTD_decompress_usingDict (line 3006) | static size_t ZSTD_decompress_usingDict(ZSTD_DCtx* ctx, function ZSTD_errorFrameSizeInfoLegacy (line 3087) | static void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned long l... function ZSTDv04_findFrameSizeInfoLegacy (line 3093) | void ZSTDv04_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTD_nextSrcSizeToDecompress (line 3141) | static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) function ZSTD_decompressContinue (line 3146) | static size_t ZSTD_decompressContinue(ZSTD_DCtx* ctx, void* dst, size_t ... function ZSTD_decompress_insertDictionary (line 3223) | static void ZSTD_decompress_insertDictionary(ZSTD_DCtx* ctx, const void*... type ZBUFF_dStage (line 3298) | typedef enum { ZBUFFds_init, ZBUFFds_readHeader, ZBUFFds_loadHeader, ZBU... type ZBUFFv04_DCtx_s (line 3304) | struct ZBUFFv04_DCtx_s { type ZBUFFv04_DCtx (line 3321) | typedef ZBUFFv04_DCtx ZBUFF_DCtx; function ZBUFF_DCtx (line 3324) | static ZBUFF_DCtx* ZBUFF_createDCtx(void) function ZBUFF_freeDCtx (line 3334) | static size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbc) function ZBUFF_decompressInit (line 3347) | static size_t ZBUFF_decompressInit(ZBUFF_DCtx* zbc) function ZBUFF_decompressWithDictionary (line 3355) | static size_t ZBUFF_decompressWithDictionary(ZBUFF_DCtx* zbc, const void... function ZBUFF_limitCopy (line 3362) | static size_t ZBUFF_limitCopy(void* dst, size_t maxDstSize, const void* ... function ZBUFF_decompressContinue (line 3373) | static size_t ZBUFF_decompressContinue(ZBUFF_DCtx* zbc, void* dst, size_... function ZBUFFv04_isError (line 3538) | unsigned ZBUFFv04_isError(size_t errorCode) { return ERR_isError(errorCo... function ZBUFFv04_recommendedDInSize (line 3541) | size_t ZBUFFv04_recommendedDInSize(void) { return BLOCKSIZE + 3; } function ZBUFFv04_recommendedDOutSize (line 3542) | size_t ZBUFFv04_recommendedDOutSize(void) { return BLOCKSIZE; } function ZSTDv04_decompressDCtx (line 3550) | size_t ZSTDv04_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t maxDstS... function ZSTDv04_decompress (line 3555) | size_t ZSTDv04_decompress(void* dst, size_t maxDstSize, const void* src,... function ZSTDv04_resetDCtx (line 3570) | size_t ZSTDv04_resetDCtx(ZSTDv04_Dctx* dctx) { return ZSTD_resetDCtx(dct... function ZSTDv04_nextSrcSizeToDecompress (line 3572) | size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx) function ZSTDv04_decompressContinue (line 3577) | size_t ZSTDv04_decompressContinue(ZSTDv04_Dctx* dctx, void* dst, size_t ... function ZBUFFv04_DCtx (line 3584) | ZBUFFv04_DCtx* ZBUFFv04_createDCtx(void) { return ZBUFF_createDCtx(); } function ZBUFFv04_freeDCtx (line 3585) | size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx) { return ZBUFF_freeDCtx(dc... function ZBUFFv04_decompressInit (line 3587) | size_t ZBUFFv04_decompressInit(ZBUFFv04_DCtx* dctx) { return ZBUFF_decom... function ZBUFFv04_decompressWithDictionary (line 3588) | size_t ZBUFFv04_decompressWithDictionary(ZBUFFv04_DCtx* dctx, const void... function ZBUFFv04_decompressContinue (line 3591) | size_t ZBUFFv04_decompressContinue(ZBUFFv04_DCtx* dctx, void* dst, size_... function ZSTD_DCtx (line 3597) | ZSTD_DCtx* ZSTDv04_createDCtx(void) { return ZSTD_createDCtx(); } function ZSTDv04_freeDCtx (line 3598) | size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v04.h type ZSTDv04_Dctx (line 60) | typedef struct ZSTDv04_Dctx_s ZSTDv04_Dctx; type ZBUFFv04_DCtx (line 88) | typedef struct ZBUFFv04_DCtx_s ZBUFFv04_DCtx; FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v05.c type BYTE (line 88) | typedef uint8_t BYTE; type U16 (line 89) | typedef uint16_t U16; type S16 (line 90) | typedef int16_t S16; type U32 (line 91) | typedef uint32_t U32; type S32 (line 92) | typedef int32_t S32; type U64 (line 93) | typedef uint64_t U64; type S64 (line 94) | typedef int64_t S64; type BYTE (line 96) | typedef unsigned char BYTE; type U16 (line 97) | typedef unsigned short U16; type S16 (line 98) | typedef signed short S16; type U32 (line 99) | typedef unsigned int U32; type S32 (line 100) | typedef signed int S32; type U64 (line 101) | typedef unsigned long long U64; type S64 (line 102) | typedef signed long long S64; function MEM_32bits (line 110) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(void*)==4; } function MEM_64bits (line 111) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(void*)==8; } function MEM_isLittleEndian (line 113) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 119) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 124) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 129) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 134) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 139) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) function MEM_STATIC (line 144) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) function MEM_STATIC (line 149) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 159) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 170) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 181) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 193) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) type blockType_t (line 445) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; function ZSTDv05_copy8 (line 451) | static void ZSTDv05_copy8(void* dst, const void* src) { memcpy(dst, src,... function MEM_STATIC (line 457) | MEM_STATIC void ZSTDv05_wildcopy(void* dst, const void* src, ptrdiff_t l... type SeqStore_t (line 471) | typedef struct { type FSEv05_DTable (line 591) | typedef unsigned FSEv05_DTable; type BITv05_DStream_t (line 670) | typedef struct type BITv05_DStream_status (line 678) | typedef enum { BITv05_DStream_unfinished = 0, function BITv05_highbit32 (line 701) | MEM_STATIC unsigned BITv05_highbit32 (U32 val) function MEM_STATIC (line 734) | MEM_STATIC size_t BITv05_initDStream(BITv05_DStream_t* bitD, const void*... function MEM_STATIC (line 770) | MEM_STATIC size_t BITv05_lookBits(BITv05_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 778) | MEM_STATIC size_t BITv05_lookBitsFast(BITv05_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 784) | MEM_STATIC void BITv05_skipBits(BITv05_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 789) | MEM_STATIC size_t BITv05_readBits(BITv05_DStream_t* bitD, unsigned nbBits) function MEM_STATIC (line 798) | MEM_STATIC size_t BITv05_readBitsFast(BITv05_DStream_t* bitD, unsigned n... function MEM_STATIC (line 805) | MEM_STATIC BITv05_DStream_status BITv05_reloadDStream(BITv05_DStream_t* ... function BITv05_endOfDStream (line 837) | MEM_STATIC unsigned BITv05_endOfDStream(const BITv05_DStream_t* DStream) type FSEv05_DState_t (line 911) | typedef struct type FSEv05_DTableHeader (line 938) | typedef struct { type FSEv05_decode_t (line 943) | typedef struct function MEM_STATIC (line 950) | MEM_STATIC void FSEv05_initDState(FSEv05_DState_t* DStatePtr, BITv05_DSt... function MEM_STATIC (line 959) | MEM_STATIC BYTE FSEv05_peakSymbol(FSEv05_DState_t* DStatePtr) function MEM_STATIC (line 965) | MEM_STATIC BYTE FSEv05_decodeSymbol(FSEv05_DState_t* DStatePtr, BITv05_D... function MEM_STATIC (line 976) | MEM_STATIC BYTE FSEv05_decodeSymbolFast(FSEv05_DState_t* DStatePtr, BITv... function FSEv05_endOfDState (line 987) | MEM_STATIC unsigned FSEv05_endOfDState(const FSEv05_DState_t* DStatePtr) function U32 (line 1142) | static U32 FSEv05_tableStep(U32 tableSize) { return (tableSize>>1) + (ta... function FSEv05_DTable (line 1146) | FSEv05_DTable* FSEv05_createDTable (unsigned tableLog) function FSEv05_freeDTable (line 1152) | void FSEv05_freeDTable (FSEv05_DTable* dt) function FSEv05_buildDTable (line 1157) | size_t FSEv05_buildDTable(FSEv05_DTable* dt, const short* normalizedCoun... function FSEv05_isError (line 1219) | unsigned FSEv05_isError(size_t code) { return ERR_isError(code); } function FSEv05_abs (line 1227) | static short FSEv05_abs(short a) { return a<0 ? -a : a; } function FSEv05_readNCount (line 1230) | size_t FSEv05_readNCount (short* normalizedCounter, unsigned* maxSVPtr, ... function FSEv05_buildDTable_rle (line 1328) | size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, BYTE symbolValue) function FSEv05_buildDTable_raw (line 1346) | size_t FSEv05_buildDTable_raw (FSEv05_DTable* dt, unsigned nbBits) function FORCE_INLINE (line 1372) | FORCE_INLINE size_t FSEv05_decompress_usingDTable_generic( function FSEv05_decompress_usingDTable (line 1440) | size_t FSEv05_decompress_usingDTable(void* dst, size_t originalSize, function FSEv05_decompress (line 1454) | size_t FSEv05_decompress(void* dst, size_t maxDstSize, const void* cSrc,... function HUFv05_isError (line 1723) | unsigned HUFv05_isError(size_t code) { return ERR_isError(code); } type HUFv05_DEltX2 (line 1731) | typedef struct { BYTE byte; BYTE nbBits; } HUFv05_DEltX2; type HUFv05_DEltX4 (line 1733) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUFv05_DEltX4; type sortedSymbol_t (line 1735) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; function HUFv05_readStats (line 1742) | static size_t HUFv05_readStats(BYTE* huffWeight, size_t hwSize, U32* ran... function HUFv05_readDTableX2 (line 1817) | size_t HUFv05_readDTableX2 (U16* DTable, const void* src, size_t srcSize) function BYTE (line 1862) | static BYTE HUFv05_decodeSymbolX2(BITv05_DStream_t* Dstream, const HUFv0... function HUFv05_decodeStreamX2 (line 1881) | static inline size_t HUFv05_decodeStreamX2(BYTE* p, BITv05_DStream_t* co... function HUFv05_decompress1X2_usingDTable (line 1904) | size_t HUFv05_decompress1X2_usingDTable( function HUFv05_decompress1X2 (line 1928) | size_t HUFv05_decompress1X2 (void* dst, size_t dstSize, const void* cSrc... function HUFv05_decompress4X2_usingDTable (line 1944) | size_t HUFv05_decompress4X2_usingDTable( function HUFv05_decompress4X2 (line 2038) | size_t HUFv05_decompress4X2 (void* dst, size_t dstSize, const void* cSrc... function HUFv05_fillDTableX4Level2 (line 2058) | static void HUFv05_fillDTableX4Level2(HUFv05_DEltX4* DTable, U32 sizeLog... type U32 (line 2099) | typedef U32 rankVal_t[HUFv05_ABSOLUTEMAX_TABLELOG][HUFv05_ABSOLUTEMAX_TA... function HUFv05_fillDTableX4 (line 2101) | static void HUFv05_fillDTableX4(HUFv05_DEltX4* DTable, const U32 targetLog, function HUFv05_readDTableX4 (line 2145) | size_t HUFv05_readDTableX4 (unsigned* DTable, const void* src, size_t sr... function U32 (line 2223) | static U32 HUFv05_decodeSymbolX4(void* op, BITv05_DStream_t* DStream, co... function U32 (line 2231) | static U32 HUFv05_decodeLastSymbolX4(void* op, BITv05_DStream_t* DStream... function HUFv05_decodeStreamX4 (line 2257) | static inline size_t HUFv05_decodeStreamX4(BYTE* p, BITv05_DStream_t* bi... function HUFv05_decompress1X4_usingDTable (line 2283) | size_t HUFv05_decompress1X4_usingDTable( function HUFv05_decompress1X4 (line 2312) | size_t HUFv05_decompress1X4 (void* dst, size_t dstSize, const void* cSrc... function HUFv05_decompress4X4_usingDTable (line 2326) | size_t HUFv05_decompress4X4_usingDTable( function HUFv05_decompress4X4 (line 2421) | size_t HUFv05_decompress4X4 (void* dst, size_t dstSize, const void* cSrc... type algo_time_t (line 2440) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function HUFv05_decompress (line 2464) | size_t HUFv05_decompress (void* dst, size_t dstSize, const void* cSrc, s... type blockProperties_t (line 2559) | typedef struct function ZSTDv05_copy4 (line 2569) | static void ZSTDv05_copy4(void* dst, const void* src) { memcpy(dst, src,... function ZSTDv05_isError (line 2577) | unsigned ZSTDv05_isError(size_t code) { return ERR_isError(code); } type ZSTDv05_dStage (line 2588) | typedef enum { ZSTDv05ds_getFrameHeaderSize, ZSTDv05ds_decodeFrameHeader, type ZSTDv05_DCtx_s (line 2591) | struct ZSTDv05_DCtx_s function ZSTDv05_sizeofDCtx (line 2614) | size_t ZSTDv05_sizeofDCtx (void) { return sizeof(ZSTDv05_DCtx); } function ZSTDv05_decompressBegin (line 2616) | size_t ZSTDv05_decompressBegin(ZSTDv05_DCtx* dctx) function ZSTDv05_DCtx (line 2629) | ZSTDv05_DCtx* ZSTDv05_createDCtx(void) function ZSTDv05_freeDCtx (line 2637) | size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) function ZSTDv05_copyDCtx (line 2643) | void ZSTDv05_copyDCtx(ZSTDv05_DCtx* dstDCtx, const ZSTDv05_DCtx* srcDCtx) function ZSTDv05_decodeFrameHeader_Part1 (line 2739) | static size_t ZSTDv05_decodeFrameHeader_Part1(ZSTDv05_DCtx* zc, const vo... function ZSTDv05_getFrameParams (line 2751) | size_t ZSTDv05_getFrameParams(ZSTDv05_parameters* params, const void* sr... function ZSTDv05_decodeFrameHeader_Part2 (line 2767) | static size_t ZSTDv05_decodeFrameHeader_Part2(ZSTDv05_DCtx* zc, const vo... function ZSTDv05_getcBlockSize (line 2778) | static size_t ZSTDv05_getcBlockSize(const void* src, size_t srcSize, blo... function ZSTDv05_copyRawBlock (line 2799) | static size_t ZSTDv05_copyRawBlock(void* dst, size_t maxDstSize, const v... function ZSTDv05_decodeLiteralsBlock (line 2810) | static size_t ZSTDv05_decodeLiteralsBlock(ZSTDv05_DCtx* dctx, function ZSTDv05_decodeSeqHeaders (line 2945) | static size_t ZSTDv05_decodeSeqHeaders(int* nbSeq, const BYTE** dumpsPtr... type seq_t (line 3071) | typedef struct { type seqState_t (line 3077) | typedef struct { function ZSTDv05_decodeSequence (line 3089) | static void ZSTDv05_decodeSequence(seq_t* seq, seqState_t* seqState) function ZSTDv05_execSequence (line 3171) | static size_t ZSTDv05_execSequence(BYTE* op, function ZSTDv05_decompressSequences (line 3256) | static size_t ZSTDv05_decompressSequences( function ZSTDv05_checkContinuity (line 3329) | static void ZSTDv05_checkContinuity(ZSTDv05_DCtx* dctx, const void* dst) function ZSTDv05_decompressBlock_internal (line 3340) | static size_t ZSTDv05_decompressBlock_internal(ZSTDv05_DCtx* dctx, function ZSTDv05_decompressBlock (line 3359) | size_t ZSTDv05_decompressBlock(ZSTDv05_DCtx* dctx, function ZSTDv05_decompress_continueDCtx (line 3370) | static size_t ZSTDv05_decompress_continueDCtx(ZSTDv05_DCtx* dctx, function ZSTDv05_decompress_usingPreparedDCtx (line 3435) | size_t ZSTDv05_decompress_usingPreparedDCtx(ZSTDv05_DCtx* dctx, const ZS... function ZSTDv05_decompress_usingDict (line 3445) | size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx, function ZSTDv05_decompressDCtx (line 3456) | size_t ZSTDv05_decompressDCtx(ZSTDv05_DCtx* dctx, void* dst, size_t maxD... function ZSTDv05_decompress (line 3461) | size_t ZSTDv05_decompress(void* dst, size_t maxDstSize, const void* src,... function ZSTD_errorFrameSizeInfoLegacy (line 3478) | static void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned long l... function ZSTDv05_findFrameSizeInfoLegacy (line 3484) | void ZSTDv05_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTDv05_nextSrcSizeToDecompress (line 3532) | size_t ZSTDv05_nextSrcSizeToDecompress(ZSTDv05_DCtx* dctx) function ZSTDv05_decompressContinue (line 3537) | size_t ZSTDv05_decompressContinue(ZSTDv05_DCtx* dctx, void* dst, size_t ... function ZSTDv05_refDictContent (line 3613) | static void ZSTDv05_refDictContent(ZSTDv05_DCtx* dctx, const void* dict,... function ZSTDv05_loadEntropy (line 3621) | static size_t ZSTDv05_loadEntropy(ZSTDv05_DCtx* dctx, const void* dict, ... function ZSTDv05_decompress_insertDictionary (line 3662) | static size_t ZSTDv05_decompress_insertDictionary(ZSTDv05_DCtx* dctx, co... function ZSTDv05_decompressBegin_usingDict (line 3686) | size_t ZSTDv05_decompressBegin_usingDict(ZSTDv05_DCtx* dctx, const void*... function ZBUFFv05_limitCopy (line 3748) | static size_t ZBUFFv05_limitCopy(void* dst, size_t maxDstSize, const voi... type ZBUFFv05_dStage (line 3782) | typedef enum { ZBUFFv05ds_init, ZBUFFv05ds_readHeader, ZBUFFv05ds_loadHe... type ZBUFFv05_DCtx_s (line 3788) | struct ZBUFFv05_DCtx_s { function ZBUFFv05_DCtx (line 3804) | ZBUFFv05_DCtx* ZBUFFv05_createDCtx(void) function ZBUFFv05_freeDCtx (line 3814) | size_t ZBUFFv05_freeDCtx(ZBUFFv05_DCtx* zbc) function ZBUFFv05_decompressInitDictionary (line 3827) | size_t ZBUFFv05_decompressInitDictionary(ZBUFFv05_DCtx* zbc, const void*... function ZBUFFv05_decompressInit (line 3834) | size_t ZBUFFv05_decompressInit(ZBUFFv05_DCtx* zbc) function ZBUFFv05_decompressContinue (line 3842) | size_t ZBUFFv05_decompressContinue(ZBUFFv05_DCtx* zbc, void* dst, size_t... function ZBUFFv05_isError (line 4001) | unsigned ZBUFFv05_isError(size_t errorCode) { return ERR_isError(errorCo... function ZBUFFv05_recommendedDInSize (line 4004) | size_t ZBUFFv05_recommendedDInSize(void) { return BLOCKSIZE + ZBUFFv05_... function ZBUFFv05_recommendedDOutSize (line 4005) | size_t ZBUFFv05_recommendedDOutSize(void) { return BLOCKSIZE; } FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v05.h type ZSTDv05_DCtx (line 61) | typedef struct ZSTDv05_DCtx_s ZSTDv05_DCtx; type ZSTDv05_strategy (line 85) | typedef enum { ZSTDv05_fast, ZSTDv05_greedy, ZSTDv05_lazy, ZSTDv05_lazy2... type ZSTDv05_parameters (line 86) | typedef struct { type ZBUFFv05_DCtx (line 102) | typedef struct ZBUFFv05_DCtx_s ZBUFFv05_DCtx; FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v06.c type BYTE (line 82) | typedef uint8_t BYTE; type U16 (line 83) | typedef uint16_t U16; type S16 (line 84) | typedef int16_t S16; type U32 (line 85) | typedef uint32_t U32; type S32 (line 86) | typedef int32_t S32; type U64 (line 87) | typedef uint64_t U64; type S64 (line 88) | typedef int64_t S64; type BYTE (line 90) | typedef unsigned char BYTE; type U16 (line 91) | typedef unsigned short U16; type S16 (line 92) | typedef signed short S16; type U32 (line 93) | typedef unsigned int U32; type S32 (line 94) | typedef signed int S32; type U64 (line 95) | typedef unsigned long long U64; type S64 (line 96) | typedef signed long long S64; function MEM_32bits (line 104) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; } function MEM_64bits (line 105) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; } function MEM_isLittleEndian (line 107) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 113) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 118) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 123) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 128) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 133) | MEM_STATIC U32 MEM_swap32(U32 in) function MEM_STATIC (line 147) | MEM_STATIC U64 MEM_swap64(U64 in) function MEM_STATIC (line 168) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 178) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 189) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 198) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 207) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) type blockType_t (line 421) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; function ZSTDv06_copy8 (line 482) | static void ZSTDv06_copy8(void* dst, const void* src) { memcpy(dst, src,... function MEM_STATIC (line 488) | MEM_STATIC void ZSTDv06_wildcopy(void* dst, const void* src, ptrdiff_t l... type ZSTDv06_match_t (line 503) | typedef struct { type ZSTDv06_optimal_t (line 508) | typedef struct { type ZSTDv06_stats_t (line 516) | typedef struct { U32 unused; } ZSTDv06_stats_t; type SeqStore_t (line 518) | typedef struct { type FSEv06_DTable (line 658) | typedef unsigned FSEv06_DTable; type BITv06_DStream_t (line 769) | typedef struct type BITv06_DStream_status (line 777) | typedef enum { BITv06_DStream_unfinished = 0, function BITv06_highbit32 (line 801) | MEM_STATIC unsigned BITv06_highbit32 ( U32 val) function MEM_STATIC (line 833) | MEM_STATIC size_t BITv06_initDStream(BITv06_DStream_t* bitD, const void*... function MEM_STATIC (line 868) | MEM_STATIC size_t BITv06_lookBits(const BITv06_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 876) | MEM_STATIC size_t BITv06_lookBitsFast(const BITv06_DStream_t* bitD, U32 ... function MEM_STATIC (line 882) | MEM_STATIC void BITv06_skipBits(BITv06_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 887) | MEM_STATIC size_t BITv06_readBits(BITv06_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 896) | MEM_STATIC size_t BITv06_readBitsFast(BITv06_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 903) | MEM_STATIC BITv06_DStream_status BITv06_reloadDStream(BITv06_DStream_t* ... function BITv06_endOfDStream (line 934) | MEM_STATIC unsigned BITv06_endOfDStream(const BITv06_DStream_t* DStream) type FSEv06_DState_t (line 1014) | typedef struct type FSEv06_DTableHeader (line 1040) | typedef struct { type FSEv06_decode_t (line 1045) | typedef struct function MEM_STATIC (line 1052) | MEM_STATIC void FSEv06_initDState(FSEv06_DState_t* DStatePtr, BITv06_DSt... function MEM_STATIC (line 1061) | MEM_STATIC BYTE FSEv06_peekSymbol(const FSEv06_DState_t* DStatePtr) function MEM_STATIC (line 1067) | MEM_STATIC void FSEv06_updateState(FSEv06_DState_t* DStatePtr, BITv06_DS... function MEM_STATIC (line 1075) | MEM_STATIC BYTE FSEv06_decodeSymbol(FSEv06_DState_t* DStatePtr, BITv06_D... function MEM_STATIC (line 1088) | MEM_STATIC BYTE FSEv06_decodeSymbolFast(FSEv06_DState_t* DStatePtr, BITv... function FSEv06_isError (line 1191) | unsigned FSEv06_isError(size_t code) { return ERR_isError(code); } function HUFv06_isError (line 1199) | static unsigned HUFv06_isError(size_t code) { return ERR_isError(code); } function FSEv06_abs (line 1205) | static short FSEv06_abs(short a) { return a<0 ? -a : a; } function FSEv06_readNCount (line 1207) | size_t FSEv06_readNCount (short* normalizedCounter, unsigned* maxSVPtr, ... type U32 (line 1364) | typedef U32 DTable_max_t[FSEv06_DTABLE_SIZE_U32(FSEv06_MAX_TABLELOG)]; function FSEv06_DTable (line 1391) | FSEv06_DTable* FSEv06_createDTable (unsigned tableLog) function FSEv06_freeDTable (line 1397) | void FSEv06_freeDTable (FSEv06_DTable* dt) function FSEv06_buildDTable (line 1402) | size_t FSEv06_buildDTable(FSEv06_DTable* dt, const short* normalizedCoun... function FSEv06_buildDTable_rle (line 1467) | size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, BYTE symbolValue) function FSEv06_buildDTable_raw (line 1485) | size_t FSEv06_buildDTable_raw (FSEv06_DTable* dt, unsigned nbBits) function FORCE_INLINE (line 1511) | FORCE_INLINE size_t FSEv06_decompress_usingDTable_generic( function FSEv06_decompress_usingDTable (line 1579) | size_t FSEv06_decompress_usingDTable(void* dst, size_t originalSize, function FSEv06_decompress (line 1593) | size_t FSEv06_decompress(void* dst, size_t maxDstSize, const void* cSrc,... function MEM_STATIC (line 1798) | MEM_STATIC size_t HUFv06_readStats(BYTE* huffWeight, size_t hwSize, U32*... type HUFv06_DEltX2 (line 1936) | typedef struct { BYTE byte; BYTE nbBits; } HUFv06_DEltX2; type HUFv06_DEltX4 (line 1938) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUFv06_DEltX4; type sortedSymbol_t (line 1940) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; function HUFv06_readDTableX2 (line 1948) | size_t HUFv06_readDTableX2 (U16* DTable, const void* src, size_t srcSize) function BYTE (line 1994) | static BYTE HUFv06_decodeSymbolX2(BITv06_DStream_t* Dstream, const HUFv0... function HUFv06_decodeStreamX2 (line 2013) | static inline size_t HUFv06_decodeStreamX2(BYTE* p, BITv06_DStream_t* co... function HUFv06_decompress1X2_usingDTable (line 2036) | size_t HUFv06_decompress1X2_usingDTable( function HUFv06_decompress1X2 (line 2059) | size_t HUFv06_decompress1X2 (void* dst, size_t dstSize, const void* cSrc... function HUFv06_decompress4X2_usingDTable (line 2074) | size_t HUFv06_decompress4X2_usingDTable( function HUFv06_decompress4X2 (line 2168) | size_t HUFv06_decompress4X2 (void* dst, size_t dstSize, const void* cSrc... function HUFv06_fillDTableX4Level2 (line 2187) | static void HUFv06_fillDTableX4Level2(HUFv06_DEltX4* DTable, U32 sizeLog... type U32 (line 2227) | typedef U32 rankVal_t[HUFv06_ABSOLUTEMAX_TABLELOG][HUFv06_ABSOLUTEMAX_TA... function HUFv06_fillDTableX4 (line 2229) | static void HUFv06_fillDTableX4(HUFv06_DEltX4* DTable, const U32 targetLog, function HUFv06_readDTableX4 (line 2271) | size_t HUFv06_readDTableX4 (U32* DTable, const void* src, size_t srcSize) function U32 (line 2348) | static U32 HUFv06_decodeSymbolX4(void* op, BITv06_DStream_t* DStream, co... function U32 (line 2356) | static U32 HUFv06_decodeLastSymbolX4(void* op, BITv06_DStream_t* DStream... function HUFv06_decodeStreamX4 (line 2382) | static inline size_t HUFv06_decodeStreamX4(BYTE* p, BITv06_DStream_t* bi... function HUFv06_decompress1X4_usingDTable (line 2408) | size_t HUFv06_decompress1X4_usingDTable( function HUFv06_decompress1X4 (line 2436) | size_t HUFv06_decompress1X4 (void* dst, size_t dstSize, const void* cSrc... function HUFv06_decompress4X4_usingDTable (line 2450) | size_t HUFv06_decompress4X4_usingDTable( function HUFv06_decompress4X4 (line 2544) | size_t HUFv06_decompress4X4 (void* dst, size_t dstSize, const void* cSrc... type algo_time_t (line 2565) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function HUFv06_decompress (line 2589) | size_t HUFv06_decompress (void* dst, size_t dstSize, const void* cSrc, s... function ZSTDv06_isError (line 2660) | unsigned ZSTDv06_isError(size_t code) { return ERR_isError(code); } function ZBUFFv06_isError (line 2670) | unsigned ZBUFFv06_isError(size_t errorCode) { return ERR_isError(errorCo... function ZSTDv06_copy4 (line 2739) | static void ZSTDv06_copy4(void* dst, const void* src) { memcpy(dst, src,... type ZSTDv06_dStage (line 2745) | typedef enum { ZSTDds_getFrameHeaderSize, ZSTDds_decodeFrameHeader, type ZSTDv06_DCtx_s (line 2748) | struct ZSTDv06_DCtx_s function ZSTDv06_sizeofDCtx (line 2771) | size_t ZSTDv06_sizeofDCtx (void) { return sizeof(ZSTDv06_DCtx); } function ZSTDv06_decompressBegin (line 2773) | size_t ZSTDv06_decompressBegin(ZSTDv06_DCtx* dctx) function ZSTDv06_DCtx (line 2786) | ZSTDv06_DCtx* ZSTDv06_createDCtx(void) function ZSTDv06_freeDCtx (line 2794) | size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx) function ZSTDv06_copyDCtx (line 2800) | void ZSTDv06_copyDCtx(ZSTDv06_DCtx* dstDCtx, const ZSTDv06_DCtx* srcDCtx) function ZSTDv06_frameHeaderSize (line 2911) | static size_t ZSTDv06_frameHeaderSize(const void* src, size_t srcSize) function ZSTDv06_getFrameParams (line 2924) | size_t ZSTDv06_getFrameParams(ZSTDv06_frameParams* fparamsPtr, const voi... function ZSTDv06_decodeFrameHeader (line 2954) | static size_t ZSTDv06_decodeFrameHeader(ZSTDv06_DCtx* zc, const void* sr... type blockProperties_t (line 2962) | typedef struct function ZSTDv06_getcBlockSize (line 2970) | static size_t ZSTDv06_getcBlockSize(const void* src, size_t srcSize, blo... function ZSTDv06_copyRawBlock (line 2987) | static size_t ZSTDv06_copyRawBlock(void* dst, size_t dstCapacity, const ... function ZSTDv06_decodeLiteralsBlock (line 2998) | static size_t ZSTDv06_decodeLiteralsBlock(ZSTDv06_DCtx* dctx, function ZSTDv06_buildSeqTable (line 3132) | static size_t ZSTDv06_buildSeqTable(FSEv06_DTable* DTable, U32 type, U32... function ZSTDv06_decodeSeqHeaders (line 3162) | static size_t ZSTDv06_decodeSeqHeaders(int* nbSeqPtr, type seq_t (line 3213) | typedef struct { type seqState_t (line 3219) | typedef struct { function ZSTDv06_decodeSequence (line 3229) | static void ZSTDv06_decodeSequence(seq_t* seq, seqState_t* seqState) function ZSTDv06_execSequence (line 3305) | static size_t ZSTDv06_execSequence(BYTE* op, function ZSTDv06_decompressSequences (line 3387) | static size_t ZSTDv06_decompressSequences( function ZSTDv06_checkContinuity (line 3464) | static void ZSTDv06_checkContinuity(ZSTDv06_DCtx* dctx, const void* dst) function ZSTDv06_decompressBlock_internal (line 3475) | static size_t ZSTDv06_decompressBlock_internal(ZSTDv06_DCtx* dctx, function ZSTDv06_decompressBlock (line 3493) | size_t ZSTDv06_decompressBlock(ZSTDv06_DCtx* dctx, function ZSTDv06_decompressFrame (line 3504) | static size_t ZSTDv06_decompressFrame(ZSTDv06_DCtx* dctx, function ZSTDv06_decompress_usingPreparedDCtx (line 3567) | size_t ZSTDv06_decompress_usingPreparedDCtx(ZSTDv06_DCtx* dctx, const ZS... function ZSTDv06_decompress_usingDict (line 3577) | size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx, function ZSTDv06_decompressDCtx (line 3588) | size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* dctx, void* dst, size_t dstC... function ZSTDv06_decompress (line 3594) | size_t ZSTDv06_decompress(void* dst, size_t dstCapacity, const void* src... function ZSTD_errorFrameSizeInfoLegacy (line 3611) | static void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned long l... function ZSTDv06_findFrameSizeInfoLegacy (line 3617) | void ZSTDv06_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTDv06_nextSrcSizeToDecompress (line 3670) | size_t ZSTDv06_nextSrcSizeToDecompress(ZSTDv06_DCtx* dctx) function ZSTDv06_decompressContinue (line 3675) | size_t ZSTDv06_decompressContinue(ZSTDv06_DCtx* dctx, void* dst, size_t ... function ZSTDv06_refDictContent (line 3750) | static void ZSTDv06_refDictContent(ZSTDv06_DCtx* dctx, const void* dict,... function ZSTDv06_loadEntropy (line 3758) | static size_t ZSTDv06_loadEntropy(ZSTDv06_DCtx* dctx, const void* dict, ... function ZSTDv06_decompress_insertDictionary (line 3802) | static size_t ZSTDv06_decompress_insertDictionary(ZSTDv06_DCtx* dctx, co... function ZSTDv06_decompressBegin_usingDict (line 3826) | size_t ZSTDv06_decompressBegin_usingDict(ZSTDv06_DCtx* dctx, const void*... type ZBUFFv06_dStage (line 3895) | typedef enum { ZBUFFds_init, ZBUFFds_loadHeader, type ZBUFFv06_DCtx_s (line 3899) | struct ZBUFFv06_DCtx_s { function ZBUFFv06_DCtx (line 3916) | ZBUFFv06_DCtx* ZBUFFv06_createDCtx(void) function ZBUFFv06_freeDCtx (line 3930) | size_t ZBUFFv06_freeDCtx(ZBUFFv06_DCtx* zbd) function ZBUFFv06_decompressInitDictionary (line 3943) | size_t ZBUFFv06_decompressInitDictionary(ZBUFFv06_DCtx* zbd, const void*... function ZBUFFv06_decompressInit (line 3950) | size_t ZBUFFv06_decompressInit(ZBUFFv06_DCtx* zbd) function MEM_STATIC (line 3957) | MEM_STATIC size_t ZBUFFv06_limitCopy(void* dst, size_t dstCapacity, cons... function ZBUFFv06_decompressContinue (line 3969) | size_t ZBUFFv06_decompressContinue(ZBUFFv06_DCtx* zbd, function ZBUFFv06_recommendedDInSize (line 4109) | size_t ZBUFFv06_recommendedDInSize(void) { return ZSTDv06_BLOCKSIZE_MAX... function ZBUFFv06_recommendedDOutSize (line 4110) | size_t ZBUFFv06_recommendedDOutSize(void) { return ZSTDv06_BLOCKSIZE_MAX; } FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v06.h type ZSTDv06_DCtx (line 72) | typedef struct ZSTDv06_DCtx_s ZSTDv06_DCtx; type ZSTDv06_frameParams_s (line 97) | struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsi... type ZSTDv06_frameParams (line 98) | typedef struct ZSTDv06_frameParams_s ZSTDv06_frameParams; type ZBUFFv06_DCtx (line 113) | typedef struct ZBUFFv06_DCtx_s ZBUFFv06_DCtx; FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v07.c type ZSTDv07_customMem (line 68) | typedef struct { ZSTDv07_allocFunction customAlloc; ZSTDv07_freeFunction... type BYTE (line 242) | typedef uint8_t BYTE; type U16 (line 243) | typedef uint16_t U16; type S16 (line 244) | typedef int16_t S16; type U32 (line 245) | typedef uint32_t U32; type S32 (line 246) | typedef int32_t S32; type U64 (line 247) | typedef uint64_t U64; type S64 (line 248) | typedef int64_t S64; type BYTE (line 250) | typedef unsigned char BYTE; type U16 (line 251) | typedef unsigned short U16; type S16 (line 252) | typedef signed short S16; type U32 (line 253) | typedef unsigned int U32; type S32 (line 254) | typedef signed int S32; type U64 (line 255) | typedef unsigned long long U64; type S64 (line 256) | typedef signed long long S64; function MEM_32bits (line 264) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; } function MEM_64bits (line 265) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; } function MEM_isLittleEndian (line 267) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 273) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 278) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 283) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 288) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 293) | MEM_STATIC U32 MEM_swap32(U32 in) function MEM_STATIC (line 307) | MEM_STATIC U64 MEM_swap64(U64 in) function MEM_STATIC (line 328) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 338) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 349) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 358) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 366) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) type BITv07_DStream_t (line 440) | typedef struct type BITv07_DStream_status (line 448) | typedef enum { BITv07_DStream_unfinished = 0, function BITv07_highbit32 (line 472) | MEM_STATIC unsigned BITv07_highbit32 (U32 val) function MEM_STATIC (line 502) | MEM_STATIC size_t BITv07_initDStream(BITv07_DStream_t* bitD, const void*... function MEM_STATIC (line 537) | MEM_STATIC size_t BITv07_lookBits(const BITv07_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 545) | MEM_STATIC size_t BITv07_lookBitsFast(const BITv07_DStream_t* bitD, U32 ... function MEM_STATIC (line 551) | MEM_STATIC void BITv07_skipBits(BITv07_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 556) | MEM_STATIC size_t BITv07_readBits(BITv07_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 565) | MEM_STATIC size_t BITv07_readBitsFast(BITv07_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 572) | MEM_STATIC BITv07_DStream_status BITv07_reloadDStream(BITv07_DStream_t* ... function BITv07_endOfDStream (line 603) | MEM_STATIC unsigned BITv07_endOfDStream(const BITv07_DStream_t* DStream) type FSEv07_DTable (line 704) | typedef unsigned FSEv07_DTable; type FSEv07_DState_t (line 783) | typedef struct type FSEv07_DTableHeader (line 805) | typedef struct { type FSEv07_decode_t (line 810) | typedef struct function MEM_STATIC (line 817) | MEM_STATIC void FSEv07_initDState(FSEv07_DState_t* DStatePtr, BITv07_DSt... function MEM_STATIC (line 826) | MEM_STATIC BYTE FSEv07_peekSymbol(const FSEv07_DState_t* DStatePtr) function MEM_STATIC (line 832) | MEM_STATIC void FSEv07_updateState(FSEv07_DState_t* DStatePtr, BITv07_DS... function MEM_STATIC (line 840) | MEM_STATIC BYTE FSEv07_decodeSymbol(FSEv07_DState_t* DStatePtr, BITv07_D... function MEM_STATIC (line 853) | MEM_STATIC BYTE FSEv07_decodeSymbolFast(FSEv07_DState_t* DStatePtr, BITv... type U32 (line 1012) | typedef U32 HUFv07_DTable; function FSEv07_isError (line 1134) | unsigned FSEv07_isError(size_t code) { return ERR_isError(code); } function HUFv07_isError (line 1142) | unsigned HUFv07_isError(size_t code) { return ERR_isError(code); } function FSEv07_abs (line 1150) | static short FSEv07_abs(short a) { return (short)(a<0 ? -a : a); } function FSEv07_readNCount (line 1152) | size_t FSEv07_readNCount (short* normalizedCounter, unsigned* maxSVPtr, ... function HUFv07_readStats (line 1251) | size_t HUFv07_readStats(BYTE* huffWeight, size_t hwSize, U32* rankStats, type U32 (line 1385) | typedef U32 DTable_max_t[FSEv07_DTABLE_SIZE_U32(FSEv07_MAX_TABLELOG)]; function FSEv07_DTable (line 1412) | FSEv07_DTable* FSEv07_createDTable (unsigned tableLog) function FSEv07_freeDTable (line 1418) | void FSEv07_freeDTable (FSEv07_DTable* dt) function FSEv07_buildDTable (line 1423) | size_t FSEv07_buildDTable(FSEv07_DTable* dt, const short* normalizedCoun... function FSEv07_buildDTable_rle (line 1488) | size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, BYTE symbolValue) function FSEv07_buildDTable_raw (line 1506) | size_t FSEv07_buildDTable_raw (FSEv07_DTable* dt, unsigned nbBits) function FORCE_INLINE (line 1532) | FORCE_INLINE size_t FSEv07_decompress_usingDTable_generic( function FSEv07_decompress_usingDTable (line 1600) | size_t FSEv07_decompress_usingDTable(void* dst, size_t originalSize, function FSEv07_decompress (line 1614) | size_t FSEv07_decompress(void* dst, size_t maxDstSize, const void* cSrc,... type DTableDesc (line 1705) | typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE r... function DTableDesc (line 1707) | static DTableDesc HUFv07_getDTableDesc(const HUFv07_DTable* table) type HUFv07_DEltX2 (line 1719) | typedef struct { BYTE byte; BYTE nbBits; } HUFv07_DEltX2; function HUFv07_readDTableX2 (line 1721) | size_t HUFv07_readDTableX2 (HUFv07_DTable* DTable, const void* src, size... function BYTE (line 1770) | static BYTE HUFv07_decodeSymbolX2(BITv07_DStream_t* Dstream, const HUFv0... function HUFv07_decodeStreamX2 (line 1789) | static inline size_t HUFv07_decodeStreamX2(BYTE* p, BITv07_DStream_t* co... function HUFv07_decompress1X2_usingDTable_internal (line 1812) | static size_t HUFv07_decompress1X2_usingDTable_internal( function HUFv07_decompress1X2_usingDTable (line 1836) | size_t HUFv07_decompress1X2_usingDTable( function HUFv07_decompress1X2_DCtx (line 1846) | size_t HUFv07_decompress1X2_DCtx (HUFv07_DTable* DCtx, void* dst, size_t... function HUFv07_decompress1X2 (line 1858) | size_t HUFv07_decompress1X2 (void* dst, size_t dstSize, const void* cSrc... function HUFv07_decompress4X2_usingDTable_internal (line 1865) | static size_t HUFv07_decompress4X2_usingDTable_internal( function HUFv07_decompress4X2_usingDTable (line 1958) | size_t HUFv07_decompress4X2_usingDTable( function HUFv07_decompress4X2_DCtx (line 1969) | size_t HUFv07_decompress4X2_DCtx (HUFv07_DTable* dctx, void* dst, size_t... function HUFv07_decompress4X2 (line 1981) | size_t HUFv07_decompress4X2 (void* dst, size_t dstSize, const void* cSrc... type HUFv07_DEltX4 (line 1991) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUFv07_DEltX4; type sortedSymbol_t (line 1993) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; function HUFv07_fillDTableX4Level2 (line 1995) | static void HUFv07_fillDTableX4Level2(HUFv07_DEltX4* DTable, U32 sizeLog... type U32 (line 2035) | typedef U32 rankVal_t[HUFv07_TABLELOG_ABSOLUTEMAX][HUFv07_TABLELOG_ABSOL... function HUFv07_fillDTableX4 (line 2037) | static void HUFv07_fillDTableX4(HUFv07_DEltX4* DTable, const U32 targetLog, function HUFv07_readDTableX4 (line 2079) | size_t HUFv07_readDTableX4 (HUFv07_DTable* DTable, const void* src, size... function U32 (line 2160) | static U32 HUFv07_decodeSymbolX4(void* op, BITv07_DStream_t* DStream, co... function U32 (line 2168) | static U32 HUFv07_decodeLastSymbolX4(void* op, BITv07_DStream_t* DStream... function HUFv07_decodeStreamX4 (line 2194) | static inline size_t HUFv07_decodeStreamX4(BYTE* p, BITv07_DStream_t* bi... function HUFv07_decompress1X4_usingDTable_internal (line 2220) | static size_t HUFv07_decompress1X4_usingDTable_internal( function HUFv07_decompress1X4_usingDTable (line 2248) | size_t HUFv07_decompress1X4_usingDTable( function HUFv07_decompress1X4_DCtx (line 2258) | size_t HUFv07_decompress1X4_DCtx (HUFv07_DTable* DCtx, void* dst, size_t... function HUFv07_decompress1X4 (line 2270) | size_t HUFv07_decompress1X4 (void* dst, size_t dstSize, const void* cSrc... function HUFv07_decompress4X4_usingDTable_internal (line 2276) | static size_t HUFv07_decompress4X4_usingDTable_internal( function HUFv07_decompress4X4_usingDTable (line 2369) | size_t HUFv07_decompress4X4_usingDTable( function HUFv07_decompress4X4_DCtx (line 2380) | size_t HUFv07_decompress4X4_DCtx (HUFv07_DTable* dctx, void* dst, size_t... function HUFv07_decompress4X4 (line 2392) | size_t HUFv07_decompress4X4 (void* dst, size_t dstSize, const void* cSrc... function HUFv07_decompress1X_usingDTable (line 2403) | size_t HUFv07_decompress1X_usingDTable(void* dst, size_t maxDstSize, function HUFv07_decompress4X_usingDTable (line 2412) | size_t HUFv07_decompress4X_usingDTable(void* dst, size_t maxDstSize, type algo_time_t (line 2422) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function U32 (line 2449) | U32 HUFv07_selectDecoder (size_t dstSize, size_t cSrcSize) function HUFv07_decompress (line 2464) | size_t HUFv07_decompress (void* dst, size_t dstSize, const void* cSrc, s... function HUFv07_decompress4X_DCtx (line 2482) | size_t HUFv07_decompress4X_DCtx (HUFv07_DTable* dctx, void* dst, size_t ... function HUFv07_decompress4X_hufOnly (line 2496) | size_t HUFv07_decompress4X_hufOnly (HUFv07_DTable* dctx, void* dst, size... function HUFv07_decompress1X_DCtx (line 2508) | size_t HUFv07_decompress1X_DCtx (HUFv07_DTable* dctx, void* dst, size_t ... function ZSTDv07_isError (line 2559) | unsigned ZSTDv07_isError(size_t code) { return ERR_isError(code); } function ZBUFFv07_isError (line 2570) | unsigned ZBUFFv07_isError(size_t errorCode) { return ERR_isError(errorCo... function ZSTDv07_defaultFreeFunction (line 2584) | static void ZSTDv07_defaultFreeFunction(void* opaque, void* address) type blockType_t (line 2660) | typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t; type litBlockType_t (line 2666) | typedef enum { lbt_huffman, lbt_repeat, lbt_raw, lbt_rle } litBlockType_t; function ZSTDv07_copy8 (line 2716) | static void ZSTDv07_copy8(void* dst, const void* src) { memcpy(dst, src,... function MEM_STATIC (line 2722) | MEM_STATIC void ZSTDv07_wildcopy(void* dst, const void* src, ptrdiff_t l... type ZSTDv07_stats_t (line 2736) | typedef struct ZSTDv07_stats_s ZSTDv07_stats_t; type ZSTDv07_match_t (line 2738) | typedef struct { type ZSTDv07_optimal_t (line 2743) | typedef struct { type ZSTDv07_stats_s (line 2751) | struct ZSTDv07_stats_s { U32 unused; } type SeqStore_t (line 2753) | typedef struct { function ZSTDv07_copy4 (line 2864) | static void ZSTDv07_copy4(void* dst, const void* src) { memcpy(dst, src,... type ZSTDv07_dStage (line 2870) | typedef enum { ZSTDds_getFrameHeaderSize, ZSTDds_decodeFrameHeader, type ZSTDv07_DCtx_s (line 2874) | struct ZSTDv07_DCtx_s function ZSTDv07_sizeofDCtx (line 2903) | size_t ZSTDv07_sizeofDCtx (const ZSTDv07_DCtx* dctx) { return sizeof(*dc... function ZSTDv07_estimateDCtxSize (line 2905) | size_t ZSTDv07_estimateDCtxSize(void) { return sizeof(ZSTDv07_DCtx); } function ZSTDv07_decompressBegin (line 2907) | size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx) function ZSTDv07_DCtx (line 2922) | ZSTDv07_DCtx* ZSTDv07_createDCtx_advanced(ZSTDv07_customMem customMem) function ZSTDv07_DCtx (line 2939) | ZSTDv07_DCtx* ZSTDv07_createDCtx(void) function ZSTDv07_freeDCtx (line 2944) | size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) function ZSTDv07_copyDCtx (line 2951) | void ZSTDv07_copyDCtx(ZSTDv07_DCtx* dstDCtx, const ZSTDv07_DCtx* srcDCtx) function ZSTDv07_frameHeaderSize (line 3077) | static size_t ZSTDv07_frameHeaderSize(const void* src, size_t srcSize) function ZSTDv07_getFrameParams (line 3095) | size_t ZSTDv07_getFrameParams(ZSTDv07_frameParams* fparamsPtr, const voi... function ZSTDv07_getDecompressedSize (line 3171) | unsigned long long ZSTDv07_getDecompressedSize(const void* src, size_t s... function ZSTDv07_decodeFrameHeader (line 3183) | static size_t ZSTDv07_decodeFrameHeader(ZSTDv07_DCtx* dctx, const void* ... type blockProperties_t (line 3192) | typedef struct function ZSTDv07_getcBlockSize (line 3200) | static size_t ZSTDv07_getcBlockSize(const void* src, size_t srcSize, blo... function ZSTDv07_copyRawBlock (line 3217) | static size_t ZSTDv07_copyRawBlock(void* dst, size_t dstCapacity, const ... function ZSTDv07_decodeLiteralsBlock (line 3229) | static size_t ZSTDv07_decodeLiteralsBlock(ZSTDv07_DCtx* dctx, function ZSTDv07_buildSeqTable (line 3363) | static size_t ZSTDv07_buildSeqTable(FSEv07_DTable* DTable, U32 type, U32... function ZSTDv07_decodeSeqHeaders (line 3393) | static size_t ZSTDv07_decodeSeqHeaders(int* nbSeqPtr, type seq_t (line 3444) | typedef struct { type seqState_t (line 3450) | typedef struct { function seq_t (line 3459) | static seq_t ZSTDv07_decodeSequence(seqState_t* seqState) function ZSTDv07_execSequence (line 3533) | static function ZSTDv07_decompressSequences (line 3612) | static size_t ZSTDv07_decompressSequences( function ZSTDv07_checkContinuity (line 3677) | static void ZSTDv07_checkContinuity(ZSTDv07_DCtx* dctx, const void* dst) function ZSTDv07_decompressBlock_internal (line 3688) | static size_t ZSTDv07_decompressBlock_internal(ZSTDv07_DCtx* dctx, function ZSTDv07_decompressBlock (line 3706) | size_t ZSTDv07_decompressBlock(ZSTDv07_DCtx* dctx, function ZSTDLIBv07_API (line 3720) | ZSTDLIBv07_API size_t ZSTDv07_insertBlock(ZSTDv07_DCtx* dctx, const void... function ZSTDv07_generateNxBytes (line 3728) | static size_t ZSTDv07_generateNxBytes(void* dst, size_t dstCapacity, BYT... function ZSTDv07_decompressFrame (line 3740) | static size_t ZSTDv07_decompressFrame(ZSTDv07_DCtx* dctx, function ZSTDv07_decompress_usingPreparedDCtx (line 3810) | static size_t ZSTDv07_decompress_usingPreparedDCtx(ZSTDv07_DCtx* dctx, c... function ZSTDv07_decompress_usingDict (line 3820) | size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, function ZSTDv07_decompressDCtx (line 3831) | size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* dctx, void* dst, size_t dstC... function ZSTDv07_decompress (line 3837) | size_t ZSTDv07_decompress(void* dst, size_t dstCapacity, const void* src... function ZSTD_errorFrameSizeInfoLegacy (line 3854) | static void ZSTD_errorFrameSizeInfoLegacy(size_t* cSize, unsigned long l... function ZSTDv07_findFrameSizeInfoLegacy (line 3860) | void ZSTDv07_findFrameSizeInfoLegacy(const void *src, size_t srcSize, si... function ZSTDv07_nextSrcSizeToDecompress (line 3920) | size_t ZSTDv07_nextSrcSizeToDecompress(ZSTDv07_DCtx* dctx) function ZSTDv07_isSkipFrame (line 3925) | int ZSTDv07_isSkipFrame(ZSTDv07_DCtx* dctx) function ZSTDv07_decompressContinue (line 3933) | size_t ZSTDv07_decompressContinue(ZSTDv07_DCtx* dctx, void* dst, size_t ... function ZSTDv07_refDictContent (line 4032) | static size_t ZSTDv07_refDictContent(ZSTDv07_DCtx* dctx, const void* dic... function ZSTDv07_loadEntropy (line 4041) | static size_t ZSTDv07_loadEntropy(ZSTDv07_DCtx* dctx, const void* const ... function ZSTDv07_decompress_insertDictionary (line 4091) | static size_t ZSTDv07_decompress_insertDictionary(ZSTDv07_DCtx* dctx, co... function ZSTDv07_decompressBegin_usingDict (line 4114) | size_t ZSTDv07_decompressBegin_usingDict(ZSTDv07_DCtx* dctx, const void*... type ZSTDv07_DDict_s (line 4128) | struct ZSTDv07_DDict_s { function ZSTDv07_DDict (line 4134) | static ZSTDv07_DDict* ZSTDv07_createDDict_advanced(const void* dict, siz... function ZSTDv07_DDict (line 4172) | ZSTDv07_DDict* ZSTDv07_createDDict(const void* dict, size_t dictSize) function ZSTDv07_freeDDict (line 4178) | size_t ZSTDv07_freeDDict(ZSTDv07_DDict* ddict) function ZSTDLIBv07_API (line 4191) | ZSTDLIBv07_API size_t ZSTDv07_decompress_usingDDict(ZSTDv07_DCtx* dctx, type ZBUFFv07_dStage (line 4257) | typedef enum { ZBUFFds_init, ZBUFFds_loadHeader, type ZBUFFv07_DCtx_s (line 4261) | struct ZBUFFv07_DCtx_s { function ZBUFFv07_DCtx (line 4280) | ZBUFFv07_DCtx* ZBUFFv07_createDCtx(void) function ZBUFFv07_DCtx (line 4285) | ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem) function ZBUFFv07_freeDCtx (line 4305) | size_t ZBUFFv07_freeDCtx(ZBUFFv07_DCtx* zbd) function ZBUFFv07_decompressInitDictionary (line 4318) | size_t ZBUFFv07_decompressInitDictionary(ZBUFFv07_DCtx* zbd, const void*... function ZBUFFv07_decompressInit (line 4325) | size_t ZBUFFv07_decompressInit(ZBUFFv07_DCtx* zbd) function MEM_STATIC (line 4332) | MEM_STATIC size_t ZBUFFv07_limitCopy(void* dst, size_t dstCapacity, cons... function ZBUFFv07_decompressContinue (line 4344) | size_t ZBUFFv07_decompressContinue(ZBUFFv07_DCtx* zbd, function ZBUFFv07_recommendedDInSize (line 4489) | size_t ZBUFFv07_recommendedDInSize(void) { return ZSTDv07_BLOCKSIZE_ABS... function ZBUFFv07_recommendedDOutSize (line 4490) | size_t ZBUFFv07_recommendedDOutSize(void) { return ZSTDv07_BLOCKSIZE_ABS... FILE: NanaZip.Codecs/Zstandard/legacy/zstd_v07.h type ZSTDv07_DCtx (line 74) | typedef struct ZSTDv07_DCtx_s ZSTDv07_DCtx; type ZSTDv07_DDict (line 102) | typedef struct ZSTDv07_DDict_s ZSTDv07_DDict; type ZSTDv07_frameParams (line 114) | typedef struct { type ZBUFFv07_DCtx (line 129) | typedef struct ZBUFFv07_DCtx_s ZBUFFv07_DCtx; FILE: NanaZip.Codecs/Zstandard/zstd.h type ZSTD_CCtx (line 280) | typedef struct ZSTD_CCtx_s ZSTD_CCtx; type ZSTD_DCtx (line 303) | typedef struct ZSTD_DCtx_s ZSTD_DCtx; type ZSTD_strategy (line 336) | typedef enum { ZSTD_fast=1, type ZSTD_cParameter (line 349) | typedef enum { type ZSTD_bounds (line 544) | typedef struct { type ZSTD_ResetDirective (line 589) | typedef enum { type ZSTD_dParameter (line 640) | typedef enum { type ZSTD_inBuffer (line 701) | typedef struct ZSTD_inBuffer_s { type ZSTD_outBuffer (line 707) | typedef struct ZSTD_outBuffer_s { type ZSTD_CCtx (line 776) | typedef ZSTD_CCtx ZSTD_CStream; type ZSTD_EndDirective (line 783) | typedef enum { type ZSTD_DCtx (line 908) | typedef ZSTD_DCtx ZSTD_DStream; type ZSTD_CDict (line 985) | typedef struct ZSTD_CDict_s ZSTD_CDict; type ZSTD_DDict (line 1018) | typedef struct ZSTD_DDict_s ZSTD_DDict; type ZSTD_CCtx_params (line 1313) | typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; type ZSTD_Sequence (line 1315) | typedef struct { type ZSTD_compressionParameters (line 1352) | typedef struct { type ZSTD_frameParameters (line 1362) | typedef struct { type ZSTD_parameters (line 1368) | typedef struct { type ZSTD_dictContentType_e (line 1373) | typedef enum { type ZSTD_dictLoadMethod_e (line 1379) | typedef enum { type ZSTD_format_e (line 1384) | typedef enum { type ZSTD_forceIgnoreChecksum_e (line 1391) | typedef enum { type ZSTD_refMultipleDDicts_e (line 1397) | typedef enum { type ZSTD_dictAttachPref_e (line 1403) | typedef enum { type ZSTD_literalCompressionMode_e (line 1442) | typedef enum { type ZSTD_ParamSwitch_e (line 1451) | typedef enum { type ZSTD_FrameType_e (line 1510) | typedef enum { ZSTD_frame, ZSTD_skippableFrame } ZSTD_FrameType_e; type ZSTD_FrameHeader (line 1512) | typedef struct { type ZSTD_SequenceFormat_e (line 1581) | typedef enum { type ZSTD_customMem (line 1870) | typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction custo... type ZSTD_threadPool (line 1906) | typedef struct POOL_ctx_s ZSTD_threadPool; type ZSTD_frameProgression (line 2736) | typedef struct { type ZSTD_nextInputType_e (line 3136) | typedef enum { ZSTDnit_frameHeader, ZSTDnit_blockHeader, ZSTDnit_block, ... FILE: NanaZip.Codecs/Zstandard/zstd_errors.h type ZSTD_ErrorCode (line 60) | typedef enum { FILE: NanaZip.Codecs/xxHash/xxhash.h type XXH_errorcode (line 572) | typedef enum { type XXH32_hash_t (line 587) | typedef uint32_t XXH32_hash_t; type XXH32_hash_t (line 597) | typedef uint32_t XXH32_hash_t; type XXH32_hash_t (line 602) | typedef unsigned int XXH32_hash_t; type XXH32_hash_t (line 604) | typedef unsigned long XXH32_hash_t; type XXH32_state_t (line 653) | typedef struct XXH32_state_s XXH32_state_t; type XXH32_canonical_t (line 754) | typedef struct { type XXH64_hash_t (line 866) | typedef uint64_t XXH64_hash_t; type XXH64_hash_t (line 875) | typedef uint64_t XXH64_hash_t; type XXH64_hash_t (line 880) | typedef unsigned long XXH64_hash_t; type XXH64_hash_t (line 883) | typedef unsigned long long XXH64_hash_t; type XXH64_state_t (line 927) | typedef struct XXH64_state_s XXH64_state_t; type XXH64_canonical_t (line 1028) | typedef struct { unsigned char digest[sizeof(XXH64_hash_t)]; } XXH64_can... type XXH3_state_t (line 1243) | typedef struct XXH3_state_s XXH3_state_t; type XXH128_hash_t (line 1382) | typedef struct { type XXH128_canonical_t (line 1605) | typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_c... type XXH32_state_s (line 1672) | struct XXH32_state_s { type XXH64_state_s (line 1696) | struct XXH64_state_s { type XXH3_state_s (line 1770) | struct XXH3_state_s { function XXH_CONSTF (line 2369) | static XXH_CONSTF void* XXH_malloc(size_t s) { (void)s; return NULL; } function XXH_free (line 2370) | static void XXH_free(void* p) { (void)p; } function XXH_MALLOCF (line 2384) | static XXH_MALLOCF void* XXH_malloc(size_t s) { return malloc(s); } function XXH_free (line 2390) | static void XXH_free(void* p) { free(p); } type xxh_u8 (line 2550) | typedef uint8_t xxh_u8; type xxh_u8 (line 2552) | typedef unsigned char xxh_u8; type XXH32_hash_t (line 2554) | typedef XXH32_hash_t xxh_u32; function xxh_u32 (line 2626) | static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*)... type unalign (line 2638) | typedef union { xxh_u32 u32; } __attribute__((__packed__)) unalign; function xxh_u32 (line 2640) | static xxh_u32 XXH_read32(const void* ptr) function xxh_u32 (line 2652) | static xxh_u32 XXH_read32(const void* memPtr) function XXH_isLittleEndian (line 2699) | static int XXH_isLittleEndian(void) function xxh_u32 (line 2813) | static xxh_u32 XXH_swap32 (xxh_u32 x) type XXH_alignment (line 2831) | typedef enum { function XXH_FORCE_INLINE (line 2843) | XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* memPtr) function XXH_FORCE_INLINE (line 2852) | XXH_FORCE_INLINE xxh_u32 XXH_readBE32(const void* memPtr) function XXH_FORCE_INLINE (line 2862) | XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) function xxh_u32 (line 2867) | static xxh_u32 XXH_readBE32(const void* ptr) function XXH_FORCE_INLINE (line 2873) | XXH_FORCE_INLINE xxh_u32 function XXH_versionNumber (line 2888) | XXH_PUBLIC_API unsigned XXH_versionNumber (void) { return XXH_VERSION_NU... function xxh_u32 (line 2928) | static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) function xxh_u32 (line 2985) | static xxh_u32 XXH32_avalanche(xxh_u32 hash) function XXH_FORCE_INLINE (line 3001) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 3017) | XXH_FORCE_INLINE const xxh_u8 * function xxh_u32 (line 3044) | xxh_u32 function XXH_PUREF (line 3067) | static XXH_PUREF xxh_u32 function xxh_u32 (line 3156) | xxh_u32 function XXH_PUBLIC_API (line 3180) | XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_... function XXH_PUBLIC_API (line 3203) | XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) function XXH_PUBLIC_API (line 3208) | XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) function XXH_PUBLIC_API (line 3215) | XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dstState, const XXH32... function XXH_PUBLIC_API (line 3221) | XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_... function XXH_PUBLIC_API (line 3231) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 3278) | XXH_PUBLIC_API XXH32_hash_t XXH32_digest(const XXH32_state_t* state) function XXH_PUBLIC_API (line 3297) | XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH3... function XXH_PUBLIC_API (line 3304) | XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonica... type XXH64_hash_t (line 3322) | typedef XXH64_hash_t xxh_u64; function xxh_u64 (line 3336) | static xxh_u64 XXH_read64(const void* memPtr) type unalign64 (line 3351) | typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((__packed__)) ... function xxh_u64 (line 3353) | static xxh_u64 XXH_read64(const void* ptr) function xxh_u64 (line 3365) | static xxh_u64 XXH_read64(const void* memPtr) function xxh_u64 (line 3379) | static xxh_u64 XXH_swap64(xxh_u64 x) function XXH_FORCE_INLINE (line 3396) | XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* memPtr) function XXH_FORCE_INLINE (line 3409) | XXH_FORCE_INLINE xxh_u64 XXH_readBE64(const void* memPtr) function XXH_FORCE_INLINE (line 3423) | XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* ptr) function xxh_u64 (line 3428) | static xxh_u64 XXH_readBE64(const void* ptr) function XXH_FORCE_INLINE (line 3434) | XXH_FORCE_INLINE xxh_u64 function xxh_u64 (line 3469) | static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) function xxh_u64 (line 3494) | static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) function xxh_u64 (line 3503) | static xxh_u64 XXH64_avalanche(xxh_u64 hash) function XXH_FORCE_INLINE (line 3520) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 3536) | XXH_FORCE_INLINE const xxh_u8 * function xxh_u64 (line 3572) | xxh_u64 function xxh_u64 (line 3610) | xxh_u64 function xxh_u64 (line 3654) | xxh_u64 function XXH_PUBLIC_API (line 3678) | XXH_PUBLIC_API XXH64_hash_t XXH64 (XXH_NOESCAPE const void* input, size_... function XXH_PUBLIC_API (line 3700) | XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) function XXH_PUBLIC_API (line 3705) | XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) function XXH_PUBLIC_API (line 3712) | XXH_PUBLIC_API void XXH64_copyState(XXH_NOESCAPE XXH64_state_t* dstState... function XXH_PUBLIC_API (line 3718) | XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH_NOESCAPE XXH64_state_t* sta... function XXH_PUBLIC_API (line 3727) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 3773) | XXH_PUBLIC_API XXH64_hash_t XXH64_digest(XXH_NOESCAPE const XXH64_state_... function XXH_PUBLIC_API (line 3792) | XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH_NOESCAPE XXH64_canonical... function XXH_PUBLIC_API (line 3800) | XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(XXH_NOESCAPE const X... type uint64x2_t (line 4090) | typedef uint64x2_t xxh_aliasing_uint64x2_t function XXH_FORCE_INLINE (line 4106) | XXH_FORCE_INLINE uint64x2_t XXH_vld1q_u64(void const* ptr) /* silence -W... function XXH_FORCE_INLINE (line 4111) | XXH_FORCE_INLINE uint64x2_t XXH_vld1q_u64(void const* ptr) function XXH_FORCE_INLINE (line 4126) | XXH_FORCE_INLINE uint64x2_t function XXH_FORCE_INLINE (line 4133) | XXH_FORCE_INLINE uint64x2_t function XXH_FORCE_INLINE (line 4141) | XXH_FORCE_INLINE uint64x2_t function XXH_FORCE_INLINE (line 4148) | XXH_FORCE_INLINE uint64x2_t type xxh_u64x2 (line 4239) | typedef __vector unsigned long long xxh_u64x2; type xxh_u8x16 (line 4240) | typedef __vector unsigned char xxh_u8x16; type xxh_u32x4 (line 4241) | typedef __vector unsigned xxh_u32x4; type xxh_u64x2 (line 4246) | typedef xxh_u64x2 xxh_aliasing_u64x2 function XXH_FORCE_INLINE (line 4267) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) function XXH_FORCE_INLINE (line 4279) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_loadu(const void *ptr) function XXH_FORCE_INLINE (line 4307) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) function XXH_FORCE_INLINE (line 4313) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) function XXH_FORCE_INLINE (line 4404) | XXH_FORCE_INLINE xxh_u64 function XXH128_hash_t (line 4431) | static XXH128_hash_t function xxh_u64 (line 4565) | static xxh_u64 function xxh_u64 (line 4573) | xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) function XXH64_hash_t (line 4583) | static XXH64_hash_t XXH3_avalanche(xxh_u64 h64) function XXH64_hash_t (line 4596) | static XXH64_hash_t XXH3_rrmxmx(xxh_u64 h64, xxh_u64 len) function XXH64_hash_t (line 4640) | XXH64_hash_t function XXH64_hash_t (line 4662) | XXH64_hash_t function XXH64_hash_t (line 4678) | XXH64_hash_t function XXH64_hash_t (line 4695) | XXH64_hash_t function XXH_FORCE_INLINE (line 4732) | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, function XXH64_hash_t (line 4765) | XXH64_hash_t function XXH64_hash_t (line 4801) | XXH64_hash_t function XXH_FORCE_INLINE (line 4913) | XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) type xxh_i64 (line 4927) | typedef int64_t xxh_i64; type xxh_i64 (line 4930) | typedef long long xxh_i64; function XXH3_accumulate_512_avx512 (line 4964) | void function XXH_FORCE_INLINE (line 4991) | XXH_FORCE_INLINE XXH_TARGET_AVX512 XXH3_ACCUMULATE_TEMPLATE(avx512) function XXH3_initCustomSecret_avx512 (line 5037) | void function XXH3_accumulate_512_avx2 (line 5067) | void function XXH_FORCE_INLINE (line 5100) | XXH_FORCE_INLINE XXH_TARGET_AVX2 XXH3_ACCUMULATE_TEMPLATE(avx2) function XXH3_initCustomSecret_avx2 (line 5131) | void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, xxh_u64... function XXH3_accumulate_512_sse2 (line 5173) | void function XXH_FORCE_INLINE (line 5207) | XXH_FORCE_INLINE XXH_TARGET_SSE2 XXH3_ACCUMULATE_TEMPLATE(sse2) function XXH3_initCustomSecret_sse2 (line 5238) | void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64... function XXH_FORCE_INLINE (line 5308) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5434) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(neon) function XXH_FORCE_INLINE (line 5495) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5529) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(vsx) function XXH_FORCE_INLINE (line 5565) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5605) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5675) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5706) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(lsx) function XXH_FORCE_INLINE (line 5754) | XXH_FORCE_INLINE xxh_u64 function XXH_FORCE_INLINE (line 5763) | XXH_FORCE_INLINE xxh_u64 function XXH_FORCE_INLINE (line 5777) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5800) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5817) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(scalar) function XXH_FORCE_INLINE (line 5849) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5858) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5987) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 6020) | XXH_FORCE_INLINE xxh_u64 function XXH_PUREF (line 6028) | static XXH_PUREF XXH64_hash_t function XXH_PUREF (line 6058) | static XXH_PUREF XXH64_hash_t function XXH_FORCE_INLINE (line 6067) | XXH_FORCE_INLINE XXH64_hash_t function XXH3_WITH_SECRET_INLINE (line 6090) | XXH3_WITH_SECRET_INLINE XXH64_hash_t function XXH64_hash_t (line 6104) | XXH64_hash_t function XXH_FORCE_INLINE (line 6123) | XXH_FORCE_INLINE XXH64_hash_t function XXH_NO_INLINE (line 6146) | XXH_NO_INLINE XXH64_hash_t type XXH64_hash_t (line 6156) | typedef XXH64_hash_t (*XXH3_hashLong64_f)(const void* XXH_RESTRICT, size_t, function XXH_FORCE_INLINE (line 6159) | XXH_FORCE_INLINE XXH64_hash_t function XXH_PUBLIC_API (line 6185) | XXH_PUBLIC_API XXH64_hash_t XXH3_64bits(XXH_NOESCAPE const void* input, ... function XXH_PUBLIC_API (line 6191) | XXH_PUBLIC_API XXH64_hash_t function XXH_PUBLIC_API (line 6198) | XXH_PUBLIC_API XXH64_hash_t function XXH_PUBLIC_API (line 6204) | XXH_PUBLIC_API XXH64_hash_t function XXH_MALLOCF (line 6238) | static XXH_MALLOCF void* XXH_alignedMalloc(size_t s, size_t align) function XXH_alignedFree (line 6269) | static void XXH_alignedFree(void* p) function XXH_PUBLIC_API (line 6291) | XXH_PUBLIC_API XXH3_state_t* XXH3_createState(void) function XXH_PUBLIC_API (line 6311) | XXH_PUBLIC_API XXH_errorcode XXH3_freeState(XXH3_state_t* statePtr) function XXH_PUBLIC_API (line 6318) | XXH_PUBLIC_API void function XXH3_reset_internal (line 6324) | static void function XXH_PUBLIC_API (line 6352) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 6361) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 6372) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 6384) | XXH_PUBLIC_API XXH_errorcode function XXH_FORCE_INLINE (line 6412) | XXH_FORCE_INLINE const xxh_u8 * function XXH_PUBLIC_API (line 6536) | XXH_PUBLIC_API XXH_errorcode function XXH_FORCE_INLINE (line 6544) | XXH_FORCE_INLINE void function XXH_PUBLIC_API (line 6582) | XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_digest (XXH_NOESCAPE const XXH3_... function XXH128_hash_t (line 6616) | XXH128_hash_t function XXH128_hash_t (line 6645) | XXH128_hash_t function XXH128_hash_t (line 6672) | XXH128_hash_t function XXH128_hash_t (line 6747) | XXH128_hash_t function XXH_FORCE_INLINE (line 6766) | XXH_FORCE_INLINE XXH128_hash_t function XXH128_hash_t (line 6778) | XXH128_hash_t function XXH128_hash_t (line 6822) | XXH128_hash_t function XXH_PUREF (line 6880) | static XXH_PUREF XXH128_hash_t function XXH_FORCE_INLINE (line 6891) | XXH_FORCE_INLINE XXH128_hash_t function XXH128_hash_t (line 6910) | XXH128_hash_t function XXH3_WITH_SECRET_INLINE (line 6927) | XXH3_WITH_SECRET_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 6937) | XXH_FORCE_INLINE XXH128_hash_t function XXH_NO_INLINE (line 6958) | XXH_NO_INLINE XXH128_hash_t type XXH128_hash_t (line 6967) | typedef XXH128_hash_t (*XXH3_hashLong128_f)(const void* XXH_RESTRICT, si... function XXH_FORCE_INLINE (line 6970) | XXH_FORCE_INLINE XXH128_hash_t function XXH_PUBLIC_API (line 6995) | XXH_PUBLIC_API XXH128_hash_t XXH3_128bits(XXH_NOESCAPE const void* input... function XXH_PUBLIC_API (line 7003) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7012) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7021) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7030) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7045) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7052) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7059) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7066) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7073) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7080) | XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_digest (XXH_NOESCAPE const XXH... function XXH_PUBLIC_API (line 7102) | XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) function XXH_PUBLIC_API (line 7113) | XXH_PUBLIC_API int XXH128_cmp(XXH_NOESCAPE const void* h128_1, XXH_NOESC... function XXH_PUBLIC_API (line 7126) | XXH_PUBLIC_API void function XXH_PUBLIC_API (line 7139) | XXH_PUBLIC_API XXH128_hash_t function XXH_FORCE_INLINE (line 7156) | XXH_FORCE_INLINE void XXH3_combine16(void* dst, XXH128_hash_t h128) function XXH_PUBLIC_API (line 7163) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7208) | XXH_PUBLIC_API void FILE: NanaZip.Core/Extensions/ZSCodecs/BrotliDecoder.cpp type NCompress (line 6) | namespace NCompress { type NBROTLI (line 7) | namespace NBROTLI { function Z7_COM7F_IMF (line 22) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte * prop, UInt... function Z7_COM7F_IMF (line 34) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads)) function HRESULT (line 47) | HRESULT CDecoder::SetOutStreamSizeResume(const UInt64 * /*outSize*/) function Z7_COM7F_IMF (line 53) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 * outSize)) function HRESULT (line 60) | HRESULT CDecoder::CodeSpec(ISequentialInStream * inStream, function Z7_COM7F_IMF (line 72) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream * inStream, ISequent... function Z7_COM7F_IMF (line 80) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream * inStream)) function Z7_COM7F_IMF (line 86) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function HRESULT (line 93) | HRESULT CDecoder::CodeResume(ISequentialOutStream * outStream, const... FILE: NanaZip.Core/Extensions/ZSCodecs/BrotliDecoder.h function namespace (line 19) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/BrotliEncoder.cpp type NCompress (line 8) | namespace NCompress { type NBROTLI (line 9) | namespace NBROTLI { function Z7_COM7F_IMF (line 30) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID * propIDs, co... function Z7_COM7F_IMF (line 99) | Z7_COM7F_IMF(CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, function Z7_COM7F_IMF (line 113) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream * o... function Z7_COM7F_IMF (line 118) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, function Z7_COM7F_IMF (line 160) | Z7_COM7F_IMF(CEncoder::SetNumberOfThreads(UInt32 numThreads)) FILE: NanaZip.Core/Extensions/ZSCodecs/BrotliEncoder.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/BrotliHandler.cpp type NArchive (line 24) | namespace NArchive { type NBROTLI (line 25) | namespace NBROTLI { function IMP_IInArchive_Props (line 60) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 68) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 74) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 93) | API_FUNC_static_IsArc IsArc_Brotli(const Byte *p, size_t size) function Z7_COM7F_IMF (line 130) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... FILE: NanaZip.Core/Extensions/ZSCodecs/FastLzma2Encoder.cpp type NCompress (line 18) | namespace NCompress { type NLzma (line 20) | namespace NLzma { type NLzma2 (line 26) | namespace NLzma2 { function HRESULT (line 32) | static HRESULT TranslateError(size_t res) function HRESULT (line 67) | HRESULT CFastEncoder::FastLzma2::SetCoderProperties(const PROPID *pr... function HRESULT (line 135) | HRESULT CFastEncoder::FastLzma2::Begin() function BYTE (line 143) | BYTE* CFastEncoder::FastLzma2::GetAvailableBuffer(unsigned long& size) function HRESULT (line 149) | HRESULT CFastEncoder::FastLzma2::WaitAndReport(size_t& res, ICompres... function HRESULT (line 160) | HRESULT CFastEncoder::FastLzma2::AddByteCount(size_t count, ISequent... function HRESULT (line 196) | HRESULT CFastEncoder::FastLzma2::WriteBuffers(ISequentialOutStream *... function HRESULT (line 214) | HRESULT CFastEncoder::FastLzma2::End(ISequentialOutStream *outStream... function Z7_COM7F_IMF (line 236) | Z7_COM7F_IMF(CFastEncoder::SetCoderProperties(const PROPID *propIDs, function Z7_COM7F_IMF (line 243) | Z7_COM7F_IMF(CFastEncoder::WriteCoderProperties(ISequentialOutStream... function Z7_COM7F_IMF (line 256) | Z7_COM7F_IMF(CFastEncoder::Code(ISequentialInStream *inStream, ISequ... FILE: NanaZip.Core/Extensions/ZSCodecs/FastLzma2Encoder.h function namespace (line 14) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/LizardDecoder.cpp type NCompress (line 6) | namespace NCompress { type NLIZARD (line 7) | namespace NLIZARD { function Z7_COM7F_IMF (line 22) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte * prop, UInt... function Z7_COM7F_IMF (line 34) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads)) function HRESULT (line 43) | HRESULT CDecoder::SetOutStreamSizeResume(const UInt64 * /*outSize*/) function Z7_COM7F_IMF (line 49) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 * outSize)) function HRESULT (line 56) | HRESULT CDecoder::CodeSpec(ISequentialInStream * inStream, function Z7_COM7F_IMF (line 68) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream * inStream, ISequent... function Z7_COM7F_IMF (line 76) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream * inStream)) function Z7_COM7F_IMF (line 82) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function HRESULT (line 89) | HRESULT CDecoder::CodeResume(ISequentialOutStream * outStream, const... FILE: NanaZip.Core/Extensions/ZSCodecs/LizardDecoder.h function namespace (line 20) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/LizardEncoder.cpp type NCompress (line 8) | namespace NCompress { type NLIZARD (line 9) | namespace NLIZARD { function Z7_COM7F_IMF (line 27) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID * propIDs, co... function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream * o... function Z7_COM7F_IMF (line 71) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, function Z7_COM7F_IMF (line 109) | Z7_COM7F_IMF(CEncoder::SetNumberOfThreads(UInt32 numThreads)) FILE: NanaZip.Core/Extensions/ZSCodecs/LizardEncoder.h function namespace (line 16) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/LizardHandler.cpp type NArchive (line 22) | namespace NArchive { type NLIZARD (line 23) | namespace NLIZARD { function IMP_IInArchive_Props (line 58) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 72) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 86) | API_FUNC_static_IsArc IsArc_lizard(const Byte *p, size_t size) function Z7_COM7F_IMF (line 108) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... FILE: NanaZip.Core/Extensions/ZSCodecs/Lz4Decoder.cpp type NCompress (line 6) | namespace NCompress { type NLZ4 (line 7) | namespace NLZ4 { function Z7_COM7F_IMF (line 22) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte * prop, UInt... function Z7_COM7F_IMF (line 33) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads)) function HRESULT (line 42) | HRESULT CDecoder::SetOutStreamSizeResume(const UInt64 * /*outSize*/) function Z7_COM7F_IMF (line 48) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 * outSize)) function HRESULT (line 55) | HRESULT CDecoder::CodeSpec(ISequentialInStream * inStream, function Z7_COM7F_IMF (line 67) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream * inStream, ISequent... function Z7_COM7F_IMF (line 75) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream * inStream)) function Z7_COM7F_IMF (line 81) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function HRESULT (line 88) | HRESULT CDecoder::CodeResume(ISequentialOutStream * outStream, const... FILE: NanaZip.Core/Extensions/ZSCodecs/Lz4Decoder.h function namespace (line 18) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/Lz4Encoder.cpp type NCompress (line 8) | namespace NCompress { type NLZ4 (line 9) | namespace NLZ4 { function Z7_COM7F_IMF (line 27) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID * propIDs, co... function Z7_COM7F_IMF (line 65) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream * o... function Z7_COM7F_IMF (line 70) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, function Z7_COM7F_IMF (line 108) | Z7_COM7F_IMF(CEncoder::SetNumberOfThreads(UInt32 numThreads)) FILE: NanaZip.Core/Extensions/ZSCodecs/Lz4Encoder.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/Lz4Handler.cpp type NArchive (line 22) | namespace NArchive { type NLZ4 (line 23) | namespace NLZ4 { function IMP_IInArchive_Props (line 58) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 72) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 86) | API_FUNC_static_IsArc IsArc_lz4(const Byte *p, size_t size) function Z7_COM7F_IMF (line 108) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... FILE: NanaZip.Core/Extensions/ZSCodecs/Lz4Register.cpp type NCompress (line 12) | namespace NCompress { type NLZ4 (line 13) | namespace NLZ4 { FILE: NanaZip.Core/Extensions/ZSCodecs/Lz5Decoder.cpp type NCompress (line 6) | namespace NCompress { type NLZ5 (line 7) | namespace NLZ5 { function Z7_COM7F_IMF (line 22) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte * prop, UInt... function Z7_COM7F_IMF (line 33) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads)) function HRESULT (line 42) | HRESULT CDecoder::SetOutStreamSizeResume(const UInt64 * /*outSize*/) function Z7_COM7F_IMF (line 48) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 * outSize)) function HRESULT (line 55) | HRESULT CDecoder::CodeSpec(ISequentialInStream * inStream, function Z7_COM7F_IMF (line 67) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream * inStream, ISequent... function Z7_COM7F_IMF (line 75) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream * inStream)) function Z7_COM7F_IMF (line 81) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function HRESULT (line 88) | HRESULT CDecoder::CodeResume(ISequentialOutStream * outStream, const... FILE: NanaZip.Core/Extensions/ZSCodecs/Lz5Decoder.h function namespace (line 18) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/Lz5Encoder.cpp type NCompress (line 8) | namespace NCompress { type NLZ5 (line 9) | namespace NLZ5 { function Z7_COM7F_IMF (line 27) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID * propIDs, co... function Z7_COM7F_IMF (line 65) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream * o... function Z7_COM7F_IMF (line 70) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, function Z7_COM7F_IMF (line 108) | Z7_COM7F_IMF(CEncoder::SetNumberOfThreads(UInt32 numThreads)) FILE: NanaZip.Core/Extensions/ZSCodecs/Lz5Encoder.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/Lz5Handler.cpp type NArchive (line 22) | namespace NArchive { type NLZ5 (line 23) | namespace NLZ5 { function IMP_IInArchive_Props (line 58) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 72) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 86) | API_FUNC_static_IsArc IsArc_lz5(const Byte *p, size_t size) function Z7_COM7F_IMF (line 108) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... FILE: NanaZip.Core/Extensions/ZSCodecs/LzHandler.cpp type NArchive (line 22) | namespace NArchive { type NLz (line 23) | namespace NLz { type CHeader (line 39) | struct CHeader type CTrailer (line 50) | struct CTrailer method data_crc (line 57) | unsigned data_crc() const method UInt64 (line 64) | UInt64 data_size() const method UInt64 (line 71) | UInt64 member_size() const class CDecoder (line 79) | class CDecoder method UInt64 (line 90) | UInt64 GetInputProcessedSize() const { return _lzmaDecoderSpec->Ge... method ReleaseInStream (line 92) | void ReleaseInStream() { if (_lzmaDecoder) _lzmaDecoderSpec->Relea... method HRESULT (line 94) | HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 98) | HRESULT CDecoder::Create(ISequentialInStream *inStream) function HRESULT (line 115) | HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *... function IMP_IInArchive_Props (line 156) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 181) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 187) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 199) | API_FUNC_static_IsArc IsArc_Lz(const Byte *p, size_t size) function Z7_COM7F_IMF (line 223) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, const UInt64 *, IArchiv... function Z7_COM7F_IMF (line 242) | Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream)) function Z7_COM7F_IMF (line 250) | Z7_COM7F_IMF(CHandler::Close()) function Init (line 277) | void Init(IArchiveOpenCallback *callback) { Callback = callback; } function Z7_COM7F_IMF (line 280) | Z7_COM7F_IMF(CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize... function Z7_COM7F_IMF (line 291) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/Extensions/ZSCodecs/ZstdDecoder.cpp type NCompress (line 6) | namespace NCompress { type NZSTD (line 7) | namespace NZSTD { function Z7_COM7F_IMF (line 30) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte * prop, UInt... function HRESULT (line 49) | HRESULT CDecoder::SetOutStreamSizeResume(const UInt64 * /*outSize*/) function Z7_COM7F_IMF (line 55) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 * outSize)) function HRESULT (line 62) | HRESULT CDecoder::CodeSpec(ISequentialInStream * inStream, function Z7_COM7F_IMF (line 171) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream * inStream, ISequent... function Z7_COM7F_IMF (line 179) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream * inStream)) function Z7_COM7F_IMF (line 185) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function Z7_COM7F_IMF (line 192) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 /* numThreads */)) function HRESULT (line 197) | HRESULT CDecoder::CodeResume(ISequentialOutStream * outStream, const... FILE: NanaZip.Core/Extensions/ZSCodecs/ZstdDecoder.h function namespace (line 31) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/ZstdEncoder.cpp type NCompress (line 8) | namespace NCompress { type NZSTD (line 9) | namespace NZSTD { function Z7_COM7F_IMF (line 51) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID * propIDs, co... function Z7_COM7F_IMF (line 231) | Z7_COM7F_IMF(CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, function Z7_COM7F_IMF (line 245) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream * o... function Z7_COM7F_IMF (line 250) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, function Z7_COM7F_IMF (line 464) | Z7_COM7F_IMF(CEncoder::SetNumberOfThreads(UInt32 numThreads)) FILE: NanaZip.Core/Extensions/ZSCodecs/ZstdEncoder.h function namespace (line 14) | namespace NCompress { FILE: NanaZip.Core/Extensions/ZSCodecs/ZstdHandler.cpp type NArchive (line 22) | namespace NArchive { type NZSTD (line 23) | namespace NZSTD { function IMP_IInArchive_Props (line 58) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 72) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 86) | API_FUNC_static_IsArc IsArc_zstd(const Byte *p, size_t size) function Z7_COM7F_IMF (line 118) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... FILE: NanaZip.Core/SevenZip/C/7zBuf.h function EXTERN_C_BEGIN (line 9) | EXTERN_C_BEGIN type CDynBuf (line 21) | typedef struct FILE: NanaZip.Core/SevenZip/C/7zBuf2.c function DynBuf_Construct (line 10) | void DynBuf_Construct(CDynBuf *p) function DynBuf_SeekToBeg (line 17) | void DynBuf_SeekToBeg(CDynBuf *p) function DynBuf_Write (line 22) | int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAllocPtr a... function DynBuf_Free (line 46) | void DynBuf_Free(CDynBuf *p, ISzAllocPtr alloc) FILE: NanaZip.Core/SevenZip/C/7zCrc.c function UInt32 (line 49) | static UInt32 Z7_FASTCALL Z7_CRC_UPDATE_T1_FUNC_NAME(UInt32 v, const voi... function UInt32 (line 196) | static UInt32 Z7_FASTCALL CrcUpdate_HW function UInt32 (line 258) | UInt32 Z7_FASTCALL CrcUpdate function Z7_FASTCALL (line 286) | Z7_FASTCALL CrcUpdate(UInt32 crc, const void *data, size_t size) function UInt32 (line 298) | UInt32 Z7_FASTCALL CrcCalc(const void *data, size_t size) function CrcGenerateTable (line 308) | CrcGenerateTable(void) function Z7_CRC_UPDATE_FUNC (line 377) | Z7_CRC_UPDATE_FUNC z7_GetFunc_CrcUpdate(unsigned algo) FILE: NanaZip.Core/SevenZip/C/7zCrcOpt.c function CRC_FUNC_PRE_LE (line 50) | CRC_FUNC_PRE_LE(Z7_CRC_NUM_TABLES_USE) function CRC_FUNC_PRE_BE (line 137) | CRC_FUNC_PRE_BE(Z7_CRC_NUM_TABLES_USE) FILE: NanaZip.Core/SevenZip/C/7zStream.c function SRes (line 11) | SRes SeqInStream_ReadMax(ISeqInStreamPtr stream, void *buf, size_t *proc... function SRes (line 52) | SRes SeqInStream_ReadByte(ISeqInStreamPtr stream, Byte *buf) function SRes (line 61) | SRes LookInStream_SeekTo(ILookInStreamPtr stream, UInt64 offset) function SRes (line 67) | SRes LookInStream_LookRead(ILookInStreamPtr stream, void *buf, size_t *s... function SRes (line 77) | SRes LookInStream_Read2(ILookInStreamPtr stream, void *buf, size_t size,... function SRes (line 91) | SRes LookInStream_Read(ILookInStreamPtr stream, void *buf, size_t size) function SRes (line 100) | static SRes LookToRead2_Look_Lookahead(ILookInStreamPtr pp, const void *... function SRes (line 119) | static SRes LookToRead2_Look_Exact(ILookInStreamPtr pp, const void **buf... function SRes (line 139) | static SRes LookToRead2_Skip(ILookInStreamPtr pp, size_t offset) function SRes (line 146) | static SRes LookToRead2_Read(ILookInStreamPtr pp, void *buf, size_t *size) function SRes (line 160) | static SRes LookToRead2_Seek(ILookInStreamPtr pp, Int64 *pos, ESzSeek or... function LookToRead2_CreateVTable (line 167) | void LookToRead2_CreateVTable(CLookToRead2 *p, int lookahead) function SRes (line 179) | static SRes SecToLook_Read(ISeqInStreamPtr pp, void *buf, size_t *size) function SecToLook_CreateVTable (line 185) | void SecToLook_CreateVTable(CSecToLook *p) function SRes (line 190) | static SRes SecToRead_Read(ISeqInStreamPtr pp, void *buf, size_t *size) function SecToRead_CreateVTable (line 196) | void SecToRead_CreateVTable(CSecToRead *p) FILE: NanaZip.Core/SevenZip/C/7zTypes.h type SRes (line 45) | typedef int SRes; type WRes (line 67) | typedef unsigned WRes; type WRes (line 75) | typedef int WRes; type Byte (line 171) | typedef unsigned char Byte; type Int16 (line 172) | typedef short Int16; type UInt16 (line 173) | typedef unsigned short UInt16; type Int32 (line 176) | typedef long Int32; type UInt32 (line 177) | typedef unsigned long UInt32; type Int32 (line 179) | typedef int Int32; type UInt32 (line 180) | typedef unsigned int UInt32; type INT (line 186) | typedef int INT; type Int32 (line 187) | typedef Int32 INT32; type UINT (line 188) | typedef unsigned int UINT; type UInt32 (line 189) | typedef UInt32 UINT32; type INT32 (line 190) | typedef INT32 LONG; type UINT32 (line 191) | typedef UINT32 ULONG; type UINT32 (line 194) | typedef UINT32 DWORD; type INT_PTR (line 204) | typedef long INT_PTR; type UINT_PTR (line 205) | typedef unsigned long UINT_PTR; type LONG_PTR (line 206) | typedef long LONG_PTR; type DWORD_PTR (line 207) | typedef unsigned long DWORD_PTR; type SIZE_T (line 209) | typedef size_t SIZE_T; type Int64 (line 219) | typedef long Int64; type UInt64 (line 220) | typedef unsigned long UInt64; type __int64 (line 225) | typedef __int64 Int64; type UInt64 (line 226) | typedef unsigned __int64 UInt64; type Int64 (line 230) | typedef int64_t Int64; type UInt64 (line 231) | typedef uint64_t UInt64; type Int64 (line 233) | typedef long long int Int64; type UInt64 (line 234) | typedef unsigned long long int UInt64; type SizeT (line 245) | typedef unsigned int SizeT; type SizeT (line 247) | typedef size_t SizeT; type BoolInt (line 259) | typedef int BoolInt; function Z7_C_IFACE_DECL (line 326) | Z7_C_IFACE_DECL (IByteIn) function Z7_C_IFACE_DECL (line 333) | Z7_C_IFACE_DECL (IByteOut) function Z7_C_IFACE_DECL (line 340) | Z7_C_IFACE_DECL (ISeqInStream) function Z7_C_IFACE_DECL (line 356) | Z7_C_IFACE_DECL (ISeqOutStream) type ESzSeek (line 364) | typedef enum function Z7_C_IFACE_DECL (line 372) | Z7_C_IFACE_DECL (ISeekInStream) function Z7_C_IFACE_DECL (line 381) | Z7_C_IFACE_DECL (ILookInStream) type CLookToRead2 (line 408) | typedef struct type CSecToLook (line 426) | typedef struct type CSecToRead (line 436) | typedef struct function Z7_C_IFACE_DECL (line 445) | Z7_C_IFACE_DECL (ICompressProgress) type ISzAlloc (line 456) | typedef struct ISzAlloc ISzAlloc; type ISzAlloc (line 457) | typedef const ISzAlloc * ISzAllocPtr; type ISzAlloc (line 459) | struct ISzAlloc FILE: NanaZip.Core/SevenZip/C/7zWindows.h type LONG_PTR (line 58) | typedef long LONG_PTR, *PLONG_PTR; type ULONG_PTR (line 59) | typedef unsigned long ULONG_PTR, *PULONG_PTR; type ULONG_PTR (line 60) | typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR; FILE: NanaZip.Core/SevenZip/C/Aes.c function AesGenTables (line 118) | void AesGenTables(void) function Aes_SetKey_Enc (line 233) | void Z7_FASTCALL Aes_SetKey_Enc(UInt32 *w, const Byte *key, unsigned key... function Aes_SetKey_Dec (line 269) | void Z7_FASTCALL Aes_SetKey_Dec(UInt32 *w, const Byte *key, unsigned key... function Aes_Encode (line 291) | static void Aes_Encode(const UInt32 *w, UInt32 *dest, const UInt32 *src) function Z7_FORCE_INLINE (line 317) | Z7_FORCE_INLINE function AesCbc_Init (line 342) | void AesCbc_Init(UInt32 *p, const Byte *iv) function AesCbc_Encode (line 349) | void Z7_FASTCALL AesCbc_Encode(UInt32 *p, Byte *data, size_t numBlocks) function AesCbc_Decode (line 367) | void Z7_FASTCALL AesCbc_Decode(UInt32 *p, Byte *data, size_t numBlocks) function AesCtr_Code (line 391) | void Z7_FASTCALL AesCtr_Code(UInt32 *p, Byte *data, size_t numBlocks) FILE: NanaZip.Core/SevenZip/C/AesOpt.c function AES_FUNC_START2 (line 100) | AES_FUNC_START2 (AesCbc_Encode_HW) function AES_FUNC_START2 (line 283) | AES_FUNC_START2 (AesCbc_Decode_HW) function AES_FUNC_START2 (line 337) | AES_FUNC_START2 (AesCtr_Code_HW) function WOP (line 468) | WOP (AVX_DECLARE_VAR) function LOAD_data (line 481) | WOP_M1 (AVX_XOR_data_M1) function VAES_FUNC_START2 (line 528) | VAES_FUNC_START2 (AesCtr_Code_HW_256) type uint8x16_t (line 747) | typedef uint8x16_t v128; function AES_E_MC_m (line 811) | AES_E_MC_m (k8) function WOP (line 894) | WOP (DECLARE_VAR) function WIDE_LOOP_END (line 911) | WIDE_LOOP_END function WOP (line 954) | WOP (DECLARE_VAR) function WIDE_LOOP_END (line 968) | WIDE_LOOP_END FILE: NanaZip.Core/SevenZip/C/Alloc.c function ConvertUInt64ToString (line 48) | static void ConvertUInt64ToString(UInt64 val, char *s) function ConvertUInt64ToHex (line 55) | static void ConvertUInt64ToHex(UInt64 val, char *s) function Print (line 77) | static void Print(const char *s) function PrintAligned (line 82) | static void PrintAligned(const char *s, size_t align) function PrintLn (line 95) | static void PrintLn(void) function PrintHex (line 100) | static void PrintHex(UInt64 v, size_t align) function PrintDec (line 107) | static void PrintDec(int v, size_t align) function PrintAddr (line 114) | static void PrintAddr(void *p) function MyFree (line 188) | void MyFree(void *address) function MidFree (line 238) | void MidFree(void *address) function SetLargePageSize (line 260) | void SetLargePageSize(void) function BigFree (line 314) | void BigFree(void *address) function SzFree (line 324) | static void SzFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p) MyFree... function SzMidFree (line 329) | static void SzMidFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p) Mid... function SzBigFree (line 331) | static void SzBigFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p) Big... type _WIN32 (line 351) | typedef function z7_AlignedFree (line 462) | void z7_AlignedFree(void *address) function SzAlignedFree (line 480) | static void SzAlignedFree(ISzAllocPtr pp, void *address) function PrintPtr (line 512) | static void PrintPtr(const char *s, const void *p) function AlignOffsetAlloc_Free (line 583) | static void AlignOffsetAlloc_Free(ISzAllocPtr pp, void *address) function AlignOffsetAlloc_CreateVTable (line 601) | void AlignOffsetAlloc_CreateVTable(CAlignOffsetAlloc *p) FILE: NanaZip.Core/SevenZip/C/Alloc.h type CAlignOffsetAlloc (line 63) | typedef struct FILE: NanaZip.Core/SevenZip/C/Bcj2.c function Bcj2Dec_Init (line 16) | void Bcj2Dec_Init(CBcj2Dec *p) FILE: NanaZip.Core/SevenZip/C/Bcj2.h type UInt16 (line 52) | typedef UInt16 CBcj2Prob; type CBcj2Dec (line 93) | typedef struct type EBcj2Enc_FinishMode (line 162) | typedef enum type UInt64 (line 235) | typedef UInt64 CBcj2Enc_ip_unsigned; type Int64 (line 236) | typedef Int64 CBcj2Enc_ip_signed; type CBcj2Enc (line 254) | typedef struct FILE: NanaZip.Core/SevenZip/C/Bcj2Enc.c function Bcj2Enc_Init (line 22) | void Bcj2Enc_Init(CBcj2Enc *p) function Z7_FORCE_INLINE (line 45) | Z7_FORCE_INLINE function Z7_NO_INLINE (line 152) | Z7_NO_INLINE function Z7_NO_INLINE (line 381) | Z7_NO_INLINE FILE: NanaZip.Core/SevenZip/C/Blake2.h type CBlake2sp (line 52) | typedef struct FILE: NanaZip.Core/SevenZip/C/Blake2s.c function PrintState (line 264) | static void PrintState(const UInt32 *s, unsigned num) function PrintStates2 (line 271) | static void PrintStates2(const UInt32 *s, unsigned x, unsigned y) function Blake2s_Compress_V128_Way1 (line 631) | void function Blake2sp_Compress2_V128_Way1 (line 663) | void function Blake2sp_Compress2_V128_Way2 (line 780) | void function Blake2sp_Compress2_V128_Fast (line 1091) | void function Blake2sp_Final_V128_Fast (line 1149) | void function Blake2sp_Compress2_AVX2_Way2 (line 1359) | void function Z7_FASTCALL (line 1890) | Z7_FASTCALL function Z7_FASTCALL (line 2054) | Z7_FASTCALL function Z7_FORCE_INLINE (line 2121) | Z7_FORCE_INLINE function Blake2sp_InitState_V128_Fast (line 2147) | void function Blake2sp_InitState_AVX2_Fast (line 2189) | void function Z7_NO_INLINE (line 2215) | Z7_NO_INLINE function Blake2sp_Init (line 2232) | void Blake2sp_Init(CBlake2sp *p) function Blake2sp_Update (line 2268) | void Blake2sp_Update(CBlake2sp *p, const Byte *data, size_t size) function Blake2sp_Final (line 2342) | void Blake2sp_Final(CBlake2sp *p, Byte *digest) function BoolInt (line 2463) | BoolInt Blake2sp_SetFunction(CBlake2sp *p, unsigned algo) function z7_Black2sp_Prepare (line 2563) | void z7_Black2sp_Prepare(void) FILE: NanaZip.Core/SevenZip/C/Bra.c function Z7_BRANCH_FUNC_MAIN (line 75) | Z7_BRANCH_FUNC_MAIN(BranchConv_ARM64) function Z7_BRANCH_FUNC_MAIN (line 124) | Z7_BRANCH_FUNCS_IMP(BranchConv_ARM64) function Z7_BRANCH_FUNC_MAIN (line 155) | Z7_BRANCH_FUNCS_IMP(BranchConv_ARM) function Z7_BRANCH_FUNC_MAIN (line 202) | Z7_BRANCH_FUNC_MAIN(BranchConv_SPARC) function Z7_BRANCH_FUNC_MAIN (line 257) | Z7_BRANCH_FUNCS_IMP(BranchConv_SPARC) function Z7_BRANCH_FUNC_MAIN (line 338) | Z7_BRANCH_FUNCS_IMP(BranchConv_ARMT) function Byte (line 512) | Byte * Z7_BRANCH_CONV_ENC(RISCV)(Byte *p, SizeT size, UInt32 pc) FILE: NanaZip.Core/SevenZip/C/Bra.h type Z7_BRANCH_CONV_DECL (line 23) | typedef Z7_BRANCH_CONV_DECL( (*z7_Func_BranchConv)); type Z7_BRANCH_CONV_ST_DECL (line 24) | typedef Z7_BRANCH_CONV_ST_DECL((*z7_Func_BranchConvSt)); FILE: NanaZip.Core/SevenZip/C/Bra86.c function Byte (line 47) | Byte *Z7_BRANCH_CONV_ST(X86)(Byte *p, SizeT size, UInt32 pc, UInt32 *sta... FILE: NanaZip.Core/SevenZip/C/BwtSort.c function HeapSortRef (line 23) | void HeapSortRef(UInt32 *p, UInt32 *vals, size_t size) function SetGroupSize (line 80) | static void SetGroupSize(UInt32 *p, size_t size) function SortGroup (line 100) | static function UInt32 (line 410) | UInt32 BlockSort(UInt32 *Indices, const Byte *data, size_t blockSize) FILE: NanaZip.Core/SevenZip/C/CpuArch.c function z7_x86_cpuid (line 84) | void Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) function z7_x86_cpuid_subFunc (line 89) | static function Z7_FASTCALL (line 97) | Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void) function z7_x86_cpuid (line 147) | void Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) function z7_x86_cpuid_GetMaxFunc (line 152) | z7_x86_cpuid_GetMaxFunc(void) function Z7_FASTCALL (line 263) | Z7_FASTCALL MY_cpuidex_HACK(Int32 subFunction, Int32 func, Int32 *CPUInfo) function z7_x86_cpuid_subFunc (line 270) | static function z7_x86_cpuid (line 282) | void Z7_FASTCALL z7_x86_cpuid(UInt32 p[4], UInt32 func) function Z7_FASTCALL (line 288) | Z7_FASTCALL z7_x86_cpuid_GetMaxFunc(void) function BoolInt (line 306) | static function Z7_FORCE_INLINE (line 398) | Z7_FORCE_INLINE function BoolInt (line 421) | BoolInt CPU_IsSupported_CMOV(void) function BoolInt (line 429) | BoolInt CPU_IsSupported_SSE(void) function BoolInt (line 438) | BoolInt CPU_IsSupported_SSE2(void) function UInt32 (line 450) | static UInt32 x86cpuid_Func_1_ECX(void) function BoolInt (line 459) | BoolInt CPU_IsSupported_AES(void) function BoolInt (line 464) | BoolInt CPU_IsSupported_SSSE3(void) function BoolInt (line 469) | BoolInt CPU_IsSupported_SSE41(void) function BoolInt (line 474) | BoolInt CPU_IsSupported_SHA(void) function BoolInt (line 488) | BoolInt CPU_IsSupported_SHA512(void) function BoolInt (line 646) | BoolInt CPU_IsSupported_AVX(void) function BoolInt (line 706) | BoolInt CPU_IsSupported_AVX2(void) function BoolInt (line 722) | BoolInt CPU_IsSupported_AVX512F_AVX512VL(void) function BoolInt (line 750) | BoolInt CPU_IsSupported_VAES_AVX2(void) function BoolInt (line 767) | BoolInt CPU_IsSupported_PageGB(void) function BoolInt (line 787) | BoolInt CPU_IsSupported_CRC32(void) { return IsProcessorFeaturePresent(... function BoolInt (line 788) | BoolInt CPU_IsSupported_CRYPTO(void) { return IsProcessorFeaturePresent(... function BoolInt (line 789) | BoolInt CPU_IsSupported_NEON(void) { return IsProcessorFeaturePresent(... function BoolInt (line 817) | static BoolInt z7_sysctlbyname_Get_BoolInt(const char *name) function BoolInt (line 825) | BoolInt CPU_IsSupported_CRC32(void) function BoolInt (line 830) | BoolInt CPU_IsSupported_NEON(void) function BoolInt (line 835) | BoolInt CPU_IsSupported_SHA512(void) function BoolInt (line 853) | BoolInt CPU_IsSupported_SHA1(void) { return APPLE_CRYPTO_SUPPORT_VAL; } function BoolInt (line 854) | BoolInt CPU_IsSupported_SHA2(void) { return APPLE_CRYPTO_SUPPORT_VAL; } function BoolInt (line 855) | BoolInt CPU_IsSupported_AES (void) { return APPLE_CRYPTO_SUPPORT_VAL; } function MY_getauxval (line 881) | static unsigned long MY_getauxval(int aux) function BoolInt (line 904) | BoolInt CPU_IsSupported_NEON(void) { return True; } function BoolInt (line 920) | BoolInt CPU_IsSupported_NEON(void) { return True; } function z7_sysctlbyname_Get (line 956) | int z7_sysctlbyname_Get(const char *name, void *buf, size_t *bufSize) function z7_sysctlbyname_Get_UInt32 (line 961) | int z7_sysctlbyname_Get_UInt32(const char *name, UInt32 *val) FILE: NanaZip.Core/SevenZip/C/Delta.c function Delta_Init (line 8) | void Delta_Init(Byte *state) function Delta_Encode (line 16) | void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size) function Delta_Decode (line 89) | void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size) FILE: NanaZip.Core/SevenZip/C/DllSecur.c function My_SetDefaultDllDirectories (line 56) | void My_SetDefaultDllDirectories(void) function LoadSecurityDlls (line 64) | void LoadSecurityDlls(void) FILE: NanaZip.Core/SevenZip/C/HuffEnc.c function Huffman_Generate (line 35) | void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, unsign... FILE: NanaZip.Core/SevenZip/C/LzFind.c function LzInWindow_Free (line 68) | static void LzInWindow_Free(CMatchFinder *p, ISzAllocPtr alloc) function LzInWindow_Create2 (line 78) | static int LzInWindow_Create2(CMatchFinder *p, UInt32 blockSize, ISzAllo... function Byte (line 111) | static const Byte *MatchFinder_GetPointerToCurrentPos(void *p) function UInt32 (line 116) | static UInt32 MatchFinder_GetNumAvailableBytes(void *p) function Z7_NO_INLINE (line 122) | Z7_NO_INLINE function Z7_NO_INLINE (line 189) | Z7_NO_INLINE function MatchFinder_NeedMove (line 208) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 217) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 225) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 237) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 260) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAllocPtr... function MatchFinder_Free (line 266) | void MatchFinder_Free(CMatchFinder *p, ISzAllocPtr alloc) function CLzRef (line 272) | static CLzRef* AllocRefs(size_t num, ISzAllocPtr alloc) function UInt32 (line 286) | static UInt32 GetBlockSize(CMatchFinder *p, UInt32 historySize) function UInt32 (line 321) | static UInt32 MatchFinder_GetHashMask2(CMatchFinder *p, UInt32 hs) function UInt32 (line 347) | static UInt32 MatchFinder_GetHashMask(CMatchFinder *p, UInt32 hs) function MatchFinder_Create (line 376) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 500) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init_LowHash (line 539) | void MatchFinder_Init_LowHash(CMatchFinder *p) function MatchFinder_Init_HighHash (line 549) | void MatchFinder_Init_HighHash(CMatchFinder *p) function MatchFinder_Init_4 (line 559) | void MatchFinder_Init_4(CMatchFinder *p) function MatchFinder_Init (line 580) | void MatchFinder_Init(void *_p) type uint32x4_t (line 662) | typedef uint32x4_t LzFind_v128; type __m128i (line 670) | typedef __m128i LzFind_v128; function LzFind_SaturSub_128 (line 688) | void function LzFind_SaturSub_256 (line 736) | void function Z7_FASTCALL (line 777) | Z7_FASTCALL function Z7_NO_INLINE (line 794) | Z7_NO_INLINE function Z7_NO_INLINE (line 831) | Z7_NO_INLINE function Z7_FORCE_INLINE (line 879) | Z7_FORCE_INLINE function Z7_FORCE_INLINE (line 961) | Z7_FORCE_INLINE function SkipMatchesSpec (line 1032) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function Z7_NO_INLINE (line 1100) | Z7_NO_INLINE function UInt32 (line 1151) | static UInt32* Bt2_MatchFinder_GetMatches(void *_p, UInt32 *distances) function UInt32 (line 1161) | UInt32* Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 1177) | static UInt32* Bt3_MatchFinder_GetMatches(void *_p, UInt32 *distances) function UInt32 (line 1219) | static UInt32* Bt4_MatchFinder_GetMatches(void *_p, UInt32 *distances) function UInt32 (line 1288) | static UInt32* Bt5_MatchFinder_GetMatches(void *_p, UInt32 *distances) function UInt32 (line 1362) | static UInt32* Hc4_MatchFinder_GetMatches(void *_p, UInt32 *distances) function UInt32 (line 1431) | static UInt32 * Hc5_MatchFinder_GetMatches(void *_p, UInt32 *distances) function UInt32 (line 1505) | UInt32* Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 1515) | static void Bt2_MatchFinder_Skip(void *_p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 1527) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 1538) | static void Bt3_MatchFinder_Skip(void *_p, UInt32 num) function Bt4_MatchFinder_Skip (line 1554) | static void Bt4_MatchFinder_Skip(void *_p, UInt32 num) function Bt5_MatchFinder_Skip (line 1571) | static void Bt5_MatchFinder_Skip(void *_p, UInt32 num) function Hc4_MatchFinder_Skip (line 1619) | static void Hc4_MatchFinder_Skip(void *_p, UInt32 num) function Hc5_MatchFinder_Skip (line 1635) | static void Hc5_MatchFinder_Skip(void *_p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 1652) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 1664) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder2 *vTable) function LzFindPrepare (line 1706) | void LzFindPrepare(void) FILE: NanaZip.Core/SevenZip/C/LzFind.h type CMatchFinder (line 13) | typedef struct type UInt32 (line 128) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 129) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 130) | typedef UInt32 * (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder2 (line 133) | typedef struct FILE: NanaZip.Core/SevenZip/C/LzFindMt.c function Z7_NO_INLINE (line 82) | Z7_NO_INLINE function Z7_NO_INLINE (line 121) | Z7_NO_INLINE function Z7_NO_INLINE (line 152) | Z7_NO_INLINE function Z7_NO_INLINE (line 190) | Z7_NO_INLINE function Z7_NO_INLINE (line 229) | Z7_NO_INLINE function WRes (line 243) | static WRes MtSync_Create_WRes(CMtSync *p, THREAD_FUNC_TYPE startAddress... function Z7_NO_INLINE (line 281) | Z7_NO_INLINE function HashThreadFunc (line 448) | static void HashThreadFunc(CMatchFinderMt *mt) function BtGetMatches (line 579) | static void BtGetMatches(CMatchFinderMt *p, UInt32 *d) function BtFillBlock (line 740) | static void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function Z7_NO_INLINE (line 760) | Z7_NO_INLINE function MatchFinderMt_Construct (line 797) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 804) | static void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAllocPtr alloc) function MatchFinderMt_Destruct (line 810) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAllocPtr alloc) function THREAD_FUNC_DECL (line 843) | static THREAD_FUNC_DECL HashThreadFunc2(void *p) { HashThreadFunc((CMatc... function THREAD_FUNC_DECL (line 844) | static THREAD_FUNC_DECL BtThreadFunc2(void *p) function SRes (line 856) | SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function SRes (line 881) | SRes MatchFinderMt_InitMt(CMatchFinderMt *p) function MatchFinderMt_Init (line 888) | static void MatchFinderMt_Init(void *_p) function MatchFinderMt_ReleaseStream (line 944) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function Z7_NO_INLINE (line 953) | Z7_NO_INLINE function Byte (line 993) | static const Byte * MatchFinderMt_GetPointerToCurrentPos(void *_p) function UInt32 (line 1003) | static UInt32 MatchFinderMt_GetNumAvailableBytes(void *_p) function UInt32 (line 1015) | static UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt3... function UInt32 (line 1039) | static UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt3... function UInt32 (line 1177) | static UInt32 * MixMatches4(CMatchFinderMt *p, UInt32 matchMinPos, UInt3... function UInt32 (line 1257) | static UInt32 * MatchFinderMt2_GetMatches(void *_p, UInt32 *d) function UInt32 (line 1282) | static UInt32 * MatchFinderMt_GetMatches(void *_p, UInt32 *d) function MatchFinderMt0_Skip (line 1331) | static void MatchFinderMt0_Skip(void *_p, UInt32 num) FILE: NanaZip.Core/SevenZip/C/LzFindMt.h function EXTERN_C_BEGIN (line 10) | EXTERN_C_BEGIN type CMatchFinderMt_ (line 37) | struct CMatchFinderMt_ type UInt32 (line 39) | typedef UInt32 * (*Mf_Mix_Matches)(struct CMatchFinderMt_ *p, UInt32 mat... type CMatchFinderMt (line 47) | typedef struct CMatchFinderMt_ FILE: NanaZip.Core/SevenZip/C/LzFindOpt.c function Z7_NO_INLINE (line 222) | Z7_NO_INLINE FILE: NanaZip.Core/SevenZip/C/Lzma2Dec.c type ELzma2State (line 43) | typedef enum function SRes (line 57) | static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) function SRes (line 71) | SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) function SRes (line 78) | SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) function Lzma2Dec_Init (line 85) | void Lzma2Dec_Init(CLzma2Dec *p) function Lzma2Dec_UpdateState (line 97) | static unsigned Lzma2Dec_UpdateState(CLzma2Dec *p, Byte b) function LzmaDec_UpdateWithUncompressed (line 166) | static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src,... function SRes (line 178) | SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, function ELzma2ParseStatus (line 309) | ELzma2ParseStatus Lzma2Dec_Parse(CLzma2Dec *p, function SRes (line 430) | SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, cons... function SRes (line 471) | SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *src... FILE: NanaZip.Core/SevenZip/C/Lzma2Dec.h function EXTERN_C_BEGIN (line 9) | EXTERN_C_BEGIN type ELzma2ParseStatus (line 66) | typedef enum FILE: NanaZip.Core/SevenZip/C/Lzma2DecMt.c function Lzma2DecMtProps_Init (line 36) | void Lzma2DecMtProps_Init(CLzma2DecMtProps *p) type CLzma2DecMtThread (line 55) | typedef struct type CLzma2DecMt (line 84) | struct CLzma2DecMt function CLzma2DecMtHandle (line 124) | CLzma2DecMtHandle Lzma2DecMt_Create(ISzAllocPtr alloc, ISzAllocPtr alloc... function Lzma2DecMt_FreeOutBufs (line 164) | static void Lzma2DecMt_FreeOutBufs(CLzma2DecMt *p) function Lzma2DecMt_FreeSt (line 182) | static void Lzma2DecMt_FreeSt(CLzma2DecMt *p) function Lzma2DecMt_Destroy (line 200) | void Lzma2DecMt_Destroy(CLzma2DecMtHandle p) function Lzma2DecMt_MtCallback_Parse (line 237) | static void Lzma2DecMt_MtCallback_Parse(void *obj, unsigned coderIndex, ... function SRes (line 416) | static SRes Lzma2DecMt_MtCallback_PreCode(void *pp, unsigned coderIndex) function SRes (line 456) | static SRes Lzma2DecMt_MtCallback_Code(void *pp, unsigned coderIndex, function SRes (line 529) | static SRes Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, function SRes (line 611) | static SRes Lzma2Dec_Prepare_ST(CLzma2DecMt *p) function SRes (line 637) | static SRes Lzma2Dec_Decode_ST(CLzma2DecMt *p function SRes (line 802) | SRes Lzma2DecMt_Decode(CLzma2DecMtHandle p, function SRes (line 984) | SRes Lzma2DecMt_Init(CLzma2DecMtHandle p, function SRes (line 1019) | SRes Lzma2DecMt_Read(CLzma2DecMtHandle p, FILE: NanaZip.Core/SevenZip/C/Lzma2DecMt.h function EXTERN_C_BEGIN (line 9) | EXTERN_C_BEGIN type CLzma2DecMt (line 41) | typedef struct CLzma2DecMt CLzma2DecMt; type CLzma2DecMt (line 42) | typedef CLzma2DecMt * CLzma2DecMtHandle; FILE: NanaZip.Core/SevenZip/C/Lzma2Enc.c type CLimitedSeqInStream (line 40) | typedef struct function LimitedSeqInStream_Init (line 49) | static void LimitedSeqInStream_Init(CLimitedSeqInStream *p) function SRes (line 56) | static SRes LimitedSeqInStream_Read(ISeqInStreamPtr pp, void *data, size... type CLzma2EncInt (line 81) | typedef struct function SRes (line 92) | static SRes Lzma2EncInt_InitStream(CLzma2EncInt *p, const CLzma2EncProps... function Lzma2EncInt_InitBlock (line 106) | static void Lzma2EncInt_InitBlock(CLzma2EncInt *p) function SRes (line 129) | static SRes Lzma2EncInt_EncodeSubblock(CLzma2EncInt *p, Byte *outBuf, function Lzma2EncProps_Init (line 231) | void Lzma2EncProps_Init(CLzma2EncProps *p) function Lzma2EncProps_Normalize (line 241) | void Lzma2EncProps_Normalize(CLzma2EncProps *p) function SRes (line 348) | static SRes Progress(ICompressProgressPtr p, UInt64 inSize, UInt64 outSize) type CLzma2Enc (line 356) | struct CLzma2Enc function CLzma2EncHandle (line 386) | CLzma2EncHandle Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig) function Lzma2Enc_FreeOutBufs (line 419) | static void Lzma2Enc_FreeOutBufs(CLzma2Enc *p) function Lzma2Enc_Destroy (line 435) | void Lzma2Enc_Destroy(CLzma2EncHandle p) function SRes (line 466) | SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props) function Lzma2Enc_SetDataSize (line 479) | void Lzma2Enc_SetDataSize(CLzma2EncHandle p, UInt64 expectedDataSiize) function Byte (line 486) | Byte Lzma2Enc_WriteProperties(CLzma2EncHandle p) function SRes (line 498) | static SRes Lzma2Enc_EncodeMt1( function SRes (line 658) | static SRes Lzma2Enc_MtCallback_Code(void *p, unsigned coderIndex, unsig... function SRes (line 696) | static SRes Lzma2Enc_MtCallback_Write(void *p, unsigned outBufIndex) function SRes (line 717) | SRes Lzma2Enc_Encode2(CLzma2EncHandle p, FILE: NanaZip.Core/SevenZip/C/Lzma2Enc.h type CLzma2EncProps (line 14) | typedef struct type CLzma2Enc (line 40) | typedef struct CLzma2Enc CLzma2Enc; type CLzma2Enc (line 41) | typedef CLzma2Enc * CLzma2EncHandle; FILE: NanaZip.Core/SevenZip/C/LzmaDec.c function LZMA_DECODE_REAL (line 233) | static function LzmaDec_WriteRem (line 616) | static void Z7_FASTCALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 686) | static int Z7_FASTCALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, con... type ELzmaDummy (line 704) | typedef enum function ELzmaDummy (line 715) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, c... function IF_BIT_0_CHECK (line 827) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 838) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitDicAndState (line 907) | void LzmaDec_InitDicAndState(CLzmaDec *p, BoolInt initDic, BoolInt initS... function LzmaDec_Init (line 922) | void LzmaDec_Init(CLzmaDec *p) function SRes (line 1200) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 1240) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc) function LzmaDec_FreeDict (line 1246) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAllocPtr alloc) function LzmaDec_Free (line 1252) | void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc) function SRes (line 1258) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 1284) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 1299) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 1308) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 1340) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: NanaZip.Core/SevenZip/C/LzmaDec.h type CLzmaProps (line 28) | typedef struct type CLzmaDec (line 53) | typedef struct type ELzmaFinishMode (line 85) | typedef enum type ELzmaStatus (line 106) | typedef enum FILE: NanaZip.Core/SevenZip/C/LzmaEnc.c function LzmaEncProps_Init (line 57) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 70) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 112) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function GetPosSlot1 (line 197) | unsigned GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 213) | static void LzmaEnc_FastPosInit(Byte *g_FastPos) type UInt16 (line 261) | typedef UInt16 CState; type UInt16 (line 262) | typedef UInt16 CExtra; type COptimal (line 264) | typedef struct type Z7_LZMA_PROB32 (line 298) | typedef type CLenEnc (line 324) | typedef struct type CLenPriceEnc (line 331) | typedef struct type CRangeEnc (line 347) | typedef struct type CSaveState (line 362) | typedef struct type UInt32 (line 386) | typedef UInt32 CProbPrice; type CLzmaEnc (line 389) | struct CLzmaEnc function LzmaEnc_SaveState (line 519) | void LzmaEnc_SaveState(CLzmaEncHandle p) function LzmaEnc_RestoreState (line 526) | void LzmaEnc_RestoreState(CLzmaEncHandle p) function Z7_NO_INLINE (line 534) | Z7_NO_INLINE function LzmaEnc_SetDataSize (line 613) | void LzmaEnc_SetDataSize(CLzmaEncHandle p, UInt64 expectedDataSiize) function RangeEnc_Construct (line 637) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 648) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAllocPtr alloc) function RangeEnc_Free (line 660) | static void RangeEnc_Free(CRangeEnc *p, ISzAllocPtr alloc) function RangeEnc_Init (line 666) | static void RangeEnc_Init(CRangeEnc *p) function Z7_NO_INLINE (line 679) | Z7_NO_INLINE static void RangeEnc_FlushStream(CRangeEnc *p) function Z7_FASTCALL (line 691) | Z7_FASTCALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 723) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeBit_0 (line 786) | static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) function LitEnc_Encode (line 795) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 sym) function LitEnc_EncodeMatched (line 812) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 836) | static void LzmaEnc_InitPriceTables(CProbPrice *ProbPrices) function UInt32 (line 874) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 sym, const ... function UInt32 (line 889) | static UInt32 LitEnc_Matched_GetPrice(const CLzmaProb *probs, UInt32 sym... function RcTree_ReverseEncode (line 906) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, unsign... function LenEnc_Init (line 925) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 934) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, unsigned sym, unsig... function SetPrices_3 (line 969) | static void SetPrices_3(const CLzmaProb *probs, UInt32 startPrice, UInt3... function Z7_FASTCALL (line 985) | Z7_FASTCALL LenPriceEnc_UpdateTables( function ReadMatchDistances (line 1085) | static unsigned ReadMatchDistances(CLzmaEnc *p, unsigned *numPairsRes) function Z7_FORCE_INLINE (line 1147) | Z7_FORCE_INLINE function Backward (line 1173) | static unsigned Backward(CLzmaEnc *p, unsigned cur) function GetOptimum (line 1225) | static unsigned GetOptimum(CLzmaEnc *p, UInt32 position) function GetOptimumFast (line 1976) | static unsigned GetOptimumFast(CLzmaEnc *p) function WriteEndMarker (line 2106) | static void WriteEndMarker(CLzmaEnc *p, unsigned posState) function SRes (line 2167) | static SRes CheckErrors(CLzmaEnc *p) function Z7_NO_INLINE (line 2196) | Z7_NO_INLINE static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function Z7_NO_INLINE (line 2208) | Z7_NO_INLINE static void FillAlignPrices(CLzmaEnc *p) function Z7_NO_INLINE (line 2232) | Z7_NO_INLINE static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 2327) | static void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 2352) | CLzmaEncHandle LzmaEnc_Create(ISzAllocPtr alloc) function LzmaEnc_FreeLits (line 2361) | static void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAllocPtr alloc) function LzmaEnc_Destruct (line 2369) | static void LzmaEnc_Destruct(CLzmaEnc *p, ISzAllocPtr alloc, ISzAllocPtr... function LzmaEnc_Destroy (line 2380) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAllocPtr alloc, ISzAllocPtr al... function Z7_NO_INLINE (line 2388) | Z7_NO_INLINE function SRes (line 2692) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAllocPt... function LzmaEnc_Init (line 2768) | static void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2839) | static void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2857) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2875) | static SRes LzmaEnc_Prepare(CLzmaEncHandle p, function SRes (line 2886) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle p, function SRes (line 2895) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle p, function LzmaEnc_Finish (line 2906) | void LzmaEnc_Finish(CLzmaEncHandle p) type CLzmaEnc_SeqOutStreamBuf (line 2918) | typedef struct function SeqOutStreamBuf_Write (line 2926) | static size_t SeqOutStreamBuf_Write(ISeqOutStreamPtr pp, const void *dat... function Byte (line 2952) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle p) function SRes (line 2960) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle p, BoolInt reInit, function Z7_NO_INLINE (line 2995) | Z7_NO_INLINE function SRes (line 3034) | SRes LzmaEnc_Encode(CLzmaEncHandle p, ISeqOutStreamPtr outStream, ISeqIn... function SRes (line 3043) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *props, SizeT *size) function LzmaEnc_IsWriteEndMark (line 3079) | unsigned LzmaEnc_IsWriteEndMark(CLzmaEncHandle p) function SRes (line 3086) | SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, con... function SRes (line 3118) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: NanaZip.Core/SevenZip/C/LzmaEnc.h type CLzmaEncProps (line 13) | typedef struct type CLzmaEnc (line 59) | typedef struct CLzmaEnc CLzmaEnc; type CLzmaEnc (line 60) | typedef CLzmaEnc * CLzmaEncHandle; FILE: NanaZip.Core/SevenZip/C/MtCoder.c function SRes (line 10) | static SRes MtProgressThunk_Progress(ICompressProgressPtr pp, UInt64 inS... function MtProgressThunk_CreateVTable (line 29) | void MtProgressThunk_CreateVTable(CMtProgressThunk *p) function SRes (line 42) | static SRes MtCoderThread_CreateAndStart(CMtCoderThread *t function Z7_FORCE_INLINE (line 73) | Z7_FORCE_INLINE function SRes (line 101) | static SRes ThreadFunc2(CMtCoderThread *t) function THREAD_FUNC_DECL (line 331) | static THREAD_FUNC_DECL ThreadFunc(void *pp) function MtCoder_Construct (line 362) | void MtCoder_Construct(CMtCoder *p) function MtCoder_Free (line 411) | static void MtCoder_Free(CMtCoder *p) function MtCoder_Destruct (line 436) | void MtCoder_Destruct(CMtCoder *p) function SRes (line 445) | SRes MtCoder_Code(CMtCoder *p) FILE: NanaZip.Core/SevenZip/C/MtCoder.h type CMtProgressThunk (line 30) | typedef struct type CMtCoder_ (line 43) | struct CMtCoder_ type CMtCoderThread (line 46) | typedef struct type IMtCoderCallback2 (line 58) | typedef struct type CMtCoderBlock (line 66) | typedef struct type CMtCoder (line 74) | typedef struct CMtCoder_ FILE: NanaZip.Core/SevenZip/C/MtDec.c function MtProgress_Init (line 27) | void MtProgress_Init(CMtProgress *p, ICompressProgressPtr progress) function SRes (line 36) | SRes MtProgress_Progress_ST(CMtProgress *p) function SRes (line 45) | SRes MtProgress_ProgressAdd(CMtProgress *p, UInt64 inSize, UInt64 outSize) function SRes (line 62) | SRes MtProgress_GetError(CMtProgress *p) function MtProgress_SetError (line 72) | void MtProgress_SetError(CMtProgress *p, SRes res) type CMtDecBufLink_ (line 84) | struct CMtDecBufLink_ type CMtDecBufLink (line 90) | typedef struct CMtDecBufLink_ CMtDecBufLink; function WRes (line 100) | static WRes MtDecThread_CreateEvents(CMtDecThread *t) function SRes (line 113) | static SRes MtDecThread_CreateAndStart(CMtDecThread *t) function MtDecThread_FreeInBufs (line 129) | void MtDecThread_FreeInBufs(CMtDecThread *t) function MtDecThread_CloseThread (line 146) | static void MtDecThread_CloseThread(CMtDecThread *t) function MtDec_CloseThreads (line 159) | static void MtDec_CloseThreads(CMtDec *p) function MtDecThread_Destruct (line 166) | static void MtDecThread_Destruct(CMtDecThread *t) function SRes (line 174) | static SRes MtDec_GetError_Spec(CMtDec *p, UInt64 interruptIndex, BoolIn... function SRes (line 184) | static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt6... function MtDec_Interrupt (line 203) | static void MtDec_Interrupt(CMtDec *p, UInt64 interruptIndex) function Byte (line 214) | Byte *MtDec_GetCrossBuff(CMtDec *p) function WRes (line 237) | static WRes MtDec_ThreadFunc2(CMtDecThread *t) type _WIN32 (line 812) | typedef function THREAD_FUNC_DECL (line 822) | static THREAD_FUNC_DECL MtDec_ThreadFunc1(void *pp) function Z7_NO_INLINE (line 848) | static Z7_NO_INLINE THREAD_FUNC_DECL MtDec_ThreadFunc(void *pp) function MtDec_PrepareRead (line 859) | int MtDec_PrepareRead(CMtDec *p) function Byte (line 882) | const Byte *MtDec_Read(CMtDec *p, size_t *inLim) function MtDec_Construct (line 946) | void MtDec_Construct(CMtDec *p) function MtDec_Free (line 990) | static void MtDec_Free(CMtDec *p) function MtDec_Destruct (line 1009) | void MtDec_Destruct(CMtDec *p) function SRes (line 1017) | SRes MtDec_Code(CMtDec *p) FILE: NanaZip.Core/SevenZip/C/MtDec.h type CMtProgress (line 24) | typedef struct type CMtDec (line 39) | struct CMtDec type CMtDecThread (line 41) | typedef struct type EMtDecParseState (line 59) | typedef enum type CMtDecCallbackInfo (line 67) | typedef struct type IMtDecCallback2 (line 84) | typedef struct type CMtDec (line 120) | typedef struct CMtDec_ FILE: NanaZip.Core/SevenZip/C/Ppmd.h function MY_CPU_pragma_pack_push_1 (line 40) | MY_CPU_pragma_pack_push_1 type CPpmd_State (line 57) | typedef struct type CPpmd_State2 (line 65) | typedef struct CPpmd_State2_ type CPpmd_State4 (line 71) | typedef struct CPpmd_State4_ type CPpmd_State_Ref (line 120) | typedef Ppmd_Ref_Type(CPpmd_State) CPpmd_State_Ref; type CPpmd_Void_Ref (line 121) | typedef Ppmd_Ref_Type(void) CPpmd_Void_Ref; type CPpmd_Byte_Ref (line 122) | typedef Ppmd_Ref_Type(Byte) CPpmd_Byte_Ref; FILE: NanaZip.Core/SevenZip/C/Ppmd7.c type CPpmd7_Context (line 36) | typedef CPpmd7_Context * PPMD7_CTX_PTR; type CPpmd7_Node_ (line 38) | struct CPpmd7_Node_ type CPpmd7_Node_Ref (line 40) | typedef Ppmd_Ref_Type(struct CPpmd7_Node_) CPpmd7_Node_Ref; type CPpmd7_Node (line 42) | typedef struct CPpmd7_Node_ function Ppmd7_Construct (line 52) | void Ppmd7_Construct(CPpmd7 *p) function Ppmd7_Free (line 84) | void Ppmd7_Free(CPpmd7 *p, ISzAllocPtr alloc) function BoolInt (line 92) | BoolInt Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAllocPtr alloc) function Ppmd7_InsertNode (line 117) | static void Ppmd7_InsertNode(CPpmd7 *p, void *node, unsigned indx) function Ppmd7_SplitBlock (line 137) | static void Ppmd7_SplitBlock(CPpmd7 *p, void *ptr, unsigned oldIndx, uns... type CPpmd7_Node_Union (line 152) | typedef union function Ppmd7_GlueFreeBlocks (line 162) | static void Ppmd7_GlueFreeBlocks(CPpmd7 *p) function Z7_NO_INLINE (line 253) | Z7_NO_INLINE function SetSuccessor (line 339) | static void SetSuccessor(CPpmd_State *p, CPpmd_Void_Ref v) function Z7_NO_INLINE (line 346) | Z7_NO_INLINE function Ppmd7_Init (line 431) | void Ppmd7_Init(CPpmd7 *p, unsigned maxOrder) function Z7_NO_INLINE (line 457) | Z7_NO_INLINE function Z7_NO_INLINE (line 567) | Z7_NO_INLINE function Z7_NO_INLINE (line 807) | Z7_NO_INLINE function CPpmd_See (line 930) | CPpmd_See *Ppmd7_MakeEscFreq(CPpmd7 *p, unsigned numMasked, UInt32 *escF... function Ppmd7_NextContext (line 960) | static void Ppmd7_NextContext(CPpmd7 *p) function Ppmd7_Update1 (line 970) | void Ppmd7_Update1(CPpmd7 *p) function Ppmd7_Update1_0 (line 988) | void Ppmd7_Update1_0(CPpmd7 *p) function Ppmd7_Update2 (line 1016) | void Ppmd7_Update2(CPpmd7 *p) FILE: NanaZip.Core/SevenZip/C/Ppmd7.h type CPpmd7_Context_ (line 20) | struct CPpmd7_Context_ type CPpmd7_Context_Ref (line 22) | typedef Ppmd_Ref_Type(struct CPpmd7_Context_) CPpmd7_Context_Ref; type CPpmd7_Context (line 26) | typedef struct CPpmd7_Context_ type CPpmd7_RangeDec (line 53) | typedef struct type CPpmd7z_RangeEnc (line 62) | typedef struct type CPpmd7 (line 73) | typedef struct FILE: NanaZip.Core/SevenZip/C/Ppmd7Dec.c function BoolInt (line 16) | BoolInt Ppmd7z_RangeDec_Init(CPpmd7_RangeDec *p) function Z7_FORCE_INLINE (line 40) | Z7_FORCE_INLINE function Ppmd7z_DecodeSymbol (line 64) | int Ppmd7z_DecodeSymbol(CPpmd7 *p) FILE: NanaZip.Core/SevenZip/C/Ppmd7Enc.c function Ppmd7z_Init_RangeEnc (line 15) | void Ppmd7z_Init_RangeEnc(CPpmd7 *p) function Z7_NO_INLINE (line 23) | Z7_NO_INLINE function Z7_FORCE_INLINE (line 57) | Z7_FORCE_INLINE function Ppmd7z_Flush_RangeEnc (line 66) | void Ppmd7z_Flush_RangeEnc(CPpmd7 *p) function Z7_FORCE_INLINE (line 87) | Z7_FORCE_INLINE function Ppmd7z_EncodeSymbols (line 316) | void Ppmd7z_EncodeSymbols(CPpmd7 *p, const Byte *buf, const Byte *lim) FILE: NanaZip.Core/SevenZip/C/Ppmd7aDec.c function BoolInt (line 16) | BoolInt Ppmd7a_RangeDec_Init(CPpmd7_RangeDec *p) function Z7_FORCE_INLINE (line 40) | Z7_FORCE_INLINE type CPpmd7_Context (line 57) | typedef CPpmd7_Context * CTX_PTR; function Ppmd7a_DecodeSymbol (line 64) | int Ppmd7a_DecodeSymbol(CPpmd7 *p) FILE: NanaZip.Core/SevenZip/C/Ppmd8.c type CPpmd8_Context (line 36) | typedef CPpmd8_Context * PPMD8_CTX_PTR; type CPpmd8_Node_ (line 38) | struct CPpmd8_Node_ type CPpmd8_Node_Ref (line 40) | typedef Ppmd_Ref_Type(struct CPpmd8_Node_) CPpmd8_Node_Ref; type CPpmd8_Node (line 42) | typedef struct CPpmd8_Node_ function Ppmd8_Construct (line 52) | void Ppmd8_Construct(CPpmd8 *p) function Ppmd8_Free (line 84) | void Ppmd8_Free(CPpmd8 *p, ISzAllocPtr alloc) function BoolInt (line 92) | BoolInt Ppmd8_Alloc(CPpmd8 *p, UInt32 size, ISzAllocPtr alloc) function Ppmd8_InsertNode (line 117) | static void Ppmd8_InsertNode(CPpmd8 *p, void *node, unsigned indx) function Ppmd8_SplitBlock (line 137) | static void Ppmd8_SplitBlock(CPpmd8 *p, void *ptr, unsigned oldIndx, uns... function Ppmd8_GlueFreeBlocks (line 162) | static void Ppmd8_GlueFreeBlocks(CPpmd8 *p) function Z7_NO_INLINE (line 253) | Z7_NO_INLINE function FreeUnits (line 337) | static void FreeUnits(CPpmd8 *p, void *ptr, unsigned nu) function SpecialFreeUnit (line 343) | static void SpecialFreeUnit(CPpmd8 *p, void *ptr) function ExpandTextArea (line 374) | static void ExpandTextArea(CPpmd8 *p) function Ppmd8State_SetSuccessor (line 423) | static void Ppmd8State_SetSuccessor(CPpmd_State *p, CPpmd_Void_Ref v) function Z7_NO_INLINE (line 430) | Z7_NO_INLINE function Ppmd8_Init (line 515) | void Ppmd8_Init(CPpmd8 *p, unsigned maxOrder, unsigned restoreMethod) function Refresh (line 543) | static void Refresh(CPpmd8 *p, PPMD8_CTX_PTR ctx, unsigned oldNU, unsign... function SWAP_STATES (line 593) | static void SWAP_STATES(CPpmd_State *t1, CPpmd_State *t2) function CPpmd_Void_Ref (line 609) | static CPpmd_Void_Ref CutOff(CPpmd8 *p, PPMD8_CTX_PTR ctx, unsigned order) function CPpmd_Void_Ref (line 723) | static CPpmd_Void_Ref RemoveBinContexts(CPpmd8 *p, PPMD8_CTX_PTR ctx, un... function UInt32 (line 763) | static UInt32 GetUsedMemory(const CPpmd8 *p) function RestoreModel (line 779) | static void RestoreModel(CPpmd8 *p, PPMD8_CTX_PTR ctxError function Z7_NO_INLINE (line 862) | Z7_NO_INLINE function PPMD8_CTX_PTR (line 966) | static PPMD8_CTX_PTR ReduceOrder(CPpmd8 *p, CPpmd_State *s1, PPMD8_CTX_P... function Z7_NO_INLINE (line 1071) | Z7_NO_INLINE function Z7_NO_INLINE (line 1311) | Z7_NO_INLINE function CPpmd_See (line 1434) | CPpmd_See *Ppmd8_MakeEscFreq(CPpmd8 *p, unsigned numMasked1, UInt32 *esc... function Ppmd8_NextContext (line 1464) | static void Ppmd8_NextContext(CPpmd8 *p) function Ppmd8_Update1 (line 1474) | void Ppmd8_Update1(CPpmd8 *p) function Ppmd8_Update1_0 (line 1492) | void Ppmd8_Update1_0(CPpmd8 *p) function Ppmd8_Update2 (line 1520) | void Ppmd8_Update2(CPpmd8 *p) FILE: NanaZip.Core/SevenZip/C/Ppmd8.h type CPpmd8_Context_ (line 20) | struct CPpmd8_Context_ type CPpmd8_Context_Ref (line 22) | typedef Ppmd_Ref_Type(struct CPpmd8_Context_) CPpmd8_Context_Ref; type CPpmd8_Context (line 26) | typedef struct CPpmd8_Context_ type CPpmd8 (line 73) | typedef struct FILE: NanaZip.Core/SevenZip/C/Ppmd8Dec.c function BoolInt (line 16) | BoolInt Ppmd8_Init_RangeDec(CPpmd8 *p) function Z7_FORCE_INLINE (line 40) | Z7_FORCE_INLINE function Ppmd8_DecodeSymbol (line 64) | int Ppmd8_DecodeSymbol(CPpmd8 *p) FILE: NanaZip.Core/SevenZip/C/Ppmd8Enc.c function Ppmd8_Flush_RangeEnc (line 16) | void Ppmd8_Flush_RangeEnc(CPpmd8 *p) function Z7_FORCE_INLINE (line 57) | Z7_FORCE_INLINE function Ppmd8_EncodeSymbol (line 89) | void Ppmd8_EncodeSymbol(CPpmd8 *p, int symbol) FILE: NanaZip.Core/SevenZip/C/Sha1.h type CSha1 (line 40) | typedef struct FILE: NanaZip.Core/SevenZip/C/Sha256.h type CSha256 (line 40) | typedef struct FILE: NanaZip.Core/SevenZip/C/Sha512.h type CSha512 (line 40) | typedef struct FILE: NanaZip.Core/SevenZip/C/Sort.c function HeapSort (line 195) | void Z7_FASTCALL HeapSort(UInt32 *p, size_t size) FILE: NanaZip.Core/SevenZip/C/SwapBytes.c type UInt16 (line 11) | typedef UInt16 CSwapUInt16; type UInt32 (line 12) | typedef UInt32 CSwapUInt32; function SwapBytes2_128 (line 103) | void function Z7_FASTCALL (line 246) | Z7_FASTCALL function Z7_FASTCALL (line 288) | Z7_FASTCALL function Z7_FASTCALL (line 411) | Z7_FASTCALL function Z7_FASTCALL (line 430) | Z7_FASTCALL function SWAP_BASE_FUNCS_PREFIXES (line 544) | SWAP_BASE_FUNCS_PREFIXES function SWAP_BASE_FUNCS_PREFIXES (line 573) | SWAP_BASE_FUNCS_PREFIXES function SWAP_BASE_FUNCS_PREFIXES (line 622) | SWAP_BASE_FUNCS_PREFIXES function SWAP_BASE_FUNCS_PREFIXES (line 635) | SWAP_BASE_FUNCS_PREFIXES function Z7_NO_INLINE (line 668) | Z7_NO_INLINE function Z7_NO_INLINE (line 722) | Z7_NO_INLINE FILE: NanaZip.Core/SevenZip/C/Threads.c function WRes (line 14) | static WRes GetError(void) function WRes (line 20) | static WRes HandleToWRes(HANDLE h) { return (h != NULL) ? 0 : GetError(); } function WRes (line 21) | static WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } function WRes (line 23) | WRes HandlePtr_Close(HANDLE *p) function WRes (line 34) | WRes Handle_WaitObject(HANDLE h) function WRes (line 55) | WRes Thread_Wait_Close(CThread *p) type MY_PROCESSOR_NUMBER (line 62) | typedef struct MY_PROCESSOR_NUMBER { type MY_GROUP_AFFINITY (line 68) | typedef struct MY_GROUP_AFFINITY { function PrintProcess_Info (line 116) | static void PrintProcess_Info() function WRes (line 156) | WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) function WRes (line 213) | WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVO... function WRes (line 261) | WRes Thread_Create_With_Group(CThread *p, THREAD_FUNC_TYPE func, LPVOID ... function WRes (line 338) | static WRes Event_Create(CEvent *p, BOOL manualReset, int signaled) function WRes (line 344) | WRes Event_Set(CEvent *p) { return BOOLToWRes(SetEvent(*p)); } function WRes (line 345) | WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); } function WRes (line 347) | WRes ManualResetEvent_Create(CManualResetEvent *p, int signaled) { retur... function WRes (line 348) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int signaled) { return Ev... function WRes (line 349) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) { return M... function WRes (line 350) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) { return AutoR... function WRes (line 353) | WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) function WRes (line 360) | WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 max... function WRes (line 371) | static WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *pr... function WRes (line 373) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num) function WRes (line 375) | WRes Semaphore_Release1(CSemaphore *p) { return Semaphore_ReleaseN(p, 1); } function WRes (line 377) | WRes CriticalSection_Init(CCriticalSection *p) function WRes (line 434) | WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID... function WRes (line 502) | WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) function WRes (line 515) | WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVO... function WRes (line 535) | WRes Thread_Close(CThread *p) function WRes (line 549) | WRes Thread_Wait_Close(CThread *p) function WRes (line 566) | static WRes Event_Create(CEvent *p, int manualReset, int signaled) function WRes (line 576) | WRes ManualResetEvent_Create(CManualResetEvent *p, int signaled) function WRes (line 578) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function WRes (line 580) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int signaled) function WRes (line 582) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function WRes (line 591) | WRes Event_Set(CEvent *p) function WRes (line 602) | WRes Event_Reset(CEvent *p) function WRes (line 609) | WRes Event_Wait(CEvent *p) function WRes (line 626) | WRes Event_Close(CEvent *p) function WRes (line 639) | WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) function WRes (line 652) | WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 max... function WRes (line 672) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function WRes (line 694) | WRes Semaphore_Wait(CSemaphore *p) function WRes (line 705) | WRes Semaphore_Close(CSemaphore *p) function WRes (line 719) | WRes CriticalSection_Init(CCriticalSection *p) function CriticalSection_Enter (line 727) | void CriticalSection_Enter(CCriticalSection *p) function CriticalSection_Leave (line 737) | void CriticalSection_Leave(CCriticalSection *p) function CriticalSection_Delete (line 747) | void CriticalSection_Delete(CCriticalSection *p) function LONG (line 757) | LONG InterlockedIncrement(LONG volatile *addend) function LONG (line 773) | LONG InterlockedDecrement(LONG volatile *addend) function WRes (line 787) | WRes AutoResetEvent_OptCreate_And_Reset(CAutoResetEvent *p) function ThreadNextGroup_Init (line 794) | void ThreadNextGroup_Init(CThreadNextGroup *p, UInt32 numGroups, UInt32 ... function UInt32 (line 804) | UInt32 ThreadNextGroup_GetNext(CThreadNextGroup *p) FILE: NanaZip.Core/SevenZip/C/Threads.h type HANDLE (line 44) | typedef HANDLE CThread; type USE_THREADS_CreateThread (line 57) | typedef type DWORD_PTR (line 67) | typedef DWORD_PTR CAffinityMask; type DWORD_PTR (line 68) | typedef DWORD_PTR CCpuSet; type CThread (line 75) | typedef struct type UInt64 (line 90) | typedef UInt64 CAffinityMask; type cpu_set_t (line 94) | typedef cpu_set_t CCpuSet; type UInt64 (line 101) | typedef UInt64 CCpuSet; type CThreadNextGroup (line 150) | typedef struct type HANDLE (line 162) | typedef HANDLE CEvent; type CEvent (line 163) | typedef CEvent CAutoResetEvent; type CEvent (line 164) | typedef CEvent CManualResetEvent; type HANDLE (line 176) | typedef HANDLE CSemaphore; type CRITICAL_SECTION (line 186) | typedef CRITICAL_SECTION CCriticalSection; type CEvent (line 195) | typedef struct type CEvent (line 204) | typedef CEvent CAutoResetEvent; type CEvent (line 205) | typedef CEvent CManualResetEvent; type CSemaphore (line 221) | typedef struct type CCriticalSection (line 241) | typedef struct FILE: NanaZip.Core/SevenZip/C/Xz.c function Xz_WriteVarInt (line 14) | unsigned Xz_WriteVarInt(Byte *buf, UInt64 v) function Xz_Construct (line 27) | void Xz_Construct(CXzStream *p) function Xz_Free (line 34) | void Xz_Free(CXzStream *p, ISzAllocPtr alloc) function XzFlags_GetCheckSize (line 41) | unsigned XzFlags_GetCheckSize(CXzStreamFlags f) function XzCheck_Init (line 47) | void XzCheck_Init(CXzCheck *p, unsigned mode) function XzCheck_Update (line 59) | void XzCheck_Update(CXzCheck *p, const void *data, size_t size) function XzCheck_Final (line 70) | int XzCheck_Final(CXzCheck *p, Byte *digest) FILE: NanaZip.Core/SevenZip/C/Xz.h type CXzFilter (line 38) | typedef struct type CXzBlock (line 45) | typedef struct type CXzCheck (line 87) | typedef struct type UInt16 (line 99) | typedef UInt16 CXzStreamFlags; type CXzBlockSizes (line 109) | typedef struct type CXzStream (line 115) | typedef struct type CXzs (line 133) | typedef struct type ECoderStatus (line 155) | typedef enum type ECoderFinishMode (line 166) | typedef enum type IStateCoder (line 173) | typedef struct type CXzBcFilterStateBase (line 187) | typedef struct type SizeT (line 196) | typedef SizeT (*Xz_Func_BcFilterStateBase_Filter)(CXzBcFilterStateBase *... type CMixCoder (line 204) | typedef struct type EXzState (line 227) | typedef enum type CXzUnpacker (line 240) | typedef struct type CXzDecMtProps (line 443) | typedef struct type CXzDecMt (line 459) | typedef struct CXzDecMt CXzDecMt; type CXzDecMt (line 460) | typedef CXzDecMt * CXzDecMtHandle; type CXzStatInfo (line 472) | typedef struct FILE: NanaZip.Core/SevenZip/C/XzCrc64.c function UInt64 (line 60) | UInt64 Z7_FASTCALL Crc64Update(UInt64 v, const void *data, size_t size) function Z7_FASTCALL (line 78) | Z7_FASTCALL Crc64GenerateTable(void) FILE: NanaZip.Core/SevenZip/C/XzCrc64Opt.c function CRC64_FUNC_PRE_LE (line 73) | CRC64_FUNC_PRE_LE(Z7_CRC64_NUM_TABLES_USE) function CRC64_FUNC_PRE_BE (line 193) | CRC64_FUNC_PRE_BE(Z7_CRC64_NUM_TABLES_USE) FILE: NanaZip.Core/SevenZip/C/XzDec.c function Xz_ReadVarInt (line 54) | unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value) type CXzBcFilterState (line 75) | typedef struct function XzBcFilterState_Free (line 88) | static void XzBcFilterState_Free(void *pp, ISzAllocPtr alloc) function SRes (line 99) | static SRes XzBcFilterState_SetProps(void *pp, const Byte *props, size_t... function XzBcFilterState_Init (line 144) | static void XzBcFilterState_Init(void *pp) function SizeT (line 165) | static SizeT XzBcFilterStateBase_Filter_Dec(CXzBcFilterStateBase *p, Byt... function SizeT (line 189) | static SizeT XzBcFilterState_Filter(void *pp, Byte *data, SizeT size) function SRes (line 196) | static SRes XzBcFilterState_Code2(void *pp, function SRes (line 270) | SRes Xz_StateCoder_Bc_SetFromMethod_Func(IStateCoder *p, UInt64 id, function SbState_Free (line 307) | static void SbState_Free(void *pp, ISzAllocPtr alloc) function SRes (line 314) | static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSiz... function SbState_Init (line 322) | static void SbState_Init(void *pp) function SRes (line 327) | static SRes SbState_Code2(void *pp, Byte *dest, SizeT *destLen, const By... function SRes (line 350) | static SRes SbState_SetFromMethod(IStateCoder *p, ISzAllocPtr alloc) type CLzma2Dec_Spec (line 376) | typedef struct function Lzma2State_Free (line 383) | static void Lzma2State_Free(void *pp, ISzAllocPtr alloc) function SRes (line 393) | static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t prop... function Lzma2State_Init (line 406) | static void Lzma2State_Init(void *pp) function SRes (line 417) | static SRes Lzma2State_Code2(void *pp, Byte *dest, SizeT *destLen, const... function SRes (line 443) | static SRes Lzma2State_SetFromMethod(IStateCoder *p, Byte *outBuf, size_... function SRes (line 470) | static SRes Lzma2State_ResetOutBuf(IStateCoder *p, Byte *outBuf, size_t ... function MixCoder_Construct (line 485) | static void MixCoder_Construct(CMixCoder *p, ISzAllocPtr alloc) function MixCoder_Free (line 501) | static void MixCoder_Free(CMixCoder *p) function MixCoder_Init (line 521) | static void MixCoder_Init(CMixCoder *p) function SRes (line 543) | static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UI... function SRes (line 560) | static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, ... function SRes (line 580) | static SRes MixCoder_Code(CMixCoder *p, FILE: NanaZip.Core/SevenZip/C/XzEnc.c function SRes (line 45) | static SRes WriteBytes(ISeqOutStreamPtr s, const void *buf, size_t size) function SRes (line 50) | static SRes WriteBytes_UpdateCrc(ISeqOutStreamPtr s, const void *buf, si... function SRes (line 57) | static SRes Xz_WriteHeader(CXzStreamFlags f, ISeqOutStreamPtr s) function SRes (line 70) | static SRes XzBlock_WriteHeader(const CXzBlock *p, ISeqOutStreamPtr s) type CXzEncIndex (line 102) | typedef struct function XzEncIndex_Construct (line 111) | static void XzEncIndex_Construct(CXzEncIndex *p) function XzEncIndex_Init (line 119) | static void XzEncIndex_Init(CXzEncIndex *p) function XzEncIndex_Free (line 125) | static void XzEncIndex_Free(CXzEncIndex *p, ISzAllocPtr alloc) function SRes (line 138) | static SRes XzEncIndex_ReAlloc(CXzEncIndex *p, size_t newSize, ISzAllocP... function SRes (line 153) | static SRes XzEncIndex_PreAlloc(CXzEncIndex *p, UInt64 numBlocks, UInt64... function SRes (line 175) | static SRes XzEncIndex_AddIndexRecord(CXzEncIndex *p, UInt64 unpackSize,... function SRes (line 195) | static SRes XzEncIndex_WriteFooter(const CXzEncIndex *p, CXzStreamFlags ... type CSeqCheckInStream (line 231) | typedef struct function SeqCheckInStream_Init (line 242) | static void SeqCheckInStream_Init(CSeqCheckInStream *p, unsigned checkMode) function SeqCheckInStream_GetDigest (line 250) | static void SeqCheckInStream_GetDigest(CSeqCheckInStream *p, Byte *digest) function SRes (line 255) | static SRes SeqCheckInStream_Read(ISeqInStreamPtr pp, void *data, size_t... type CSeqSizeOutStream (line 286) | typedef struct function SeqSizeOutStream_Write (line 295) | static size_t SeqSizeOutStream_Write(ISeqOutStreamPtr pp, const void *da... type CSeqInFilter (line 315) | typedef struct function SizeT (line 338) | static SizeT XzBcFilterStateBase_Filter_Enc(CXzBcFilterStateBase *p, Byt... function SRes (line 362) | static SRes SeqInFilter_Init(CSeqInFilter *p, const CXzFilter *props, IS... function SRes (line 379) | static SRes SeqInFilter_Read(ISeqInStreamPtr pp, void *data, size_t *size) function Z7_FORCE_INLINE (line 414) | Z7_FORCE_INLINE function Z7_FORCE_INLINE (line 422) | Z7_FORCE_INLINE type CSbEncInStream (line 442) | typedef struct function SRes (line 449) | static SRes SbEncInStream_Read(ISeqInStreamPtr pp, void *data, size_t *s... function SbEncInStream_Construct (line 478) | void SbEncInStream_Construct(CSbEncInStream *p, ISzAllocPtr alloc) function SRes (line 484) | SRes SbEncInStream_Init(CSbEncInStream *p) function SbEncInStream_Free (line 489) | void SbEncInStream_Free(CSbEncInStream *p) function XzFilterProps_Init (line 501) | void XzFilterProps_Init(CXzFilterProps *p) function XzProps_Init (line 509) | void XzProps_Init(CXzProps *p) function XzEncProps_Normalize_Fixed (line 526) | static void XzEncProps_Normalize_Fixed(CXzProps *p) function XzProps_Normalize (line 606) | static void XzProps_Normalize(CXzProps *p) type CLzma2WithFilters (line 684) | typedef struct function Z7_FORCE_INLINE (line 695) | Z7_FORCE_INLINE function SRes (line 707) | static SRes Lzma2WithFilters_Create(CLzma2WithFilters *p, ISzAllocPtr al... function Z7_FORCE_INLINE (line 719) | Z7_FORCE_INLINE type CXzEncBlockInfo (line 735) | typedef struct function SRes (line 743) | static SRes Xz_CompressBlock( type CCompressProgress_XzEncOffset (line 946) | typedef struct function SRes (line 955) | static SRes CompressProgress_XzEncOffset_Progress(ICompressProgressPtr p... type CXzEnc (line 966) | struct CXzEnc function XzEnc_Construct (line 991) | static void XzEnc_Construct(CXzEnc *p) function XzEnc_FreeOutBufs (line 1011) | static void XzEnc_FreeOutBufs(CXzEnc *p) function XzEnc_Free (line 1024) | static void XzEnc_Free(CXzEnc *p, ISzAllocPtr alloc) function CXzEncHandle (line 1044) | CXzEncHandle XzEnc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig) function XzEnc_Destroy (line 1060) | void XzEnc_Destroy(CXzEncHandle p) function SRes (line 1068) | SRes XzEnc_SetProps(CXzEncHandle p, const CXzProps *props) function XzEnc_SetDataSize (line 1077) | void XzEnc_SetDataSize(CXzEncHandle p, UInt64 expectedDataSiize) function SRes (line 1088) | static SRes XzEnc_MtCallback_Code(void *pp, unsigned coderIndex, unsigne... function SRes (line 1149) | static SRes XzEnc_MtCallback_Write(void *pp, unsigned outBufIndex) function SRes (line 1172) | SRes XzEnc_Encode(CXzEncHandle p, ISeqOutStreamPtr outStream, ISeqInStre... function SRes (line 1349) | SRes Xz_Encode(ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, function SRes (line 1364) | SRes Xz_EncodeEmpty(ISeqOutStreamPtr outStream) FILE: NanaZip.Core/SevenZip/C/XzEnc.h type CXzFilterProps (line 18) | typedef struct type CXzProps (line 29) | typedef struct type CXzEnc (line 45) | typedef struct CXzEnc CXzEnc; type CXzEnc (line 46) | typedef CXzEnc * CXzEncHandle; FILE: NanaZip.Core/SevenZip/C/XzIn.c function SRes (line 16) | SRes Xz_ReadHeader(CXzStreamFlags *p, ISeqInStreamPtr inStream) function SRes (line 34) | SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStreamPtr inStream, BoolInt *... function UInt64 (line 68) | UInt64 Xz_GetUnpackSize(const CXzStream *p) function UInt64 (line 79) | UInt64 Xz_GetPackSize(const CXzStream *p) function SRes (line 99) | static SRes Xz_ParseIndex(CXzStream *p, const Byte *buf, size_t size, IS... function SRes (line 170) | static SRes LookInStream_SeekRead_ForArc(ILookInStreamPtr stream, UInt64... function SRes (line 184) | static SRes Xz_ReadBackward(CXzStream *p, ILookInStreamPtr stream, Int64... function Xzs_Construct (line 289) | void Xzs_Construct(CXzs *p) function Xzs_Free (line 294) | void Xzs_Free(CXzs *p, ISzAllocPtr alloc) function UInt64 (line 304) | UInt64 Xzs_GetNumBlocks(const CXzs *p) function UInt64 (line 313) | UInt64 Xzs_GetUnpackSize(const CXzs *p) function SRes (line 337) | SRes Xzs_ReadBackward(CXzs *p, ILookInStreamPtr stream, Int64 *startOffs... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 9) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 12) | namespace NArchive { type N7z (line 13) | namespace N7z { function Z7_COM7F_IMF (line 24) | Z7_COM7F_IMF(CDecProgress::SetRatioInfo(const UInt64 * /* inSize */,... function Convert_FolderInfo_to_BindInfo (line 29) | static void Convert_FolderInfo_to_BindInfo(const CFolderEx &folder, ... function AreCodersEqual (line 62) | static inline bool AreCodersEqual( function AreBondsEqual (line 69) | static inline bool AreBondsEqual( function AreBindInfoExEqual (line 78) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function Z7_COM7F_IMF (line 152) | Z7_COM7F_IMF(CLockedSequentialInStreamMT::Read(void *data, UInt32 size... function Z7_COM7F_IMF (line 192) | Z7_COM7F_IMF(CLockedSequentialInStreamST::Read(void *data, UInt32 size... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 17) | namespace NArchive { type N7z (line 18) | namespace N7z { function HRESULT (line 91) | static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dat... function Z7_COM7F_IMF (line 109) | Z7_COM7F_IMF(CMtEncMultiProgress::SetRatioInfo(const UInt64 *inSize,... function HRESULT (line 127) | HRESULT CEncoder::CreateMixerCoder( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zExtract.cpp type NArchive (line 16) | namespace NArchive { type N7z (line 17) | namespace N7z { function CFolderOutStream (line 50) | CFolderOutStream(): function WasWritingFinished (line 58) | bool WasWritingFinished() const { return _numFiles == 0; } function HRESULT (line 62) | HRESULT CFolderOutStream::Init(unsigned startIndex, const UInt32 *inde... function HRESULT (line 75) | HRESULT CFolderOutStream::OpenFile(bool isCorrupted) function HRESULT (line 108) | HRESULT CFolderOutStream::CloseFile_and_SetResult(Int32 res) function HRESULT (line 125) | HRESULT CFolderOutStream::CloseFile() function HRESULT (line 133) | HRESULT CFolderOutStream::ProcessEmptyFiles() function Z7_COM7F_IMF (line 143) | Z7_COM7F_IMF(CFolderOutStream::Write(const void *data, UInt32 size, UI... function HRESULT (line 199) | HRESULT CFolderOutStream::FlushCorrupted(Int32 callbackOperationResult) function Z7_COM7F_IMF (line 229) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 9) | namespace NArchive { type N7z (line 10) | namespace N7z { function HRESULT (line 48) | HRESULT CFolderInStream::OpenStream() function AddFt (line 97) | static void AddFt(CRecordVector &vec, const FILETIME &ft) function HRESULT (line 121) | HRESULT CFolderInStream::AddFileInfo(bool isProcessed) function Z7_COM7F_IMF (line 140) | Z7_COM7F_IMF(CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function Z7_COM7F_IMF (line 200) | Z7_COM7F_IMF(CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zHandler.cpp type NArchive (line 28) | namespace NArchive { type N7z (line 29) | namespace N7z { function Z7_COM7F_IMF (line 49) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function IMP_IInArchive_ArcProps_NO_Table (line 57) | IMP_IInArchive_ArcProps_NO_Table function Z7_COM7F_IMF (line 65) | Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 /* index */, function IMP_IInArchive_ArcProps (line 82) | IMP_IInArchive_ArcProps function ConvertMethodIdToString_Back (line 89) | static unsigned ConvertMethodIdToString_Back(char *s, UInt64 id) function ConvertMethodIdToString (line 101) | static void ConvertMethodIdToString(AString &res, UInt64 id) function GetLzma2String (line 136) | static void GetLzma2String(char *s, unsigned d) function Z7_COM7F_IMF (line 192) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT... function SetFileTimeProp_From_UInt64Def (line 283) | static void SetFileTimeProp_From_UInt64Def(PROPVARIANT *prop, const ... function Z7_COM7F_IMF (line 318) | Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) function Z7_COM7F_IMF (line 324) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name... function Z7_COM7F_IMF (line 331) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 /* index */, UInt32 *parent,... function Z7_COM7F_IMF (line 343) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const... function HRESULT (line 389) | HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *pro... function HRESULT (line 595) | HRESULT CHandler::ObtainBlockMethods(CNum folderIndex, PROPVARIANT *... function HRESULT (line 971) | HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *pro... function Z7_COM7F_IMF (line 979) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROP... function Z7_COM7F_IMF (line 1090) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 30) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function Z7_COM7F_IMF (line 41) | Z7_COM7F_IMF(CHandler::GetFileTimeType(UInt32 *type)) function HRESULT (line 47) | HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const... function HRESULT (line 60) | HRESULT CHandler::SetHeaderMethod(CCompressionMethodMode &headerMethod) function HRESULT (line 77) | HRESULT CHandler::SetMainMethod(CCompressionMethodMode &methodMode) function HRESULT (line 307) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, unsig... function Z7_COM7F_IMF (line 395) | Z7_COM7F_IMF(CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 862) | static HRESULT ParseBond(UString &srcString, UInt32 &coder, UInt32 &... function HRESULT (line 913) | HRESULT COutHandler::SetSolidFromString(const UString &s) function HRESULT (line 962) | HRESULT COutHandler::SetSolidFromPROPVARIANT(const PROPVARIANT &value) function HRESULT (line 982) | static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoo... type C_Id_Name_pair (line 989) | struct C_Id_Name_pair function HRESULT (line 1012) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROP... function Z7_COM7F_IMF (line 1114) | Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, c... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zIn.cpp function BoolVector_CountSum (line 36) | Z7_NO_INLINE function BoolVector_Item_IsValidAndTrue (line 53) | static inline bool BoolVector_Item_IsValidAndTrue(const CBoolVector &v, ... function Z7_NO_INLINE (line 58) | Z7_NO_INLINE type NArchive (line 68) | namespace NArchive { type N7z (line 69) | namespace N7z { class CInArchiveException (line 74) | class CInArchiveException {} class CUnsupportedFeatureException (line 75) | class CUnsupportedFeatureException: public CInArchiveException {} function Z7_ATTR_NORETURN (line 77) | Z7_ATTR_NORETURN function Z7_ATTR_NORETURN (line 79) | Z7_ATTR_NORETURN function Z7_ATTR_NORETURN (line 81) | Z7_ATTR_NORETURN function Z7_ATTR_NORETURN (line 83) | Z7_ATTR_NORETURN class CStreamSwitch (line 86) | class CStreamSwitch method CStreamSwitch (line 92) | CStreamSwitch(): _needRemove(false), _needUpdatePos(false) {} function Byte (line 149) | Byte CInByte2::ReadByte() function UInt64 (line 178) | static UInt64 ReadNumberSpec(const Byte *p, size_t size, size_t &pro... function UInt64 (line 231) | UInt64 CInByte2::ReadNumber() function CNum (line 241) | CNum CInByte2::ReadNum() function UInt32 (line 260) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 269) | UInt64 CInByte2::ReadUInt64() function Z7_NO_INLINE (line 299) | Z7_NO_INLINE function TestStartCrc (line 323) | static inline bool TestStartCrc(const Byte *p) function TestSignature2 (line 328) | static inline bool TestSignature2(const Byte *p) function HRESULT (line 345) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 406) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 562) | HRESULT CDatabase::GetPath_Prop(unsigned index, PROPVARIANT *path) c... function HRESULT (line 1160) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 1232) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1582) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1734) | HRESULT CInArchive::ReadDatabase( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zIn.h function namespace (line 18) | namespace NArchive { function class (line 344) | class CInArchive FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zItem.h function namespace (line 13) | namespace NArchive { function ReserveDown (line 140) | struct CUInt64DefVector function GetItem (line 157) | bool GetItem(unsigned index, UInt64 &value) const function CheckSize (line 168) | bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs... type CFileItem (line 174) | struct CFileItem FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zOut.cpp function UInt64 (line 18) | static UInt64 UInt64Vector_CountSum(const CRecordVector &v) type NArchive (line 34) | namespace NArchive { type N7z (line 35) | namespace N7z { function FillSignature (line 37) | static void FillSignature(Byte *buf) function HRESULT (line 45) | HRESULT COutArchive::WriteFinishSignature() function SetUInt32 (line 56) | static void SetUInt32(Byte *p, UInt32 d) function SetUInt64 (line 62) | static void SetUInt64(Byte *p, UInt64 d) function HRESULT (line 68) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 80) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 97) | HRESULT COutArchive::Create_and_WriteStartPrefix(ISequentialOutStrea... function UInt64 (line 140) | UInt64 COutArchive::GetPos() const function GetBigNumberSize (line 215) | static unsigned GetBigNumberSize(UInt64 value) function UInt32 (line 225) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 243) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function FOR_VECTOR (line 314) | FOR_VECTOR (i, boolVector) function Bv_GetSizeInBytes (line 330) | static inline unsigned Bv_GetSizeInBytes(const CBoolVector &v) { ret... function HRESULT (line 561) | HRESULT COutArchive::EncodeStream( function HRESULT (line 883) | HRESULT COutArchive::WriteDatabase( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zOut.h function namespace (line 14) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 8) | namespace NArchive { type N7z (line 9) | namespace N7z { type CPropMap (line 11) | struct CPropMap function CopyOneItem (line 60) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 72) | static void RemoveOneItem(CRecordVector &src, const UInt32 i... function InsertToHead (line 82) | static void InsertToHead(CRecordVector &dest, const UInt32 i... function Z7_COM7F_IMF (line 147) | Z7_COM7F_IMF(CHandler::GetNumberOfProperties(UInt32 *numProps)) function Z7_COM7F_IMF (line 153) | Z7_COM7F_IMF(CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PRO... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zRegister.cpp type NArchive (line 9) | namespace NArchive { type N7z (line 10) | namespace N7z { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 26) | namespace NArchive { type N7z (line 27) | namespace N7z { type CFilterMode (line 31) | struct CFilterMode method CFilterMode (line 39) | CFilterMode(): method ClearFilterMode (line 46) | void ClearFilterMode() method SetDelta (line 56) | void SetDelta() function Parse_EXE (line 82) | static int Parse_EXE(const Byte *buf, size_t size, CFilterMode *filt... function UInt16 (line 240) | static UInt16 Get16(const Byte *p, BoolInt be) { if (be) return (UIn... function UInt32 (line 241) | static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetB... function Parse_ELF (line 244) | static int Parse_ELF(const Byte *buf, size_t size, CFilterMode *filt... function Parse_MACH (line 318) | static unsigned Parse_MACH(const Byte *buf, size_t size, CFilterMode... function BoolInt (line 371) | static BoolInt Parse_WAV(const Byte *buf, size_t size, CFilterMode *... function BoolInt (line 422) | static BoolInt ParseFile(const Byte *buf, size_t size, CFilterMode *... type CFilterMode2 (line 435) | struct CFilterMode2: public CFilterMode method CFilterMode2 (line 440) | CFilterMode2(): Encrypted(false) {} method Compare (line 442) | int Compare(const CFilterMode2 &m) const function GetGroup (line 493) | static unsigned GetGroup(CRecordVector &filters, const... function Is86Filter (line 521) | static inline bool Is86Filter(CMethodId m) function IsExeFilter (line 526) | static inline bool IsExeFilter(CMethodId m) function Get_FilterGroup_for_Folder (line 545) | static unsigned Get_FilterGroup_for_Folder( function HRESULT (line 585) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... type CFolderRepack (line 666) | struct CFolderRepack function CompareEmptyItems (line 705) | static int CompareEmptyItems(const unsigned *p1, const unsigned *p2,... function GetExtIndex (line 760) | static unsigned GetExtIndex(const char *ext) type CRefItem (line 793) | struct CRefItem method CRefItem (line 801) | CRefItem() {} method CRefItem (line 802) | CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): type CSortParam (line 840) | struct CSortParam function CompareUpdateItems (line 855) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 942) | struct CSolidGroup function IsExt_Exe (line 964) | static bool IsExt_Exe(const wchar_t *ext) function IsExt_ExeUnix_NumericAllowed (line 983) | static bool IsExt_ExeUnix_NumericAllowed(const UString &path) type CAnalysis (line 1017) | struct CAnalysis method CAnalysis (line 1034) | CAnalysis(): function HRESULT (line 1051) | HRESULT CAnalysis::GetFilterGroup(UInt32 index, const CUpdateItem &u... function GetMethodFull (line 1224) | static inline void GetMethodFull(UInt64 methodID, UInt32 numStreams,... function HRESULT (line 1232) | static HRESULT AddBondForFilter(CCompressionMethodMode &mode) function HRESULT (line 1258) | static HRESULT AddBcj2Methods(CCompressionMethodMode &mode) function HRESULT (line 1299) | static HRESULT MakeExeMethod(CCompressionMethodMode &mode, function UpdateItem_To_FileItem2 (line 1429) | static void UpdateItem_To_FileItem2(const CUpdateItem &ui, CFileItem... function UpdateItem_To_FileItem (line 1442) | static void UpdateItem_To_FileItem(const CUpdateItem &ui, function Init (line 1467) | void Init(ISequentialInStream *stream, UInt32 startIndex, const CBoo... function UInt64 (line 1474) | UInt64 GetSize() const { return _size; } function Z7_COM7F_IMF (line 1477) | Z7_COM7F_IMF(CRepackInStreamWithSizes::Read(void *data, UInt32 size, U... function Z7_COM7F_IMF (line 1487) | Z7_COM7F_IMF(CRepackInStreamWithSizes::GetSubStreamSize(UInt64 subStre... class CRepackStreamBase (line 1503) | class CRepackStreamBase method HRESULT (line 1526) | HRESULT CheckFinishedState() const { return (_currentIndex == _extra... function HRESULT (line 1529) | HRESULT CRepackStreamBase::Init(UInt32 startIndex, const CBoolVector *... function HRESULT (line 1540) | HRESULT CRepackStreamBase::OpenFile() function HRESULT (line 1565) | HRESULT CRepackStreamBase::CloseFile() function HRESULT (line 1584) | HRESULT CRepackStreamBase::ProcessEmptyFiles() class CFolderOutStream2 (line 1598) | class CFolderOutStream2 function Z7_COM7F_IMF (line 1609) | Z7_COM7F_IMF(CFolderOutStream2::Write(const void *data, UInt32 size, U... class CFolderInStream2 (line 1658) | class CFolderInStream2 function CFolderInStream2 (line 1671) | CFolderInStream2(): function Init (line 1682) | void Init() { Result = S_OK; } function Z7_COM7F_IMF (line 1685) | Z7_COM7F_IMF(CFolderInStream2::Read(void *data, UInt32 size, UInt32 *pro... class CThreadDecoder (line 1747) | class CThreadDecoder function CThreadDecoder (line 1755) | CThreadDecoder(bool multiThreadMixer): function Z7_COM7F_IMF (line 1875) | Z7_COM7F_IMF(CCryptoGetTextPassword::CryptoGetTextPassword(BSTR *password)) function GetFile (line 1883) | static void GetFile(const CDatabase &inDb, unsigned index, CFileItem &fi... function HRESULT (line 1895) | HRESULT Update( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 13) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ApfsHandler.cpp type CUuid (line 57) | struct CUuid method SetHex_To_str (line 61) | void SetHex_To_str(char *s) const method AddHexToString (line 66) | void AddHexToString(UString &dest) const method SetFrom (line 73) | void SetFrom(const Byte *p) { memcpy(Data, p, 16); } type CPhys (line 166) | struct CPhys method UInt32 (line 174) | UInt32 GetType() const { return type & OBJECT_TYPE_MASK; } type CSuperBlock (line 243) | struct CSuperBlock type CSuperBlock2 (line 294) | struct CSuperBlock2 method Parse (line 297) | void Parse(const Byte *p) function UInt64 (line 312) | static UInt64 Fletcher64(const Byte *data, size_t size) function CheckFletcher64 (line 330) | static bool CheckFletcher64(const Byte *p, size_t size) function GetLogSize (line 338) | static unsigned GetLogSize(UInt32 size) type apfs_hash_type_t (line 449) | enum apfs_hash_type_t function GetHashSize (line 463) | static unsigned GetHashSize(unsigned hashType) type C_integrity_meta_phys (line 483) | struct C_integrity_meta_phys method Is_SHA256 (line 497) | bool Is_SHA256() const { return im_hash_type == APFS_HASH_SHA256; } method C_integrity_meta_phys (line 499) | C_integrity_meta_phys() type C_omap_phys (line 531) | struct C_omap_phys type nloc (line 584) | struct nloc method UInt32 (line 594) | UInt32 GetEnd() const { return (UInt32)off + len; } method CheckOverLimit (line 595) | bool CheckOverLimit(UInt32 limit) type kvloc (line 603) | struct kvloc method Parse (line 608) | void Parse(const Byte *p) type CBTreeNodePhys (line 642) | struct CBTreeNodePhys method Is_FIXED_KV_SIZE (line 656) | bool Is_FIXED_KV_SIZE() const { return (flags & BTNODE_FIXED_KV_SIZE) ... method Is_NOHEADER (line 657) | bool Is_NOHEADER() const { return (flags & BTNODE_NOHEADER) != 0; } method Is_HASHED (line 658) | bool Is_HASHED() const { return (flags & BTNODE_HASHED) != 0; } method Parse (line 660) | bool Parse(const Byte *p, size_t size, bool noHeader = false) type btree_info (line 730) | struct btree_info method Is_EPHEMERAL (line 738) | bool Is_EPHEMERAL() const { return (fixed.flags & BTREE_EPHEMERAL) != ... method Is_PHYSICAL (line 739) | bool Is_PHYSICAL() const { return (fixed.flags & BTREE_PHYSICAL) != 0; } method Is_NOHEADER (line 740) | bool Is_NOHEADER() const { return (fixed.flags & BTREE_NOHEADER) != 0; } method Parse (line 742) | void Parse(const Byte *p) type apfs_modified_by_t (line 785) | struct apfs_modified_by_t method Parse (line 791) | void Parse(const Byte *p) type CApfs (line 804) | struct CApfs method UInt64 (line 866) | UInt64 GetTotalItems() const method IsHashedName (line 871) | bool IsHashedName() const type j_key_t (line 986) | struct j_key_t method GetType (line 991) | unsigned GetType() const { return (unsigned)(obj_id_and_type >> OBJ_TY... method UInt64 (line 992) | UInt64 GetID() const { return obj_id_and_type & OBJ_ID_MASK; } function IsFlags_Unknown (line 1014) | bool IsFlags_Unknown() const { return flags == MY_LIN_DT_UNKNOWN; } function IsFlags_Dir (line 1015) | bool IsFlags_Dir() const { return flags == MY_LIN_DT_DIR; } type CItem (line 1027) | struct CItem method Clear (line 1038) | void Clear() type j_file_extent_val (line 1260) | struct j_file_extent_val type CExtent (line 1276) | struct CExtent method UInt64 (line 1283) | UInt64 GetEndOffset() const { return logical_offset + EXTENT_GET_LEN... type CAttr (line 1301) | struct CAttr method Is_dstream_OK_for_SymLink (line 1312) | bool Is_dstream_OK_for_SymLink() const method UInt64 (line 1317) | UInt64 GetSize() const method Clear (line 1324) | void Clear() method Is_STREAM (line 1332) | bool Is_STREAM() const { return (flags & XATTR_DATA_STREAM) != 0; } method Is_EMBEDDED (line 1333) | bool Is_EMBEDDED() const { return (flags & XATTR_DATA_EMBEDDED) != 0; } type CNode (line 1338) | struct CNode method CNode (line 1387) | CNode(): method IsDir (line 1398) | bool IsDir() const { return MY_LIN_S_ISDIR(mode); } method IsSymLink (line 1399) | bool IsSymLink() const { return MY_LIN_S_ISLNK(mode); } method Has_UNCOMPRESSED_SIZE (line 1401) | bool Has_UNCOMPRESSED_SIZE() const { return (internal_flags & INODE_... method Get_Type_From_mode (line 1403) | unsigned Get_Type_From_mode() const { return mode >> 12; } method GetSize (line 1405) | bool GetSize(unsigned attrIndex, UInt64 &size) const method GetPackSize (line 1434) | bool GetPackSize(unsigned attrIndex, UInt64 &size) const type CSmallNode (line 1476) | struct CSmallNode type CRef (line 1509) | struct CRef method IsAltStream (line 1517) | bool IsAltStream() const { return IsViDef(AttrIndex); } method GetAttrIndex (line 1518) | unsigned GetAttrIndex() const { return AttrIndex; } method GetAttrIndex (line 1521) | unsigned GetAttrIndex() const { return VI_MINUS1; } type CRef2 (line 1526) | struct CRef2 type CHashChunk (line 1533) | struct CHashChunk method CSha256 (line 1556) | CSha256 *Sha() { return (CSha256 *)(void *)(Byte *)_sha; } method COutStreamWithHash (line 1558) | COutStreamWithHash(): _sha(sizeof(CSha256)) {} method SetStream (line 1560) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } method Init (line 1562) | void Init(const CStreamHashes *hashes, unsigned blockSizeLog) function Sha256_Final_and_CheckDigest (line 1576) | static bool Sha256_Final_and_CheckDigest(CSha256 *sha256, const Byte *di... function Z7_COM7F_IMF (line 1585) | Z7_COM7F_IMF(COutStreamWithHash::Write(const void *data, UInt32 size, UI... type CVol (line 1655) | struct CVol method ThereAreErrors (line 1687) | bool ThereAreErrors() const method CVol (line 1696) | CVol(): function ApfsTimeToFileTime (line 1710) | static void ApfsTimeToFileTime(UInt64 apfsTime, FILETIME &ft, UInt32 &ns... function AddComment_Name (line 1720) | static void AddComment_Name(UString &s, const char *name) function AddComment_UInt64 (line 1735) | static void AddComment_UInt64(UString &s, const char *name, UInt64 v) function AddComment_Time (line 1743) | static void AddComment_Time(UString &s, const char *name, UInt64 v) function AddComment_modified_by_t (line 1759) | static void AddComment_modified_by_t(UString &s, const char *name, const... function AddVolInternalName_toString (line 1773) | static void AddVolInternalName_toString(UString &s, const CApfs &apfs) function if (line 1802) | if (apfs.integrity_meta_oid != 0) type CKeyValPair (line 1856) | struct CKeyValPair type omap_key (line 1864) | struct omap_key method CheckHash (line 1885) | struct omap_val method HRESULT (line 2072) | HRESULT CDatabase::ReadMap(UInt64 oid, bool noHeader, method HRESULT (line 2327) | HRESULT CDatabase::ReadObjectMap(UInt64 oid, CVol *vol, CObjectMap &omap) method HRESULT (line 2351) | HRESULT CDatabase::Open2() method HRESULT (line 2429) | HRESULT CDatabase::OpenVolume(const CObjectMap &omap, const oid_t fs_oid) method HRESULT (line 3206) | HRESULT CVol::FillRefs() function COM_TRY_END (line 3454) | COM_TRY_END function IMP_IInArchive_Props_WITH_NAME (line 3520) | IMP_IInArchive_Props_WITH_NAME function FOR_VECTOR (line 3602) | FOR_VECTOR (i, Vols) function COM_TRY_END (line 3629) | COM_TRY_END function Z7_COM7F_IMF (line 3640) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PR... function Z7_COM7F_IMF (line 3648) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 3674) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... function Utf8Name_to_InterName (line 3685) | static void Utf8Name_to_InterName(const AString &src, UString &dest) function AddNodeName (line 3692) | static void AddNodeName(UString &s, const CNode &inode, UInt64 id) function COM_TRY_END (line 4053) | COM_TRY_END function Z7_COM7F_IMF (line 4074) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, function COM_TRY_END (line 4247) | COM_TRY_END function Z7_COM7F_IMF (line 4298) | Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **str... function HRESULT (line 4377) | HRESULT CDatabase::GetAttrStream(IInStream *apfsInStream, const CVol &vol, function HRESULT (line 4393) | HRESULT CDatabase::GetAttrStream_dstream( IInStream *apfsInStream, const... function HRESULT (line 4413) | HRESULT CDatabase::GetStream2( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ApmHandler.cpp type NArchive (line 20) | namespace NArchive { type NDmg (line 22) | namespace NDmg { type NApm (line 27) | namespace NApm { type CItem (line 54) | struct CItem method Is_Valid_and_Allocated (line 72) | bool Is_Valid_and_Allocated() const method Parse (line 75) | bool Parse(const UInt32 *p32, UInt32 &numBlocksInMap) function UInt64 (line 114) | UInt64 BlocksToBytes(UInt32 i) const { return (UInt64)i << _blockSiz... function GetItem_ExtractInfo (line 116) | virtual int GetItem_ExtractInfo(UInt32 index, UInt64 &pos, UInt64 &s... function API_FUNC_static_IsArc (line 129) | API_FUNC_static_IsArc IsArc_Apm(const Byte *p, size_t size) function COM_TRY_END (line 273) | COM_TRY_END function IMP_IInArchive_Props (line 302) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 310) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ArHandler.cpp type NAr (line 29) | namespace NAr { type EType (line 70) | enum EType type ESubType (line 86) | enum ESubType type CItem (line 106) | struct CItem method CItem (line 121) | CItem(): TextFileIndex(-1), SameNameIndex(-1) {} method UInt64 (line 122) | UInt64 GetDataPos() const { return HeaderPos + HeaderSize; } class CInArchive (line 125) | class CInArchive method HRESULT (line 135) | HRESULT SkipData(UInt64 dataSize) function HRESULT (line 141) | HRESULT CInArchive::Open(IInStream *inStream) function RemoveTailSpaces (line 154) | static unsigned RemoveTailSpaces(char *dest, const char *s, unsigned s... function OctalToNumber32 (line 166) | static bool OctalToNumber32(const char *s, unsigned size, UInt32 &res) function DecimalToNumber (line 181) | static bool DecimalToNumber(const char *s, unsigned size, UInt64 &res) function DecimalToNumber32 (line 193) | static bool DecimalToNumber32(const char *s, unsigned size, UInt32 &res) function HRESULT (line 205) | HRESULT CInArchive::GetNextItem(CItem &item, bool &filled) function IMP_IInArchive_Props (line 321) | IMP_IInArchive_Props function HRESULT (line 419) | HRESULT CHandler::AddFunc(UInt32 offset, const Byte *data, size_t size, ... function UInt32 (line 446) | static UInt32 Get32(const Byte *p, unsigned be) { if (be) return GetBe32... function HRESULT (line 448) | HRESULT CHandler::ParseLibSymbols(IInStream *stream, unsigned fileIndex) function Z7_COM7F_IMF (line 553) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, function COM_TRY_END (line 642) | COM_TRY_END function Z7_COM7F_IMF (line 666) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function COM_TRY_END (line 740) | COM_TRY_END FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 18) | void RegisterArc(const CArcInfo *arcInfo) throw() function HRESULT (line 38) | static inline HRESULT SetPropStrFromBin(const char *s, unsigned size, PR... function HRESULT (line 45) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 50) | static int FindFormatCalssId(const GUID *clsid) function STDAPI (line 64) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 95) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 138) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 144) | STDAPI GetNumberOfFormats(UINT32 *numFormats) function STDAPI (line 151) | STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ArjHandler.cpp type NCompress (line 27) | namespace NCompress { type NArj (line 28) | namespace NArj { type NDecoder (line 29) | namespace NDecoder { class CCoder (line 34) | class CCoder class CCoderReleaser (line 40) | class CCoderReleaser method CCoderReleaser (line 44) | CCoderReleaser(CCoder *coder): _coder(coder) {} method Disable (line 45) | void Disable() { _coder = NULL; } method UInt64 (line 54) | UInt64 GetInputProcessedSize() const { return _inBitStream.GetPr... function HRESULT (line 60) | HRESULT CCoder::CodeReal(UInt32 rem, ICompressProgressInfo *progress) function HRESULT (line 145) | HRESULT CCoder::Code(ISequentialInStream *inStream, ISequentialOut... type NArchive (line 180) | namespace NArchive { type NArj (line 181) | namespace NArj { type NCompressionMethod (line 189) | namespace NCompressionMethod type NFileType (line 203) | namespace NFileType type NFlags (line 216) | namespace NFlags type NHostOS (line 228) | namespace NHostOS type EEnum (line 230) | enum EEnum type CArcHeader (line 261) | struct CArcHeader function API_FUNC_static_IsArc (line 284) | API_FUNC_static_IsArc IsArc_Arj(const Byte *p, size_t size) function HRESULT (line 313) | static HRESULT ReadString(const Byte *p, unsigned &size, AString &res) function HRESULT (line 328) | HRESULT CArcHeader::Parse(const Byte *p, unsigned size) type CExtendedInfo (line 360) | struct CExtendedInfo method Clear (line 365) | void Clear() method ParseToPropVar (line 370) | void ParseToPropVar(NCOM::CPropVariant &prop) const type CItem (line 385) | struct CItem method IsEncrypted (line 412) | bool IsEncrypted() const { return (Flags & NFlags::kGarbled) != 0; } method IsDir (line 413) | bool IsDir() const { return (FileType == NFileType::kDirectory); } method IsSplitAfter (line 414) | bool IsSplitAfter() const { return (Flags & NFlags::kVolume) != 0; } method IsSplitBefore (line 415) | bool IsSplitBefore() const { return (Flags & NFlags::kExtFile) != 0; } method UInt32 (line 416) | UInt32 GetWinAttrib() const function HRESULT (line 434) | HRESULT CItem::Parse(const Byte *p, unsigned size) type EErrorType (line 470) | enum EErrorType class CArc (line 477) | class CArc method Close (line 492) | void Close() function HRESULT (line 507) | HRESULT CArc::Read(void *data, size_t *size) function HRESULT (line 518) | HRESULT CArc::ReadBlock(bool &filled, CExtendedInfo *extendedInfo) function HRESULT (line 569) | HRESULT CArc::SkipExtendedHeaders(CExtendedInfo &extendedInfo) function HRESULT (line 583) | HRESULT CArc::Open() function HRESULT (line 594) | HRESULT CArc::GetNextItem(CItem &item, bool &filled) function IMP_IInArchive_Props (line 654) | IMP_IInArchive_Props function SetHostOS (line 664) | static void SetHostOS(Byte hostOS, NCOM::CPropVariant &prop) function SetUnicodeString (line 669) | static void SetUnicodeString(const AString &s, NCOM::CPropVariant &prop) function Z7_COM7F_IMF (line 675) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/AvbHandler.cpp type NExt (line 27) | namespace NExt { type NAvb (line 31) | namespace NAvb { function AddNameToString (line 33) | static void AddNameToString(AString &s, const Byte *name, unsigned siz... type CFooter (line 66) | struct CFooter method Parse (line 89) | void Parse(const Byte *p) type AvbVBMetaImageHeader (line 109) | struct AvbVBMetaImageHeader type AvbDescriptorTag (line 222) | enum AvbDescriptorTag type AvbDescriptor (line 231) | struct AvbDescriptor method Parse (line 236) | void Parse(const Byte *p) type AvbHashtreeDescriptorFlags (line 244) | enum AvbHashtreeDescriptorFlags type AvbHashtreeDescriptor (line 271) | struct AvbHashtreeDescriptor method Parse (line 288) | void Parse(const Byte *p) type AvbPropertyDescriptor (line 309) | struct AvbPropertyDescriptor method Parse (line 314) | void Parse(const Byte *p) function GetItem_ExtractInfo (line 334) | virtual int GetItem_ExtractInfo(UInt32 index, UInt64 &pos, UInt64 &siz... function HRESULT (line 346) | HRESULT CHandler::Open2(IInStream *stream) function COM_TRY_END (line 494) | COM_TRY_END function IMP_IInArchive_Props (line 520) | IMP_IInArchive_Props FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Base64Handler.cpp function API_FUNC_static_IsArc (line 56) | API_FUNC_static_IsArc IsArc_Base64(const Byte *p, size_t size) type EBase64Res (line 121) | enum EBase64Res function EBase64Res (line 130) | static EBase64Res Base64ToBin(Byte *p, size_t size, const Byte **srcEnd,... function Byte (line 204) | static const Byte *Base64_SkipSpaces(const Byte *p, size_t size) function Byte (line 222) | Byte *Base64ToBin(Byte *dest, const char *src) type NArchive (line 279) | namespace NArchive { type NBase64 (line 280) | namespace NBase64 { function IMP_IInArchive_Props (line 297) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 306) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function Z7_COM7F_IMF (line 326) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function HRESULT (line 341) | static HRESULT ReadStream_OpenProgress(ISequentialInStream *stream, vo... function Z7_COM7F_IMF (line 362) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiv... function COM_TRY_END (line 423) | COM_TRY_END function Z7_COM7F_IMF (line 437) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Bz2Handler.cpp type NArchive (line 20) | namespace NArchive { type NBz2 (line 21) | namespace NBz2 { function IMP_IInArchive_Props (line 61) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 88) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 94) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 109) | API_FUNC_static_IsArc IsArc_BZip2(const Byte *p, size_t size) function Z7_COM7F_IMF (line 124) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabBlockInStream.cpp type NArchive (line 12) | namespace NArchive { type NCab (line 13) | namespace NCab { function UInt32 (line 33) | static UInt32 CheckSum(const Byte *p, UInt32 size) throw() function HRESULT (line 103) | HRESULT CBlockPackData::Read(ISequentialInStream *stream, Byte Reser... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabBlockInStream.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabHandler.cpp function SetMethodName (line 86) | static void SetMethodName(char *s, unsigned method, unsigned param) function Z7_COM7F_IMF (line 100) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabHandler.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabHeader.cpp type NArchive (line 7) | namespace NArchive { type NCab (line 8) | namespace NCab { type NHeader (line 9) | namespace NHeader { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabHeader.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabIn.cpp type NArchive (line 17) | namespace NArchive { type NCab (line 18) | namespace NCab { type CUnexpectedEndException (line 20) | struct CUnexpectedEndException {} type CSignatureFinder (line 71) | struct CSignatureFinder method UInt32 (line 87) | UInt32 GetTotalCapacity(UInt32 basicSize, UInt32 headerSize) function HRESULT (line 104) | HRESULT CSignatureFinder::Find() function HRESULT (line 183) | HRESULT CInArchive::Open2(CDatabaseEx &db, const UInt64 *searchHeade... function HRESULT (line 347) | HRESULT CInArchive::Open(CDatabaseEx &db, const UInt64 *searchHeader... function CompareMvItems (line 361) | static int CompareMvItems(const CMvItem *p1, const CMvItem *p2, void... function FOR_VECTOR (line 405) | FOR_VECTOR (v, Volumes) function FOR_VECTOR (line 434) | FOR_VECTOR (i, Items) function FOR_VECTOR (line 465) | FOR_VECTOR (i, Items) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabIn.h function namespace (line 13) | namespace NArchive { function CArchInfo (line 70) | struct CInArcInfo: public CArchInfo function IsTherePrevFolder (line 79) | struct CDatabase type CMvItem (line 117) | struct CMvItem function class (line 124) | class CMvDatabaseEx function class (line 154) | class CInArchive FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabItem.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Cab/CabRegister.cpp type NArchive (line 9) | namespace NArchive { type NCab (line 10) | namespace NCab { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Chm/ChmHandler.cpp function IMP_IInArchive_Props (line 63) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 101) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Chm/ChmHandler.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Chm/ChmIn.cpp type NArchive (line 20) | namespace NArchive { type NChm (line 21) | namespace NChm { type CEnexpectedEndException (line 35) | struct CEnexpectedEndException {} type CHeaderErrorException (line 36) | struct CHeaderErrorException {} function AreGuidsEqual (line 45) | static bool inline AreGuidsEqual(const Byte *g1, const Byte *g2) function PrintByte (line 50) | static void PrintByte(unsigned b, AString &s) function AString (line 56) | AString CMethodInfo::GetGuidString() const function AString (line 76) | AString CMethodInfo::GetName() const function UString (line 111) | UString CSectionInfo::GetMethodName() const function Byte (line 130) | Byte CInArchive::ReadByte() function UInt16 (line 150) | UInt16 CInArchive::ReadUInt16() function UInt32 (line 158) | UInt32 CInArchive::ReadUInt32() function UInt64 (line 165) | UInt64 CInArchive::ReadUInt64() function UInt64 (line 172) | UInt64 CInArchive::ReadEncInt() function HRESULT (line 216) | HRESULT CInArchive::ReadChunk(IInStream *inStream, UInt64 pos, UInt6... function HRESULT (line 229) | HRESULT CInArchive::ReadDirEntry(CDatabase &database) function HRESULT (line 243) | HRESULT CInArchive::OpenChm(IInStream *inStream, CDatabase &database) function HRESULT (line 371) | HRESULT CInArchive::OpenHelp2(IInStream *inStream, CDatabase &database) function HRESULT (line 594) | HRESULT CInArchive::DecompressStream(IInStream *inStream, const CDat... function AString (line 615) | static AString GetSectionPrefix(const AString &name) function CompareFiles (line 625) | static int CompareFiles(const unsigned *p1, const unsigned *p2, void... function FOR_VECTOR (line 650) | FOR_VECTOR (i, Items) function FOR_VECTOR (line 667) | FOR_VECTOR (i, Indices) function FOR_VECTOR (line 689) | FOR_VECTOR (i, Indices) function GetLog (line 700) | static int inline GetLog(UInt32 num) function HRESULT (line 708) | HRESULT CInArchive::OpenHighLevel(IInStream *inStream, CFilesDatabas... function HRESULT (line 905) | HRESULT CInArchive::Open2(IInStream *inStream, function HRESULT (line 1002) | HRESULT CInArchive::Open(IInStream *inStream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Chm/ChmIn.h function namespace (line 13) | namespace NArchive { function FindItem (line 46) | struct CDatabase function Clear (line 66) | void Clear() type CResetTable (line 80) | struct CResetTable type CSectionInfo (line 175) | struct CSectionInfo function class (line 188) | class CFilesDatabase: public CDatabase function class (line 242) | class CInArchive FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ComHandler.cpp type NCom (line 29) | namespace NCom { type EArcType (line 51) | enum EArcType type NFatID (line 75) | namespace NFatID type NItemType (line 84) | namespace NItemType function Z7_FORCE_INLINE (line 114) | Z7_FORCE_INLINE static bool IsLargeStream(UInt64 size) type CItem (line 122) | struct CItem method IsEmptyType (line 138) | bool IsEmptyType() const { return Type == NItemType::kEmpty; } method IsDir (line 139) | bool IsDir() const { return Type == NItemType::kStorage || Type == N... method IsStorage (line 140) | bool IsStorage() const { return Type == NItemType::kStorage; } method IsLevel_Unused (line 142) | bool IsLevel_Unused() const { return Level == k_Item_Level_Unused; } method AreMsiChars (line 145) | bool AreMsiChars() const type CRef (line 164) | struct CRef class CDatabase (line 171) | class CDatabase method IsNotArcType (line 217) | bool IsNotArcType() const method UInt64 (line 228) | UInt64 GetItemPackSize(UInt64 size) const function HRESULT (line 238) | HRESULT CDatabase::ReadSector(IInStream *inStream, Byte *buf, UInt32 sid) function HRESULT (line 255) | HRESULT CDatabase::ReadIDs(IInStream *inStream, Byte *buf, UInt32 sid,... function Z7_FORCE_INLINE (line 265) | Z7_FORCE_INLINE function HRESULT (line 336) | HRESULT CDatabase::AddNodes() function AreEqualNames (line 461) | static bool AreEqualNames(const Byte *rawName, const char *asciiName) function MsiName_To_FileName (line 477) | static void MsiName_To_FileName(const Byte *p, UString &res) function UString (line 519) | UString CDatabase::GetItemPath(UInt32 index) const function HRESULT (line 556) | HRESULT CDatabase::Check_Item(unsigned index) function HRESULT (line 621) | HRESULT CDatabase::Open(IInStream *inStream) function COM_TRY_END (line 1204) | COM_TRY_END function Z7_COM7F_IMF (line 1214) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/CoderMixer2.cpp function Z7_COM7F_IMF (line 9) | Z7_COM7F_IMF(CSequentialInStreamCalcSize::Read(void *data, UInt32 size, ... function Z7_COM7F_IMF (line 24) | Z7_COM7F_IMF(COutStreamCalcSize::Write(const void *data, UInt32 size, UI... function Z7_COM7F_IMF (line 35) | Z7_COM7F_IMF(COutStreamCalcSize::OutStreamFinish()) type NCoderMixer2 (line 53) | namespace NCoderMixer2 { function BoolVector_Fill_False (line 55) | static void BoolVector_Fill_False(CBoolVector &v, unsigned size) function HRESULT (line 64) | HRESULT CCoder::CheckDataAfterEnd(bool &dataAfterEnd_Error /* , bool &... class CBondsChecks (line 120) | class CBondsChecks function FOR_VECTOR (line 190) | FOR_VECTOR(i, Coders) function CCoder (line 356) | CCoder &CMixerST::GetCoder(unsigned index) function HRESULT (line 361) | HRESULT CMixerST::ReInit2() { return S_OK; } function HRESULT (line 363) | HRESULT CMixerST::GetInStream2( function HRESULT (line 421) | HRESULT CMixerST::GetInStream( function HRESULT (line 475) | HRESULT CMixerST::GetOutStream( function HRESULT (line 580) | static HRESULT GetError(HRESULT res, HRESULT res2) function HRESULT (line 595) | HRESULT CMixerST::FinishStream(UInt32 streamIndex) function HRESULT (line 636) | HRESULT CMixerST::FinishCoder(UInt32 coderIndex) function HRESULT (line 697) | HRESULT CMixerST::Code( function HRESULT (line 823) | HRESULT CMixerST::GetMainUnpackStream( function UInt64 (line 848) | UInt64 CMixerST::GetBondStreamSize(unsigned bondIndex) const function HRESULT (line 917) | HRESULT CMixerMT::SetBindInfo(const CBindInfo &bindInfo) function CCoder (line 942) | CCoder &CMixerMT::GetCoder(unsigned index) function HRESULT (line 947) | HRESULT CMixerMT::ReInit2() function HRESULT (line 980) | HRESULT CMixerMT::Init(ISequentialInStream * const *inStreams, ISequen... function HRESULT (line 1058) | HRESULT CMixerMT::ReturnIfError(HRESULT code) function HRESULT (line 1066) | HRESULT CMixerMT::Code( function UInt64 (line 1137) | UInt64 CMixerMT::GetBondStreamSize(unsigned bondIndex) const FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/CoderMixer2.h function Init (line 40) | void Init() function ReleaseStream (line 45) | void ReleaseStream() { _stream.Release(); } function ReleaseStream (line 60) | void ReleaseStream() { _stream.Release(); } function Init (line 61) | void Init() { _size = 0; } function namespace (line 69) | namespace NCoderMixer2 { type CCoderStreamsInfo (line 81) | struct CCoderStreamsInfo function FindBond_for_PackStream (line 87) | struct CBindInfo function FindBond_for_UnpackStream (line 104) | int FindBond_for_UnpackStream(UInt32 unpackStream) const function SetUnpackCoder (line 112) | bool SetUnpackCoder() function IsStream_in_PackStreams (line 128) | bool IsStream_in_PackStreams(UInt32 streamIndex) const function FindStream_in_PackStreams (line 133) | int FindStream_in_PackStreams(UInt32 streamIndex) const function UInt32 (line 144) | UInt32 GetStream_for_Coder(UInt32 coderIndex) const function Clear (line 162) | void Clear() function GetCoder_for_Stream (line 171) | void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 ... function class (line 180) | class CCoder function class (line 214) | class CMixer function CCoder (line 291) | struct CCoderST: public CCoder type CStBinderStream (line 300) | struct CStBinderStream function Release (line 375) | void Release() function class (line 386) | class CReleaser function EncodeMode (line 395) | EncodeMode(false) {} FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/DummyOutStream.cpp function Z7_COM7F_IMF (line 7) | Z7_COM7F_IMF(CDummyOutStream::Write(const void *data, UInt32 size, UInt3... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/DummyOutStream.h function ReleaseStream (line 18) | void ReleaseStream() { _stream.Release(); } function Init (line 19) | void Init() { _size = 0; } FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/FindSignature.cpp function HRESULT (line 13) | HRESULT FindSignatureInStream(ISequentialInStream *stream, type NArchive (line 64) | namespace NArchive { function HRESULT (line 66) | HRESULT ReadZeroTail(ISequentialInStream *stream, bool &areThereNonZer... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 9) | namespace NArchive { function ParseSizeString (line 11) | bool ParseSizeString(const wchar_t *s, const PROPVARIANT &prop, UInt64... function SetMethodProp32 (line 146) | static void SetMethodProp32(CMethodProps &m, PROPID propID, UInt32 value) function SetMethodProp32_Replace (line 161) | static void SetMethodProp32_Replace(CMethodProps &m, PROPID propID, UI... function HRESULT (line 208) | HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const ... function HRESULT (line 294) | HRESULT CSingleMethodProps::SetProperty(const wchar_t *name2, const PR... function HRESULT (line 329) | HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names... function HRESULT (line 344) | static HRESULT PROPVARIANT_to_BoolPair(const PROPVARIANT &prop, CBoolP... function HRESULT (line 351) | HRESULT CHandlerTimeOptions::Parse(const UString &name, const PROPVARI... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function Z7_COM7F_IMF (line 7) | Z7_COM7F_IMF(CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function Z7_COM7F_IMF (line 26) | Z7_COM7F_IMF(CSequentialInStreamWithCRC::GetSize(UInt64 *size)) function Z7_COM7F_IMF (line 33) | Z7_COM7F_IMF(CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function Z7_COM7F_IMF (line 50) | Z7_COM7F_IMF(CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/InStreamWithCRC.h function SetStream (line 28) | void SetStream(ISequentialInStream *stream) { _stream = stream; } function SetFullSize (line 29) | void SetFullSize(UInt64 fullSize) { _fullSize = fullSize; } function Init (line 30) | void Init() function ReleaseStream (line 36) | void ReleaseStream() { _stream.Release(); } function Init (line 52) | void Init() function ReleaseStream (line 58) | void ReleaseStream() { _stream.Release(); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 27) | UString GetOsPath(const UString &name) function UString (line 39) | UString GetOsPath_Remove_TailSlash(const UString &name) function ReplaceToWinSlashes (line 51) | void ReplaceToWinSlashes(UString &name, bool useBackslashReplacement) function NormalizeSlashes_in_FileName_for_OsPath (line 87) | void NormalizeSlashes_in_FileName_for_OsPath(wchar_t *name, unsigned len) function NormalizeSlashes_in_FileName_for_OsPath (line 104) | void NormalizeSlashes_in_FileName_for_OsPath(UString &name) function UString (line 132) | UString WinPathToOsPath(const UString &name) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/MultiStream.cpp function Z7_COM7F_IMF (line 7) | Z7_COM7F_IMF(CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function Z7_COM7F_IMF (line 51) | Z7_COM7F_IMF(CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 ... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/MultiStream.h function HRESULT (line 34) | HRESULT Init() FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function Z7_COM7F_IMF (line 7) | Z7_COM7F_IMF(COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/OutStreamWithCRC.h function ReleaseStream (line 22) | void ReleaseStream() { _stream.Release(); } function EnableCalc (line 29) | void EnableCalc(bool calculate) { _calculate = calculate; } function InitCRC (line 30) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/OutStreamWithSha1.cpp function Z7_COM7F_IMF (line 7) | Z7_COM7F_IMF(COutStreamWithSha1::Write(const void *data, UInt32 size, UI... function Z7_COM7F_IMF (line 20) | Z7_COM7F_IMF(CInStreamWithSha1::Read(void *data, UInt32 size, UInt32 *pr... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Common/OutStreamWithSha1.h function CSha1 (line 22) | CSha1 *Sha() { return (CSha1 *)(void *)(Byte *)_sha; } function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitSha1 (line 33) | void InitSha1() { Sha1_Init(Sha()); } function Final (line 35) | void Final(Byte *digest) { Sha1_Final(Sha(), digest); } function CSha1 (line 47) | CSha1 *Sha() { return (CSha1 *)(void *)(Byte *)_sha; } function SetStream (line 50) | void SetStream(ISequentialInStream *stream) { _stream = stream; } function Init (line 51) | void Init() function ReleaseStream (line 56) | void ReleaseStream() { _stream.Release(); } function Final (line 58) | void Final(Byte *digest) { Sha1_Final(Sha(), digest); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/CpioHandler.cpp type NArchive (line 27) | namespace NArchive { type NCpio (line 28) | namespace NCpio { type EType (line 45) | enum EType type CItem (line 63) | struct CItem method UInt32 (line 89) | UInt32 GetAlignedSize(UInt32 size) const method UInt64 (line 94) | UInt64 GetPackSize() const method IsSame_inode_Dev (line 100) | bool IsSame_inode_Dev(const CItem &item) const method IsBin (line 107) | bool IsBin() const { return Type == k_Type_BinLe || Type == k_Type... method IsCrcFormat (line 108) | bool IsCrcFormat() const { return Type == k_Type_HexCrc; } method IsDir (line 109) | bool IsDir() const { return MY_LIN_S_ISDIR(Mode); } method Is_SymLink (line 110) | bool Is_SymLink() const { return MY_LIN_S_ISLNK(Mode); } method IsTrailer (line 111) | bool IsTrailer() const { return strcmp(Name, kName_TRAILER) == 0; } method UInt64 (line 112) | UInt64 GetDataPosition() const { return HeaderPos + HeaderSize; } type EErrorType (line 116) | enum EErrorType type CInArchive (line 125) | struct CInArchive function HRESULT (line 136) | HRESULT CInArchive::Read(void *data, size_t *size) function CheckOctRecord (line 144) | static bool CheckOctRecord(const Byte *p) function CheckHexRecord (line 155) | static bool CheckHexRecord(const Byte *p) function UInt32 (line 172) | static UInt32 ReadHex(const Byte *p) function UInt32 (line 181) | static UInt32 ReadOct6(const Byte *p) function UInt64 (line 190) | static UInt64 ReadOct11(const Byte *p) function API_FUNC_static_IsArc (line 211) | API_FUNC_static_IsArc IsArc_Cpio(const Byte *p, size_t size) function HRESULT (line 311) | HRESULT CInArchive::GetNextItem() function IMP_IInArchive_Props (line 532) | IMP_IInArchive_Props function CompareItems (line 581) | static int CompareItems(const unsigned *p1, const unsigned *p2, void *pa... function Z7_COM7F_IMF (line 605) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... function COM_TRY_END (line 849) | COM_TRY_END function Z7_COM7F_IMF (line 868) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 874) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... function ReleaseStream (line 969) | void ReleaseStream() { _stream.Release(); } function Init (line 970) | void Init(bool calculate) function UInt32 (line 975) | UInt32 GetChecksum() const { return _checksum; } function Z7_COM7F_IMF (line 979) | Z7_COM7F_IMF(COutStreamWithSum::Write(const void *data, UInt32 size, UIn... function Z7_COM7F_IMF (line 1010) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/CramfsHandler.cpp type NArchive (line 25) | namespace NArchive { type NCramfs (line 26) | namespace NCramfs { function UInt32 (line 100) | static UInt32 GetMode(const Byte *p, bool be) { return be ? GetBe16(... function IsDir (line 101) | static bool IsDir(const Byte *p, bool be) { return MY_LIN_S_ISDIR(Ge... function UInt32 (line 103) | static UInt32 GetSize(const Byte *p, bool be) function UInt32 (line 111) | static UInt32 GetNameLen(const Byte *p, bool be) function UInt32 (line 119) | static UInt32 GetOffset(const Byte *p, bool be) type CItem (line 127) | struct CItem type CHeader (line 133) | struct CHeader method Parse (line 145) | bool Parse(const Byte *p) method IsVer2 (line 166) | bool IsVer2() const { return (Flags & kFlag_FsVer2) != 0; } method GetBlockSizeShift (line 167) | unsigned GetBlockSizeShift() const { return (unsigned)(Flags >> k_... method GetMethod (line 168) | unsigned GetMethod() const { return (unsigned)(Flags >> k_Flags_Me... function UInt32 (line 211) | UInt32 GetNumBlocks(UInt32 size) const function UpdatePhySize (line 216) | void UpdatePhySize(UInt32 s) function IMP_IInArchive_Props (line 250) | IMP_IInArchive_Props function HRESULT (line 295) | HRESULT CHandler::Open2(IInStream *inStream) function AString (line 388) | AString CHandler::GetPath(unsigned index) const function Z7_COM7F_IMF (line 450) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiv... function Z7_COM7F_IMF (line 469) | Z7_COM7F_IMF(CHandler::Close()) function Z7_COM7F_IMF (line 481) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 487) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/DllExports2.cpp function BOOL (line 44) | BOOL WINAPI DllMain( function Init_ForceToUTF8 (line 74) | static __attribute__((constructor)) void Init_ForceToUTF8() function STDAPI (line 94) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 109) | STDAPI SetLargePageMode() function STDAPI (line 122) | STDAPI SetCaseSensitive(Int32 caseSensitive) function STDAPI (line 151) | STDAPI SetCodecs(ICompressCodecsInfo *compressCodecsInfo) function STDAPI (line 170) | STDAPI SetCodecs(ICompressCodecsInfo *) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/DmgHandler.cpp type NArchive (line 63) | namespace NArchive { type NDmg (line 64) | namespace NDmg { type CBlock (line 91) | struct CBlock method NeedCrc (line 99) | bool NeedCrc() const { return Type != METHOD_ZERO_2; } method IsZeroMethod (line 100) | bool IsZeroMethod() const method IsClusteredMethod (line 106) | bool IsClusteredMethod() const method NeedAllocateBuffer (line 114) | bool NeedAllocateBuffer() const type CChecksum (line 131) | struct CChecksum method IsCrc32 (line 137) | bool IsCrc32() const { return Type == kCheckSumType_CRC && NumBits... method UInt32 (line 138) | UInt32 GetCrc32() const { return Get32(Data); } function AddToComment_Prop (line 202) | static void AddToComment_Prop(AString &s, const char *name, const ch... type CFile (line 219) | struct CFile method UInt64 (line 235) | UInt64 GetUnpackSize_of_Block(unsigned blockIndex) const method CFile (line 241) | CFile(): type CExtraFile (line 259) | struct CExtraFile function AddToComment_UInt64 (line 267) | static void AddToComment_UInt64(AString &s, UInt64 v, const char *name) type CForkPair (line 275) | struct CForkPair method Parse (line 281) | void Parse(const Byte *p) method GetEndPos (line 287) | bool GetEndPos(UInt64 &endPos) method UpdateTop (line 293) | bool UpdateTop(UInt64 limit, UInt64 &top) type CMethods (line 356) | struct CMethods function FOR_VECTOR (line 376) | FOR_VECTOR (i, Types) type CAppleName (line 404) | struct CAppleName function Is_Apple_FS_Or_Unknown (line 455) | bool Is_Apple_FS_Or_Unknown(const AString &name) function Z7_COM7F_IMF (line 501) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function HRESULT (line 645) | HRESULT CFile::Parse(const Byte *p, UInt32 size) function CXmlItem (line 782) | static const CXmlItem *FindKeyPair(const CXmlItem &item, const char *k... function AString (line 797) | static const AString *GetStringFromKeyPair(const CXmlItem &item, const... function IsKoly (line 807) | static inline bool IsKoly(const Byte *p) function HRESULT (line 822) | HRESULT CHandler::ReadData(IInStream *stream, const CForkPair &pair, C... function HRESULT (line 916) | HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *openA... function Z7_COM7F_IMF (line 1415) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, function FindBlock (line 2059) | static unsigned FindBlock(const CRecordVector &blocks, UInt64 ... function Z7_COM7F_IMF (line 2074) | Z7_COM7F_IMF(CInStream::Read(void *data, UInt32 size, UInt32 *processe... function Z7_COM7F_IMF (line 2258) | Z7_COM7F_IMF(CInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *... function Z7_COM7F_IMF (line 2275) | Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **s... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ElfHandler.cpp function UInt16 (line 24) | static UInt16 Get16(const Byte *p, bool be) { if (be) return GetBe16a(p)... function UInt32 (line 25) | static UInt32 Get32(const Byte *p, bool be) { if (be) return GetBe32a(p)... function UInt64 (line 26) | static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64a(p)... type CHeader (line 98) | struct CHeader method UInt32 (line 122) | UInt32 GetHeadersSize() const { return (UInt32)HeaderSize + type CSegment (line 226) | struct CSegment method UpdateTotalSize (line 239) | void UpdateTotalSize(UInt64 &totalSize) type CSection (line 363) | struct CSection method UInt64 (line 376) | UInt64 GetSize() const { return Type == SHT_NOBITS ? 0 : VSize; } method UpdateTotalSize (line 378) | void UpdateTotalSize(UInt64 &totalSize) function IMP_IInArchive_Props_WITH_NAME (line 818) | IMP_IInArchive_Props_WITH_NAME function COM_TRY_END (line 982) | COM_TRY_END function HRESULT (line 1045) | HRESULT CHandler::Open2(IInStream *stream) function Z7_COM7F_IMF (line 1168) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ExtHandler.cpp type NArchive (line 42) | namespace NArchive { type NExt (line 43) | namespace NExt { function UInt32 (line 96) | static UInt32 Crc16Calc(Byte const *data, size_t size) type CHeader (line 272) | struct CHeader method IsOldRev (line 328) | bool IsOldRev() const { return RevLevel == EXT4_GOOD_OLD_REV; } method UInt64 (line 330) | UInt64 GetNumGroups() const { return (NumBlocks + BlocksPerGroup -... method UInt64 (line 331) | UInt64 GetNumGroups2() const { return ((UInt64)NumInodes + InodesP... method IsThereFileType (line 333) | bool IsThereFileType() const { return (FeatureIncompat & EXT4_FEAT... method Is64Bit (line 334) | bool Is64Bit() const { return (FeatureIncompat & EXT4_FEATURE_INCO... method UseGdtChecksum (line 335) | bool UseGdtChecksum() const { return (FeatureRoCompat & RO_COMPAT_... method UseMetadataChecksum (line 336) | bool UseMetadataChecksum() const { return (FeatureRoCompat & RO_CO... method UInt64 (line 338) | UInt64 GetPhySize() const { return NumBlocks << BlockBits; } function GetLog (line 344) | static int inline GetLog(UInt32 num) function IsEmptyData (line 352) | static bool inline IsEmptyData(const Byte *data, unsigned size) type CGroupDescriptor (line 498) | struct CGroupDescriptor type CExtentTreeHeader (line 553) | struct CExtentTreeHeader method Parse (line 560) | bool Parse(const Byte *p) type CExtentIndexNode (line 570) | struct CExtentIndexNode method Parse (line 575) | void Parse(const Byte *p) type CExtent (line 584) | struct CExtent method UInt32 (line 591) | UInt32 GetVirtEnd() const { return VirtBlock + Len; } method IsLenOK (line 592) | bool IsLenOK() const { return VirtBlock + Len >= VirtBlock; } method Parse (line 594) | void Parse(const Byte *p) type CExtTime (line 613) | struct CExtTime type CNode (line 619) | struct CNode method CNode (line 646) | CNode(): method IsFlags_HUGE (line 654) | bool IsFlags_HUGE() const { return (Flags & k_NodeFlags_HUGE) !... method IsFlags_EXTENTS (line 655) | bool IsFlags_EXTENTS() const { return (Flags & k_NodeFlags_EXTENTS... method IsDir (line 657) | bool IsDir() const { return MY_LIN_S_ISDIR(Mode); } method IsRegular (line 658) | bool IsRegular() const { return MY_LIN_S_ISREG(Mode); } method IsLink (line 659) | bool IsLink() const { return MY_LIN_S_ISLNK(Mode); } type CItem (line 754) | struct CItem method CItem (line 763) | CItem(): method Clear (line 770) | void Clear() method IsDir (line 779) | bool IsDir() const { return Type == k_Type_DIR; } function HRESULT (line 819) | HRESULT CheckProgress2() function HRESULT (line 825) | HRESULT CheckProgress() function GetParentAux (line 840) | int GetParentAux(const CItem &item) const function HRESULT (line 867) | HRESULT CHandler::ParseDir(const Byte *p, size_t size, unsigned iNodeDir) function CompareItemsNames (line 1016) | static int CompareItemsNames(const unsigned *p1, const unsigned *p2, v... function HRESULT (line 1114) | HRESULT CHandler::SeekAndRead(IInStream *inStream, UInt64 block, Byte ... function HRESULT (line 1129) | HRESULT CHandler::Open2(IInStream *inStream) function Z7_COM7F_IMF (line 1562) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiv... function Z7_COM7F_IMF (line 1605) | Z7_COM7F_IMF(CHandler::Close()) function ChangeSeparatorsInName (line 1621) | static void ChangeSeparatorsInName(char *s, unsigned num) function Z7_COM7F_IMF (line 1722) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function IMP_IInArchive_Props (line 1793) | IMP_IInArchive_Props function UnixTimeToProp (line 1806) | static void UnixTimeToProp(UInt32 val, NCOM::CPropVariant &prop) function Z7_COM7F_IMF (line 1812) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... function Z7_COM7F_IMF (line 1916) | Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) function Z7_COM7F_IMF (line 1923) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PR... function Z7_COM7F_IMF (line 1931) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 1958) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... function ExtTimeToProp (line 1993) | static void ExtTimeToProp(const CExtTime &t, NCOM::CPropVariant &prop) function Z7_COM7F_IMF (line 2030) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... function Z7_COM7F_IMF (line 2178) | Z7_COM7F_IMF(CClusterInStream2::Read(void *data, UInt32 size, UInt32 *pr... function Z7_COM7F_IMF (line 2235) | Z7_COM7F_IMF(CClusterInStream2::Seek(Int64 offset, UInt32 seekOrigin, UI... function HRESULT (line 2266) | HRESULT StartSeek() function Z7_COM7F_IMF (line 2274) | Z7_COM7F_IMF(CExtInStream::Read(void *data, UInt32 size, UInt32 *process... function Z7_COM7F_IMF (line 2349) | Z7_COM7F_IMF(CExtInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 ... function HRESULT (line 2368) | HRESULT CHandler::FillFileBlocks2(UInt32 block, unsigned level, unsigned... function HRESULT (line 2424) | HRESULT CHandler::FillFileBlocks(const Byte *p, unsigned numBlocks, CRec... function AddSkipExtents (line 2470) | static void AddSkipExtents(CRecordVector &extents, UInt32 virtB... function UpdateExtents (line 2489) | static bool UpdateExtents(CRecordVector &extents, UInt32 block) function HRESULT (line 2510) | HRESULT CHandler::FillExtents(const Byte *p, size_t size, CRecordVector<... function HRESULT (line 2567) | HRESULT CHandler::GetStream_Node(unsigned nodeIndex, ISequentialInStream... function HRESULT (line 2681) | HRESULT CHandler::ExtractNode(unsigned nodeIndex, CByteBuffer &data) function Z7_COM7F_IMF (line 2698) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/FatHandler.cpp type CHeader (line 43) | struct CHeader method IsFat32 (line 79) | bool IsFat32() const { return NumFatBits == 32; } method UInt64 (line 80) | UInt64 GetPhySize() const { return (UInt64)NumSectors << SectorSizeLog; } method UInt32 (line 81) | UInt32 SectorSize() const { return (UInt32)1 << SectorSizeLog; } method UInt32 (line 82) | UInt32 ClusterSize() const { return (UInt32)1 << ClusterSizeLog; } method UInt32 (line 83) | UInt32 ClusterToSector(UInt32 c) const { return DataSector + ((c - 2) ... method UInt32 (line 84) | UInt32 IsEoc(UInt32 c) const { return c > BadCluster; } method UInt32 (line 85) | UInt32 IsEocAndUnused(UInt32 c) const { return c > BadCluster && (c & ... method UInt32 (line 86) | UInt32 IsValidCluster(UInt32 c) const { return c >= 2 && c < FatSize; } method UInt32 (line 87) | UInt32 SizeToSectors(UInt32 size) const { return (size + SectorSize() ... method UInt32 (line 88) | UInt32 CalcFatSizeInSectors() const { return SizeToSectors((FatSize * ... method UInt32 (line 90) | UInt32 GetFatSector() const method UInt64 (line 98) | UInt64 GetFilePackSize(UInt32 unpackSize) const method UInt32 (line 104) | UInt32 GetNumClusters(UInt32 size) const function API_FUNC_IsArc (line 114) | API_FUNC_IsArc IsArc_Fat(const Byte *p, size_t size) class CItem (line 301) | class CItem method CItem (line 318) | CItem() {} method NameIsLow (line 321) | bool NameIsLow() const { return (Flags & 0x8) != 0; } method ExtIsLow (line 322) | bool ExtIsLow() const { return (Flags & 0x10) != 0; } method IsDir (line 323) | bool IsDir() const { return (Attrib & 0x10) != 0; } function FatStringToUnicode (line 354) | static void FatStringToUnicode(UString &dest, const char *s) function ParseLongName (line 373) | static unsigned ParseLongName(UInt16 *buf, unsigned numWords) function GetVolName (line 421) | static void GetVolName(const char dosName[11], NWindows::NCOM::CPropVari... type CDatabase (line 431) | struct CDatabase method CDatabase (line 450) | CDatabase(): Fat(NULL) {} method UInt64 (line 462) | UInt64 GetHeadersSize() const method HRESULT (line 467) | HRESULT SeekToCluster(UInt32 cluster) { return SeekToSector(Header.Clu... function HRESULT (line 471) | HRESULT CDatabase::SeekToSector(UInt32 sector) function HRESULT (line 494) | HRESULT CDatabase::OpenProgressFat(bool changeTotal) function HRESULT (line 507) | HRESULT CDatabase::OpenProgress() function HRESULT (line 532) | HRESULT CDatabase::ReadDir(Int32 parent, UInt32 cluster, unsigned level) function HRESULT (line 793) | HRESULT CDatabase::Open() function Z7_COM7F_IMF (line 933) | Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **str... function IMP_IInArchive_Props (line 1020) | IMP_IInArchive_Props function COM_TRY_END (line 1094) | COM_TRY_END function Z7_COM7F_IMF (line 1104) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */ , BSTR *name, P... function Z7_COM7F_IMF (line 1111) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 1121) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... function Z7_COM7F_IMF (line 1143) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/FlvHandler.cpp type NArchive (line 30) | namespace NArchive { type NFlv (line 31) | namespace NFlv { type CItem (line 46) | struct CItem type CItem2 (line 52) | struct CItem2 method IsAudio (line 64) | bool IsAudio() const { return Type == kType_Audio; } function Z7_COM7F_IMF (line 139) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVA... function Z7_COM7F_IMF (line 250) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function HRESULT (line 265) | HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callb... function Z7_COM7F_IMF (line 418) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, const UInt64 *, IArch... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/GptHandler.cpp type NMbr (line 27) | namespace NMbr { type NFat (line 31) | namespace NFat { type NGpt (line 35) | namespace NGpt { type CPartition (line 53) | struct CPartition method IsUnused (line 63) | bool IsUnused() const method UInt64 (line 71) | UInt64 GetSize(unsigned sectorSizeLog) const { return (LastLba - Fir... method UInt64 (line 72) | UInt64 GetPos(unsigned sectorSizeLog) const { return FirstLba << sec... method UInt64 (line 73) | UInt64 GetEnd(unsigned sectorSizeLog) const { return (LastLba + 1) <... method Parse (line 75) | void Parse(const Byte *p) type CPartType (line 88) | struct CPartType function FindPartType (line 132) | static int FindPartType(const Byte *guid) function RawLeGuidToString_Upper (line 142) | static void RawLeGuidToString_Upper(const Byte *g, char *s) function GetItem_ExtractInfo (line 162) | virtual int GetItem_ExtractInfo(UInt32 index, UInt64 &pos, UInt64 &siz... function HRESULT (line 172) | HRESULT CHandler::Open2(IInStream *stream) function FOR_VECTOR (line 292) | FOR_VECTOR (fileIndex, _items) function COM_TRY_END (line 319) | COM_TRY_END function IMP_IInArchive_Props (line 348) | IMP_IInArchive_Props FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/GzHandler.cpp type NArchive (line 35) | namespace NArchive { type NGz (line 36) | namespace NGz { type NFlags (line 45) | namespace NFlags type NExtraFlags (line 55) | namespace NExtraFlags type NHostOS (line 61) | namespace NHostOS type EEnum (line 63) | enum EEnum class CItem (line 113) | class CItem method TestFlag (line 115) | bool TestFlag(Byte flag) const { return (Flags & flag) != 0; } method CItem (line 128) | CItem(): method Clear (line 136) | void Clear() method CopyMetaPropsFrom (line 143) | void CopyMetaPropsFrom(const CItem &a) method CopyDataPropsFrom (line 153) | void CopyDataPropsFrom(const CItem &a) method HeaderCrcIsPresent (line 161) | bool HeaderCrcIsPresent() const { return TestFlag(NFlags::kCrc); } method ExtraFieldIsPresent (line 162) | bool ExtraFieldIsPresent() const { return TestFlag(NFlags::kExtra); } method NameIsPresent (line 163) | bool NameIsPresent() const { return TestFlag(NFlags::kName); } method CommentIsPresent (line 164) | bool CommentIsPresent() const { return TestFlag(NFlags::kComment); } method IsSupported (line 165) | bool IsSupported() const { return (Flags & NFlags::kReserved) == 0; } function HRESULT (line 175) | static HRESULT ReadBytes(NDecoder::CCOMCoder *stream, Byte *data, UI... function HRESULT (line 182) | static HRESULT SkipBytes(NDecoder::CCOMCoder *stream, UInt32 size) function HRESULT (line 189) | static HRESULT ReadUInt16(NDecoder::CCOMCoder *stream, UInt32 &value... function HRESULT (line 203) | static HRESULT ReadString(NDecoder::CCOMCoder *stream, AString &s, s... function UInt32 (line 219) | static UInt32 Is_Deflate(const Byte *p, size_t size) function API_FUNC_static_IsArc (line 254) | API_FUNC_static_IsArc IsArc_Gz(const Byte *p, size_t size) function HRESULT (line 348) | HRESULT CItem::ReadHeader(NDecoder::CCOMCoder *stream) function HRESULT (line 400) | HRESULT CItem::ReadFooter1(NDecoder::CCOMCoder *stream) function HRESULT (line 409) | HRESULT CItem::ReadFooter2(ISequentialInStream *stream) function HRESULT (line 418) | HRESULT CItem::WriteHeader(ISequentialOutStream *stream) function HRESULT (line 441) | HRESULT CItem::WriteFooter(ISequentialOutStream *stream) function CreateDecoder (line 481) | void CreateDecoder() function COM_TRY_END (line 539) | COM_TRY_END function Z7_COM7F_IMF (line 549) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PR... function Z7_COM7F_IMF (line 602) | Z7_COM7F_IMF(CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize... function COM_TRY_END (line 629) | COM_TRY_END FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/HandlerCont.cpp type NArchive (line 15) | namespace NArchive { type NExt (line 17) | namespace NExt { function Z7_COM7F_IMF (line 21) | Z7_COM7F_IMF(CHandlerCont::Extract(const UInt32 *indices, UInt32 numIt... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/HandlerCont.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/HfsHandler.cpp type NArchive (line 31) | namespace NArchive { type NHfs (line 32) | namespace NHfs { type CExtent (line 36) | struct CExtent type CIdExtents (line 42) | struct CIdExtents type CFork (line 49) | struct CFork method CFork (line 56) | CFork(): Size(0), NumBlocks(0) {} method IsEmpty (line 60) | bool IsEmpty() const { return Size == 0 && NumBlocks == 0 && Exten... method Check_Size_with_NumBlocks (line 65) | bool Check_Size_with_NumBlocks(unsigned blockSizeLog) const method IsOk (line 70) | bool IsOk(unsigned blockSizeLog) const method UpgradeAndTest (line 77) | bool UpgradeAndTest(const CObjectVector &items, UInt32... function UInt32 (line 106) | UInt32 CFork::Calc_NumBlocks_from_Extents() const function FOR_VECTOR (line 117) | FOR_VECTOR (i, Extents) type CIdIndexPair (line 127) | struct CIdIndexPair function FindItemIndex (line 143) | static int FindItemIndex(const CRecordVector &items, U... function Find_in_IdExtents (line 160) | static int Find_in_IdExtents(const CObjectVector &items,... type CVolHeader (line 190) | struct CVolHeader method UInt64 (line 212) | UInt64 GetPhySize() const { return (UInt64)NumBlocks << BlockSizeL... method UInt64 (line 213) | UInt64 GetFreeSize() const { return (UInt64)NumFreeBlocks << Block... method IsHfsX (line 214) | bool IsHfsX() const { return Is_Hsfx_ver5; } function HfsTimeToFileTime (line 217) | inline void HfsTimeToFileTime(UInt32 hfsTime, FILETIME &ft) type ERecordType (line 224) | enum ERecordType function MethodsMaskToProp (line 347) | void MethodsMaskToProp(UInt32 methodsMask, NWindows::NCOM::CPropVari... type CItem (line 353) | struct CItem method CItem (line 395) | CItem(): method IsDir (line 398) | bool IsDir() const { return Type == RECORD_TYPE_FOLDER; } type CAttr (line 403) | struct CAttr method UInt64 (line 416) | UInt64 GetSize() const method CAttr (line 423) | CAttr(): type CRef (line 434) | struct CRef method CRef (line 440) | CRef(): AttrIndex(kAttrIndex_Item), Parent(-1) {} method IsResource (line 441) | bool IsResource() const { return AttrIndex == kAttrIndex_Resource; } method IsAltStream (line 442) | bool IsAltStream() const { return AttrIndex != kAttrIndex_Item; } method IsItem (line 443) | bool IsItem() const { return AttrIndex == kAttrIndex_Item; } class CDatabase (line 447) | class CDatabase method Clear (line 474) | void Clear() method UInt64 (line 492) | UInt64 Get_UnpackSize_of_Ref(const CRef &ref) const function HRESULT (line 595) | HRESULT CDatabase::ReadFile(const CFork &fork, CByteBuffer &buf, IIn... type CNodeDescriptor (line 627) | struct CNodeDescriptor type CHeaderRec (line 667) | struct CHeaderRec function HRESULT (line 688) | HRESULT CHeaderRec::Parse2(const CByteBuffer &buf) function HRESULT (line 737) | HRESULT CDatabase::LoadExtentFile(const CFork &fork, IInStream *inSt... function LoadName (line 844) | static void LoadName(const Byte *data, unsigned len, UString &dest) function IsNameEqualTo (line 859) | static bool IsNameEqualTo(const Byte *data, const char *name) function HRESULT (line 875) | HRESULT CDatabase::LoadAttrs(const CFork &fork, IInStream *inStream,... function HRESULT (line 1031) | HRESULT CDatabase::LoadCatalog(const CFork &fork, const CObjectVecto... function API_FUNC_static_IsArc (line 1340) | API_FUNC_static_IsArc IsArc_HFS(const Byte *p, size_t size) function HRESULT (line 1355) | HRESULT CDatabase::Open2(IInStream *inStream, IArchiveOpenCallback *pr... function IMP_IInArchive_Props (line 1605) | IMP_IInArchive_Props function COM_TRY_END (line 1662) | COM_TRY_END function Z7_COM7F_IMF (line 1671) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PR... function Z7_COM7F_IMF (line 1678) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 1688) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... function COM_TRY_END (line 1799) | COM_TRY_END FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/HfsHandler.h function namespace (line 11) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/IArchive.h function namespace (line 44) | namespace NFileTimeType function namespace (line 56) | namespace NArcInfoFlags function namespace (line 82) | namespace NArcInfoTimeFlags function namespace (line 97) | namespace NArchive function namespace (line 333) | namespace NParentType function namespace (line 342) | namespace NPropDataType function namespace (line 463) | namespace NUpdateNotifyOp function namespace (line 571) | namespace NRequestMemoryUseFlags function namespace (line 591) | namespace NRequestMemoryAnswerFlags type CStatProp (line 622) | struct CStatProp function namespace (line 629) | namespace NWindows { type GUID (line 709) | typedef HRESULT (WINAPI *Func_CreateObject)(const GUID *clsID, const GUI... type IOutArchive (line 725) | typedef IOutArchive * (*Func_CreateOutArchive)(); type IInArchive (line 726) | typedef IInArchive * (*Func_CreateInArchive)(); FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/IhexHandler.cpp type NArchive (line 19) | namespace NArchive { type NIhex (line 20) | namespace NIhex { type CBlock (line 24) | struct CBlock function IMP_IInArchive_Props (line 49) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 58) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function Z7_COM7F_IMF (line 78) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVA... function Parse (line 104) | static int Parse(const Byte *p) function API_FUNC_static_IsArc (line 126) | API_FUNC_static_IsArc IsArc_Ihex(const Byte *p, size_t size) function Z7_COM7F_IMF (line 218) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... function COM_TRY_END (line 423) | COM_TRY_END function Z7_COM7F_IMF (line 438) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoHandler.cpp function COM_TRY_END (line 63) | COM_TRY_END function Z7_COM7F_IMF (line 73) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function AddString (line 79) | static void AddString(AString &s, const char *name, const Byte *p, unsig... function AddProp_Size64 (line 95) | static void AddProp_Size64(AString &s, const char *name, UInt64 size) function AddErrorMessage (line 105) | static void AddErrorMessage(AString &s, const char *message) function Z7_COM7F_IMF (line 112) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoHandler.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoHeader.cpp type NArchive (line 7) | namespace NArchive { type NIso (line 8) | namespace NIso { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoHeader.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoIn.cpp type NArchive (line 15) | namespace NArchive { type NIso (line 16) | namespace NIso { type CUnexpectedEndException (line 18) | struct CUnexpectedEndException {} type CHeaderErrorException (line 19) | struct CHeaderErrorException {} type CEndianErrorException (line 20) | struct CEndianErrorException {} function AString (line 48) | AString CBootInitialEntry::GetName() const function Byte (line 85) | Byte CInArchive::ReadByte() function UInt16 (line 128) | UInt16 CInArchive::ReadUInt16() function UInt32 (line 142) | UInt32 CInArchive::ReadUInt32Le() function UInt32 (line 150) | UInt32 CInArchive::ReadUInt32Be() function UInt32 (line 161) | UInt32 CInArchive::ReadUInt32() function UInt32 (line 175) | UInt32 CInArchive::ReadDigits(int numDigits) function CheckSignature (line 315) | static inline bool CheckSignature(const Byte *sig, const Byte *data) function HRESULT (line 514) | HRESULT CInArchive::Open2() function HRESULT (line 674) | HRESULT CInArchive::Open(IInStream *inStream) function UInt64 (line 708) | UInt64 CInArchive::GetBootItemSize(unsigned index) const FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoIn.h function namespace (line 13) | namespace NArchive { type CVolumeDescriptor (line 188) | struct CVolumeDescriptor type CRef (line 232) | struct CRef function class (line 242) | class CInArchive FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoItem.h function namespace (line 15) | namespace NArchive { type EPx (line 42) | enum EPx type CDirRecord (line 68) | struct CDirRecord function Byte (line 100) | const Byte* FindSuspRecord(unsigned skipSize, Byte id0, Byte id1, unsign... function Byte (line 126) | const Byte* GetNameCur(bool checkSusp, unsigned skipSize, unsigned &name... function GetSymLink (line 151) | bool GetSymLink(unsigned skipSize, AString &link) const function GetLe32Be32 (line 210) | static bool GetLe32Be32(const Byte *p, UInt32 &dest) function GetPx (line 223) | bool GetPx(unsigned skipSize, unsigned pxType, UInt32 &val) const function CheckSusp (line 287) | bool CheckSusp(const Byte *p, unsigned &startPos) const function CheckSusp (line 302) | bool CheckSusp(unsigned &startPos) const FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Iso/IsoRegister.cpp type NArchive (line 9) | namespace NArchive { type NIso (line 10) | namespace NIso { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/LpHandler.cpp type NExt (line 33) | namespace NExt { function AddName36ToString (line 69) | static void AddName36ToString(AString &s, const char *name, bool strictC... type CGeometry (line 86) | struct CGeometry method Parse (line 104) | bool Parse(const Byte *p) method UInt64 (line 118) | UInt64 GetTotalMetadataSize() const type CDescriptor (line 130) | struct CDescriptor method CheckLimits (line 143) | bool CheckLimits(UInt32 limit) const type CPartition (line 190) | struct CPartition method Parse (line 208) | void Parse(const Byte *p) method UInt64 (line 223) | UInt64 GetSize() const { return NumSectors << kSectorSizeLog; } method UInt64 (line 224) | UInt64 GetPackSize() const { return NumSectors_Pack << kSectorSizeLog; } method CPartition (line 226) | CPartition(): function IsRAW (line 263) | bool IsRAW() const { return target_type == LP_TARGET_TYPE_LINEAR; } type CGroup (line 283) | struct CGroup type CDevice (line 317) | struct CDevice method Parse (line 358) | void Parse(const Byte *p) type LpMetadataHeader (line 384) | struct LpMetadataHeader method Parse128 (line 440) | void Parse128(const Byte *p) method CheckSha256 (line 461) | static bool CheckSha256(const Byte *data, size_t size, const Byte *che... method CheckSha256_csOffset (line 473) | static bool CheckSha256_csOffset(Byte *data, size_t size, unsigned has... function AddComment_UInt64 (line 512) | static void AddComment_UInt64(AString &s, const char *name, UInt64 val) function IsBufZero (line 521) | static bool IsBufZero(const Byte *data, size_t size) function HRESULT (line 530) | HRESULT CHandler::Open2(IInStream *stream) function FOR_VECTOR (line 745) | FOR_VECTOR (fileIndex, _items) function COM_TRY_END (line 771) | COM_TRY_END function COM_TRY_END (line 912) | COM_TRY_END function COM_TRY_END (line 979) | COM_TRY_END FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/LvmHandler.cpp type NLvm (line 29) | namespace NLvm { type CPropVal (line 46) | struct CPropVal method CPropVal (line 52) | CPropVal(): IsNumber(false), Number(0) {} type CConfigProp (line 56) | struct CConfigProp method CConfigProp (line 64) | CConfigProp(): IsVector(false) {} class CConfigItem (line 68) | class CConfigItem type CConfig (line 84) | struct CConfig function IsSpaceChar (line 92) | static bool IsSpaceChar(char c) type CPhyVol (line 369) | struct CPhyVol method Parse (line 381) | bool Parse(const CConfigItem &ci) type CStripe (line 394) | struct CStripe type CSegment (line 400) | struct CSegment method IsPosSizeOk (line 407) | bool IsPosSizeOk() const method UInt64 (line 414) | UInt64 GetEndExtent() const { return start_extent + extent_count; } method Parse (line 416) | bool Parse(const CConfigItem &si) type CLogVol (line 459) | struct CLogVol method CLogVol (line 477) | CLogVol(): /* Pos(0), Size(0), */ IsSupported(false) {} method Parse (line 479) | bool Parse(const CConfigItem &ci) method GetNumExtents (line 514) | bool GetNumExtents(UInt64 &numExtents) const type CItem (line 532) | struct CItem method CItem (line 541) | CItem(): LogVol(-1), PhyVol(-1), Pos(0), Size(0), IsSupported(false) {} type CVolGroup (line 545) | struct CVolGroup method Clear (line 561) | void Clear() function GetItem_ExtractInfo (line 589) | virtual int GetItem_ExtractInfo(UInt32 index, UInt64 &pos, UInt64 &siz... function UInt32 (line 608) | static UInt32 Z7_FASTCALL LvmCrcCalc(const void *data, size_t size) type CRawLocn (line 613) | struct CRawLocn method IsEmpty (line 620) | bool IsEmpty() const { return Offset == 0 && Size == 0; } method Parse (line 622) | void Parse(const Byte *p) type mda_header (line 633) | struct mda_header method Parse (line 640) | bool Parse(const Byte *p, size_t size) function GetLog (line 670) | static int inline GetLog(UInt64 num) function HRESULT (line 680) | HRESULT CHandler::Open2(IInStream *stream) function COM_TRY_END (line 942) | COM_TRY_END function IMP_IInArchive_Props (line 979) | IMP_IInArchive_Props FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/LzhHandler.cpp function UInt32 (line 47) | UInt32 LzhCrc16Update(UInt32 crc, const void *data, size_t size) type CLzhCrc16TableInit (line 56) | struct CLzhCrc16TableInit method CLzhCrc16TableInit (line 58) | CLzhCrc16TableInit() type NArchive (line 71) | namespace NArchive { type NLzh (line 72) | namespace NLzh{ type CExtension (line 80) | struct CExtension method AString (line 85) | AString GetString() const function API_FUNC_static_IsArc (line 95) | API_FUNC_static_IsArc IsArc_Lzh(const Byte *p, size_t size) type CItem (line 109) | struct CItem method IsValidMethod (line 122) | bool IsValidMethod() const { return (Method[0] == '-' && Method[1] ... method IsLhMethod (line 123) | bool IsLhMethod() const {return (IsValidMethod() && Method[2] == 'h... method IsDir (line 124) | bool IsDir() const {return (IsLhMethod() && Method[3] == 'd'); } method IsCopyMethod (line 126) | bool IsCopyMethod() const method IsLh1GroupMethod (line 132) | bool IsLh1GroupMethod() const method IsLh4GroupMethod (line 144) | bool IsLh4GroupMethod() const method GetNumDictBits (line 159) | unsigned GetNumDictBits() const method FindExt (line 176) | int FindExt(Byte type) const method GetUnixTime (line 184) | bool GetUnixTime(UInt32 &value) const method AString (line 203) | AString GetDirName() const method AString (line 211) | AString GetFileName() const method AString (line 219) | AString GetName() const function Byte (line 232) | static const Byte *ReadUInt16(const Byte *p, UInt16 &v) function Byte (line 238) | static const Byte *ReadString(const Byte *p, size_t size, AString &s) function Byte (line 251) | static Byte CalcSum(const Byte *data, size_t size) function HRESULT (line 259) | static HRESULT GetNextItem(ISequentialInStream *stream, bool &filled, ... function ReleaseStream (line 396) | void ReleaseStream() { _stream.Release(); } function UInt32 (line 397) | UInt32 GetCRC() const { return _crc; } function Z7_COM7F_IMF (line 400) | Z7_COM7F_IMF(COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... type CItemEx (line 412) | struct CItemEx: public CItem function IMP_IInArchive_Props (line 429) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 434) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 440) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... function Z7_COM7F_IMF (line 457) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/LzmaHandler.cpp type NArchive (line 24) | namespace NArchive { type NLzma (line 25) | namespace NLzma { function CheckDicSize (line 27) | static bool CheckDicSize(const Byte *p) type CHeader (line 51) | struct CHeader method Byte (line 57) | Byte GetProp() const { return LzmaProps[0]; } method UInt32 (line 58) | UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } method HasSize (line 59) | bool HasSize() const { return (Size != (UInt64)(Int64)-1); } function Z7_final (line 79) | class CDecoder Z7_final function HRESULT (line 99) | HRESULT CDecoder::Create(bool filteredMode, ISequentialInStream *inS... function HRESULT (line 123) | HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *... function GetHeaderSize (line 190) | unsigned GetHeaderSize() const { return 5 + 8 + (_lzma86 ? 1 : 0); } function IMP_IInArchive_Props (line 195) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 224) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 279) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 293) | API_FUNC_static_IsArc IsArc_Lzma(const Byte *p, size_t size) function API_FUNC_static_IsArc (line 325) | API_FUNC_static_IsArc IsArc_Lzma86(const Byte *p, size_t size) function Z7_COM7F_IMF (line 338) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, const UInt64 *, IArchiv... function Z7_COM7F_IMF (line 390) | Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream)) function Z7_COM7F_IMF (line 398) | Z7_COM7F_IMF(CHandler::Close()) function Init (line 426) | void Init(IArchiveOpenCallback *callback) { Callback = callback; } function Z7_COM7F_IMF (line 429) | Z7_COM7F_IMF(CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize... function Z7_COM7F_IMF (line 440) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, type NLzmaAr (line 583) | namespace NLzmaAr { type NLzma86Ar (line 597) | namespace NLzma86Ar { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/MachoHandler.cpp function UInt32 (line 21) | static UInt32 Get32(const Byte *p, bool be) { if (be) return GetBe32(p);... function UInt64 (line 22) | static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64(p);... type EFileType (line 107) | enum EFileType type CSegment (line 209) | struct CSegment type CSection (line 217) | struct CSection method CSection (line 231) | CSection(): IsDummy(false) {} method UInt64 (line 233) | UInt64 GetPackSize() const { return PSize; } function IMP_IInArchive_Props (line 278) | IMP_IInArchive_Props function AddName (line 369) | static void AddName(AString &s, const char *name) function Z7_COM7F_IMF (line 378) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... function HRESULT (line 463) | HRESULT CHandler::Open2(ISequentialInStream *stream) function Z7_COM7F_IMF (line 632) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/MbrHandler.cpp type NArchive (line 32) | namespace NArchive { type NFat (line 34) | namespace NFat { type NMbr (line 38) | namespace NMbr { type CChs (line 40) | struct CChs method UInt32 (line 46) | UInt32 GetSector() const { return SectCyl & 0x3F; } method UInt32 (line 47) | UInt32 GetCyl() const { return ((UInt32)SectCyl >> 6 << 8) | Cyl8; } method Parse (line 50) | void Parse(const Byte *p) method Check (line 56) | bool Check() const { return GetSector() > 0; } type CPartition (line 82) | struct CPartition method CPartition (line 91) | CPartition() { memset (this, 0, sizeof(*this)); } method IsEmpty (line 93) | bool IsEmpty() const { return Type == 0; } method IsExtended (line 94) | bool IsExtended() const { return Type == 5 || Type == 0xF; } method UInt32 (line 95) | UInt32 GetLimit() const { return Lba + NumBlocks; } method UInt64 (line 97) | UInt64 GetPos(unsigned sectorSizeLog) const { return (UInt64)Lba <... method UInt64 (line 98) | UInt64 GetSize(unsigned sectorSizeLog) const { return (UInt64)NumB... method CheckLbaLimits (line 100) | bool CheckLbaLimits() const { return (UInt32)0xFFFFFFFF - Lba >= N... method Parse (line 101) | bool Parse(const Byte *p) method Print (line 121) | void Print() const type CPartType (line 131) | struct CPartType function FindPartType (line 178) | static int FindPartType(UInt32 type) type CItem (line 186) | struct CItem method CItem (line 195) | CItem(): function Z7_override (line 213) | Z7_override Z7_final function HRESULT (line 236) | HRESULT CHandler::ReadTables(IInStream *stream, UInt32 baseLba, UInt32... function Is_Ntfs (line 376) | static bool Is_Ntfs(const Byte *p) function Is_ExFat (line 391) | static bool Is_ExFat(const Byte *p) function AllAreZeros (line 400) | static bool AllAreZeros(const Byte *p, size_t size) function Is_Udf (line 411) | static bool Is_Udf(const Byte *p) function Z7_COM7F_IMF (line 450) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/MslzHandler.cpp type NMslz (line 20) | namespace NMslz { function IMP_IInArchive_Props (line 53) | IMP_IInArchive_Props function COM_TRY_END (line 83) | COM_TRY_END function Z7_COM7F_IMF (line 159) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 * /* maxChec... function COM_TRY_END (line 184) | COM_TRY_END function HRESULT (line 218) | static HRESULT MslzDec(CInBuffer &inStream, ISequentialOutStream *outStr... function Z7_COM7F_IMF (line 277) | Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/MubHandler.cpp type NArchive (line 22) | namespace NArchive { type NMub (line 23) | namespace NMub { type CItem (line 39) | struct CItem function GetItem_ExtractInfo (line 62) | virtual int GetItem_ExtractInfo(UInt32 index, UInt64 &pos, UInt64 &s... function IMP_IInArchive_Props (line 84) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 98) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVA... function HRESULT (line 154) | HRESULT CHandler::Open2(IInStream *stream) function Z7_COM7F_IMF (line 216) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisDecode.cpp type NArchive (line 17) | namespace NArchive { type NNsis (line 18) | namespace NNsis { function UInt64 (line 20) | UInt64 CDecoder::GetInputProcessedSize() const function HRESULT (line 32) | HRESULT CDecoder::Init(ISequentialInStream *inStream, bool &useFilter) function HRESULT (line 124) | HRESULT CDecoder::SetToPos(UInt64 pos, ICompressProgressInfo *progress) function HRESULT (line 146) | HRESULT CDecoder::Decode(CByteBuffer *outBuf, bool unpackSizeDefined... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisDecode.h function namespace (line 15) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisHandler.cpp function IMP_IInArchive_Props (line 60) | IMP_IInArchive_Props function AString (line 79) | static AString GetMethod(bool useFilter, NMethodType::EEnum method, UInt... function Z7_COM7F_IMF (line 115) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisHandler.h function namespace (line 14) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisIn.cpp type NArchive (line 17) | namespace NArchive { type NNsis (line 18) | namespace NNsis { type CCommandInfo (line 173) | struct CCommandInfo function UIntToString (line 420) | static inline void UIntToString(AString &s, UInt32 v) function Add_SignedInt (line 434) | static void Add_SignedInt(CDynLimBuf &s, Int32 v) function Add_Hex (line 441) | static void Add_Hex(CDynLimBuf &s, UInt32 v) function UInt32 (line 450) | static UInt32 GetUi16Str_Len(const Byte *p) function FOR_VECTOR (line 471) | FOR_VECTOR (i, LicenseFiles) function AreStringsEqual_16and8 (line 670) | static bool AreStringsEqual_16and8(const Byte *p16, const char *p8) function UInt32 (line 1253) | UInt32 CInArchive::GetNumUsedVars() const function FlagsToString2 (line 1460) | static void FlagsToString2(CDynLimBuf &s, const char * const *table,... function DoesNeedQuotes (line 1487) | static bool DoesNeedQuotes(const char *s) function GetNumParams (line 1539) | static unsigned GetNumParams(const UInt32 *params, unsigned num) function IsPageFunc (line 1565) | inline bool IsPageFunc(UInt32 flag) function IsFunc (line 1570) | inline bool IsFunc(UInt32 flag) function IsProbablyEndOfFunc (line 1576) | inline bool IsProbablyEndOfFunc(UInt32 flag) function NoLabels (line 1659) | static bool NoLabels(const UInt32 *labels, UInt32 num) function StringToUInt32 (line 1747) | static bool StringToUInt32(const char *s, UInt32 &res) type CNsis_CtlColors (line 1762) | struct CNsis_CtlColors function Add_ShowWindow_Cmd_2 (line 1855) | static void Add_ShowWindow_Cmd_2(AString &s, UInt32 cmd) function AddString (line 2351) | static void AddString(AString &dest, const char *src) function AString (line 2357) | AString CInArchive::GetFormatDescription() const function UInt32 (line 2413) | UInt32 CInArchive::GetCmd(UInt32 a) function Int32 (line 2734) | Int32 CInArchive::GetVarIndex(UInt32 strPos) const function Int32 (line 2790) | Int32 CInArchive::GetVarIndex(UInt32 strPos, UInt32 &resOffset) const function Int32 (line 2811) | Int32 CInArchive::GetVarIndexFinished(UInt32 strPos, Byte endChar, U... function IsDrivePath (line 2865) | static bool IsDrivePath(const wchar_t *s) { return IS_LETTER_CHAR(s[... function IsDrivePath (line 2866) | static bool IsDrivePath(const char *s) { return IS_LETTER_CHAR(s[... function IsAbsolutePath (line 2868) | static bool IsAbsolutePath(const wchar_t *s) function IsAbsolutePath (line 2873) | static bool IsAbsolutePath(const char *s) function HRESULT (line 2896) | HRESULT CInArchive::ReadEntries(const CBlockHeader &bh) function CompareItems (line 4994) | static int CompareItems(void *const *p1, void *const *p2, void *param) function HRESULT (line 5038) | HRESULT CInArchive::SortItems() function HRESULT (line 5177) | HRESULT CInArchive::Parse() function IsLZMA (line 5725) | static bool IsLZMA(const Byte *p, UInt32 &dictionary) function IsLZMA (line 5733) | static bool IsLZMA(const Byte *p, UInt32 &dictionary, bool &thereIsF... function IsBZip2 (line 5748) | static bool IsBZip2(const Byte *p) function HRESULT (line 5753) | HRESULT CInArchive::Open2(const Byte *sig, size_t size) function CheckPeOffset (line 5927) | static inline bool CheckPeOffset(UInt32 pe) function IsArc_Pe (line 5933) | static bool IsArc_Pe(const Byte *p, size_t size) function HRESULT (line 5953) | HRESULT CInArchive::Open(IInStream *inStream, const UInt64 *maxCheck... function UString (line 6090) | UString CInArchive::ConvertToUnicode(const AString &s) const FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisIn.h function namespace (line 23) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Nsis/NsisRegister.cpp type NArchive (line 9) | namespace NArchive { type NNsis (line 10) | namespace NNsis { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/NtfsHandler.cpp type NArchive (line 56) | namespace NArchive { type Ntfs (line 57) | namespace Ntfs { type CHeader (line 70) | struct CHeader method UInt64 (line 84) | UInt64 GetPhySize_Clusters() const { return NumClusters << Cluster... method UInt64 (line 85) | UInt64 GetPhySize_Max() const { return (NumSectors + 1) << SectorS... method UInt32 (line 86) | UInt32 ClusterSize() const { return (UInt32)1 << ClusterSizeLog; } function GetLog (line 90) | static int GetLog(UInt32 num) type CMftRef (line 215) | struct CMftRef method UInt64 (line 219) | UInt64 GetIndex() const { return Val & (((UInt64)1 << 48) - 1); } method UInt16 (line 220) | UInt16 GetNumber() const { return (UInt16)(Val >> 48); } method IsBaseItself (line 221) | bool IsBaseItself() const { return Val == 0; } method CMftRef (line 223) | CMftRef(): Val(0) {} type CFileNameAttr (line 264) | struct CFileNameAttr method IsDos (line 280) | bool IsDos() const { return NameType == kFileNameType_Dos; } method IsWin32 (line 281) | bool IsWin32() const { return (NameType == kFileNameType_Win32); } method CFileNameAttr (line 285) | CFileNameAttr(): function GetString (line 291) | static void GetString(const Byte *p, const unsigned len, UString2 &res) type CSiAttr (line 330) | struct CSiAttr method CSiAttr (line 349) | CSiAttr(): type CExtent (line 377) | struct CExtent method IsEmpty (line 382) | bool IsEmpty() const { return Phy == kEmptyExtent; } type CVolInfo (line 385) | struct CVolInfo type CAttr (line 404) | struct CAttr method IsCompressionUnitSupported (line 430) | bool IsCompressionUnitSupported() const { return CompressionUnit =... method ParseFileName (line 433) | bool ParseFileName(CFileNameAttr &a) const { return a.Parse(Data, ... method ParseSi (line 434) | bool ParseSi(CSiAttr &a) const { return a.Parse(Data, (unsigned)Da... method ParseVolInfo (line 435) | bool ParseVolInfo(CVolInfo &a) const { return a.Parse(Data, (unsig... method UInt64 (line 437) | UInt64 GetSize() const { return NonResident ? Size : Data.Size(); } method UInt64 (line 438) | UInt64 GetPackSize() const function CompareAttr (line 450) | static int CompareAttr(void *const *elem1, void *const *elem2, void *) function UInt32 (line 469) | UInt32 CAttr::Parse(const Byte *p, unsigned size) function HRESULT (line 686) | HRESULT SeekToPhys() { return InStream_SeekSet(Stream, _physPos); } function UInt32 (line 687) | UInt32 GetCuSize() const { return (UInt32)1 << (BlockSizeLog + Compr... function Lznt1Dec (line 713) | static size_t Lznt1Dec(Byte *dest, size_t outBufLim, size_t destLen, con... function Z7_COM7F_IMF (line 798) | Z7_COM7F_IMF(CInStream::Read(void *data, UInt32 size, UInt32 *processedS... function Z7_COM7F_IMF (line 983) | Z7_COM7F_IMF(CInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *ne... function HRESULT (line 1004) | static HRESULT DataParseExtents(unsigned clusterSizeLog, const CObjectVe... type CDataRef (line 1054) | struct CDataRef type CMftRec (line 1072) | struct CMftRec method FindWin32Name_for_DosName (line 1095) | int FindWin32Name_for_DosName(unsigned dosNameIndex) const method FindDosName (line 1108) | int FindDosName(unsigned nameIndex) const method MoveAttrsFrom (line 1130) | void MoveAttrsFrom(CMftRec &src) method UInt64 (line 1138) | UInt64 GetPackSize() const method Is_Magic_Empty (line 1148) | bool Is_Magic_Empty() const method Is_Magic_FILE (line 1154) | bool Is_Magic_FILE() const { return (Magic == kMagic_FILE); } method Is_Magic_CanIgnore (line 1156) | bool Is_Magic_CanIgnore() const method InUse (line 1168) | bool InUse() const { return (Flags & 1) != 0; } method IsDir (line 1169) | bool IsDir() const { return (Flags & 2) != 0; } method UInt64 (line 1176) | UInt64 GetSize(unsigned dataIndex) const { return DataAttrs[DataRefs[d... method CMftRec (line 1178) | CMftRec(): function HRESULT (line 1202) | HRESULT CMftRec::GetStream(IInStream *mainStream, int dataIndex, type CItem (line 1420) | struct CItem method CItem (line 1436) | CItem(): DataIndex(k_Item_DataIndex_IsDir), ParentFolder(-1), ParentHo... method IsAltStream (line 1438) | bool IsAltStream() const { return ParentHost != -1; } method IsDir (line 1439) | bool IsDir() const { return DataIndex == k_Item_DataIndex_IsDir; } type CDatabase (line 1445) | struct CDatabase method InitProps (line 1474) | void InitProps() method CDatabase (line 1482) | CDatabase() { InitProps(); } method Find_DirItem_For_MftRec (line 1493) | int Find_DirItem_For_MftRec(UInt64 recIndex) const method ParseSecuritySDS (line 1528) | void ParseSecuritySDS() function HRESULT (line 1540) | HRESULT CDatabase::SeekToCluster(UInt64 cluster) function CopyName (line 1567) | static void CopyName(wchar_t *dest, const wchar_t *src) function HRESULT (line 1734) | HRESULT CDatabase::ParseSecuritySDS_2() function HRESULT (line 1770) | HRESULT CDatabase::Open() function Z7_COM7F_IMF (line 2206) | Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) function Z7_COM7F_IMF (line 2212) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 index, BSTR *name, PROPID *... function Z7_COM7F_IMF (line 2219) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 2249) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... function Z7_COM7F_IMF (line 2318) | Z7_COM7F_IMF(CHandler::GetStream(UInt32 index, ISequentialInStream **str... function IMP_IInArchive_Props (line 2428) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 2439) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/PeHandler.cpp type NPe (line 39) | namespace NPe { function HRESULT (line 43) | static HRESULT CalcCheckSum(ISequentialInStream *stream, UInt32 size, ... type CVersion (line 105) | struct CVersion method Parse (line 110) | void Parse(const Byte *p) type CHeader (line 135) | struct CHeader method IsDll (line 148) | bool IsDll() const { return (Flags & PE_IMAGE_FILE_DLL) != 0; } type CDirLink (line 170) | struct CDirLink method CDirLink (line 175) | CDirLink(): Va(0), Size(0) {} method Parse (line 176) | void Parse(const Byte *p) type CDebugEntry (line 214) | struct CDebugEntry method Parse (line 224) | void Parse(const Byte *p) type COptHeader (line 244) | struct COptHeader method Is64Bit (line 280) | bool Is64Bit() const { return Magic == PE_OptHeader_Magic_64; } method GetNumFileAlignBits (line 283) | int GetNumFileAlignBits() const method IsSybSystem_EFI (line 291) | bool IsSybSystem_EFI() const type CSection (line 379) | struct CSection method CSection (line 395) | CSection(): method Set_Size_for_all (line 403) | void Set_Size_for_all(UInt32 size) method UInt32 (line 408) | UInt32 GetSize_Extract() const method UpdateTotalSize (line 413) | void UpdateTotalSize(UInt32 &totalSize) const method Compare (line 422) | int Compare(const CSection &s) const function GetName (line 433) | static void GetName(const Byte *name, AString &res) type CTableItem (line 633) | struct CTableItem type CResItem (line 643) | struct CResItem method IsNameEqual (line 656) | bool IsNameEqual(const CResItem &item) const { return Lang == item.L... method UInt32 (line 657) | UInt32 GetSize() const { return Size + HeaderSize; } method IsBmp (line 658) | bool IsBmp() const { return Type == 2; } method IsIcon (line 659) | bool IsIcon() const { return Type == 3; } method IsString (line 660) | bool IsString() const { return Type == 6; } method IsRcData (line 661) | bool IsRcData() const { return Type == 10; } method IsVersion (line 662) | bool IsVersion() const { return Type == 16; } method IsRcDataOrUnknown (line 663) | bool IsRcDataOrUnknown() const { return IsRcData() || Type > 64; } type CTextFile (line 666) | struct CTextFile method FinalSize (line 670) | size_t FinalSize() const { return Buf.GetPos(); } method AddBytes (line 678) | void AddBytes(const Byte *p, size_t size) method OpenBlock (line 683) | void OpenBlock(int num) method CloseBlock (line 689) | void CloseBlock(int num) type CStringItem (line 743) | struct CStringItem: public CTextFile type CByteBuffer_WithLang (line 748) | struct CByteBuffer_WithLang: public CByteBuffer type CMixItem (line 754) | struct CMixItem method CMixItem (line 761) | CMixItem(): SectionIndex(-1), ResourceIndex(-1), StringIndex(-1), Ve... method IsSectionItem (line 762) | bool IsSectionItem() const { return ResourceIndex < 0 && StringIndex... type CUsedBitmap (line 765) | struct CUsedBitmap method Alloc (line 769) | void Alloc(size_t size) method Free (line 776) | void Free() method SetRange (line 781) | bool SetRange(size_t from, unsigned size) type CStringKeyValue (line 796) | struct CStringKeyValue function IsOpt (line 830) | bool IsOpt() const { return _header.OptHeaderSize != 0; } function CheckItem (line 849) | bool CheckItem(const CSection §, const CResItem &item, size_t offs... function IMP_IInArchive_Props (line 936) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 945) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function HRESULT (line 1068) | HRESULT CHandler::ReadString(UInt32 offset, UString &dest) const function Z7_COM7F_IMF (line 1129) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVA... function HRESULT (line 1252) | HRESULT CHandler::LoadDebugSections(IInStream *stream, bool &thereIsSe... function HRESULT (line 1325) | HRESULT CHandler::ReadTable(UInt32 offset, CRecordVector &... type CBitmapInfoHeader (line 1359) | struct CBitmapInfoHeader function UInt32 (line 1387) | static UInt32 GetImageSize(UInt32 xSize, UInt32 ySize, UInt32 bitCount) function UInt32 (line 1392) | static UInt32 SetBitmapHeader(Byte *dest, const Byte *src, UInt32 size) function UInt32 (line 1420) | static UInt32 SetIconHeader(Byte *dest, const Byte *src, UInt32 size) type CMy_VS_FIXEDFILEINFO (line 1544) | struct CMy_VS_FIXEDFILEINFO function PrintUInt32 (line 1583) | static void PrintUInt32(CTextFile &f, UInt32 v) function PrintUInt32 (line 1590) | static inline void PrintUInt32(UString &dest, UInt32 v) function PrintHex (line 1595) | static void PrintHex(CTextFile &f, UInt32 val) function PrintVersion (line 1604) | static void PrintVersion(CTextFile &f, UInt32 ms, UInt32 ls) function PrintVersion (line 1612) | static void PrintVersion(UString &s, UInt32 ms, UInt32 ls) function FindKey (line 1700) | static int FindKey(CObjectVector &v, const char *key) function AddToUniqueUStringVector (line 1708) | static void AddToUniqueUStringVector(CObjectVector &v... function CopyToUString (line 1841) | static void CopyToUString(const Byte *p, UString &s) function CopyToUString_ByLen16 (line 1853) | static void CopyToUString_ByLen16(const Byte *p, unsigned numChars16, ... function CompareWStrStrings (line 1863) | static bool CompareWStrStrings(const Byte *p, const char *s) type CVersionBlock (line 1877) | struct CVersionBlock function Get_Utf16Str_Len_InBytes (line 1887) | static int Get_Utf16Str_Len_InBytes(const Byte *p, size_t size) function Get_Utf16Str_Len_InBytes_AllowNonZeroTail (line 1900) | static int Get_Utf16Str_Len_InBytes_AllowNonZeroTail(const Byte *p, si... function AddParamString (line 1939) | static void AddParamString(CTextFile &f, const Byte *p, size_t sLen) function ParseVersion (line 1947) | static bool ParseVersion(const Byte *p, UInt32 size, CTextFile &f, COb... function HRESULT (line 2131) | HRESULT CHandler::OpenResources(unsigned sectionIndex, IInStream *stre... function CheckPeOffset (line 2375) | static inline bool CheckPeOffset(UInt32 pe) function API_FUNC_static_IsArc (line 2383) | API_FUNC_static_IsArc IsArc_Pe(const Byte *p, size_t size) function HRESULT (line 2403) | HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callback) function Z7_COM7F_IMF (line 2769) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, const UInt64 *, IArchiv... function Z7_COM7F_IMF (line 2792) | Z7_COM7F_IMF(CHandler::Close()) function Z7_COM7F_IMF (line 2806) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 2812) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, type NTe (line 3028) | namespace NTe { type CDataDir (line 3032) | struct CDataDir method Parse (line 3037) | void Parse(const Byte *p) function FindValue (line 3046) | static bool FindValue(const CUInt32PCharPair *pairs, unsigned num, UIn... type CHeader (line 3059) | struct CHeader method ConvertPa (line 3072) | bool ConvertPa(UInt32 &pa) const function API_FUNC_static_IsArc (line 3107) | API_FUNC_static_IsArc IsArc_Te(const Byte *p, size_t size) type CSection (line 3124) | struct CSection method Parse (line 3136) | void Parse(const Byte *p) method Check (line 3148) | bool Check() const method UInt32 (line 3155) | UInt32 GetSize_Extract() const method UpdateTotalSize (line 3160) | void UpdateTotalSize(UInt32 &totalSize) function COM_TRY_END (line 3229) | COM_TRY_END function HRESULT (line 3260) | HRESULT CHandler::Open2(IInStream *stream) function COM_TRY_END (line 3315) | COM_TRY_END function Z7_COM7F_IMF (line 3326) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 3332) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/PpmdHandler.cpp type NArchive (line 27) | namespace NArchive { type NPpmd (line 28) | namespace NPpmd { type CBuf (line 32) | struct CBuf method CBuf (line 36) | CBuf(): Buf(NULL) {} method Alloc (line 38) | bool Alloc() type CItem (line 50) | struct CItem method IsSupported (line 62) | bool IsSupported() const function HRESULT (line 69) | HRESULT CItem::ReadHeader(ISequentialInStream *s, UInt32 &headerSize) function IMP_IInArchive_Props (line 125) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 145) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function Z7_COM7F_IMF (line 158) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 164) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/QcowHandler.cpp type NArchive (line 29) | namespace NArchive { type NQcow (line 30) | namespace NQcow { function HRESULT (line 75) | HRESULT Seek2(UInt64 offset) function HRESULT (line 81) | HRESULT InitAndSeek() function Z7_COM7F_IMF (line 93) | Z7_COM7F_IMF(CHandler::Read(void *data, UInt32 size, UInt32 *processed... function Z7_COM7F_IMF (line 283) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/Rar5Handler.cpp type NArchive (line 46) | namespace NArchive { type NRar5 (line 47) | namespace NRar5 { function ReadVarInt (line 112) | static function AddHex64 (line 163) | static void AddHex64(AString &s, UInt64 v) function PrintType (line 173) | static void PrintType(AString &s, const char * const table[], unsign... class CHash (line 440) | class CHash method CBlake2sp (line 447) | CBlake2sp *BlakeObj() { return (CBlake2sp *)(void *)(Byte *)_buf; } method CHash (line 449) | CHash(): method Init_NoCalc (line 453) | void Init_NoCalc() method UInt32 (line 462) | UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); } function COutStreamWithHash (line 519) | COutStreamWithHash(): _destBuf(NULL) {} function SetStream (line 521) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function Init (line 522) | void Init(const CItem &item, Byte *destBuf, bool needChecksumCheck) function UInt64 (line 539) | UInt64 GetPos() const { return _pos; } function Z7_COM7F_IMF (line 543) | Z7_COM7F_IMF(COutStreamWithHash::Write(const void *data, UInt32 size, ... class CInArchive (line 567) | class CInArchive method Get_Buf_RemainSize (line 590) | size_t Get_Buf_RemainSize() const { return _bufSize - _bufPos; } method Is_Buf_Finished (line 591) | bool Is_Buf_Finished() const { return _bufPos == _bufSize; } method Byte (line 592) | const Byte *Get_Buf_Data() const { return _buf + _bufPos; } method Move_BufPos (line 593) | void Move_BufPos(size_t num) { _bufPos += num; } type CHeader (line 596) | struct CHeader method CInArchive (line 604) | CInArchive() {} method AddToSeekValue (line 608) | void AddToSeekValue(UInt64 addValue) function HRESULT (line 618) | static HRESULT MySetPassword(ICryptoGetTextPassword *getTextPassword, ... function HRESULT (line 642) | HRESULT CInArchive::ReadStream_Check(void *data, size_t size) function HRESULT (line 653) | HRESULT CInArchive::ReadBlockHeader(CHeader &h) function HRESULT (line 861) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHeader... type CLinkFile (line 1008) | struct CLinkFile method CLinkFile (line 1016) | CLinkFile(): Index(0), NumLinks(0), Res(S_OK), crcOK(true) {} type CUnpacker (line 1020) | struct CUnpacker method CUnpacker (line 1035) | CUnpacker(): linkFile(NULL) { SolidAllowed = false; NeedCrc = true; } function HRESULT (line 1051) | HRESULT CUnpacker::Create(DECL_EXTERNAL_CODECS_LOC_VARS function HRESULT (line 1129) | HRESULT CUnpacker::Code(const CItem &item, const CItem &lastItem, UInt... function HRESULT (line 1228) | HRESULT CUnpacker::DecodeToBuf(DECL_EXTERNAL_CODECS_LOC_VARS type CTempBuf (line 1268) | struct CTempBuf method Clear (line 1274) | void Clear() method CTempBuf (line 1280) | CTempBuf() { Clear(); } function HRESULT (line 1290) | HRESULT CTempBuf::Decode(DECL_EXTERNAL_CODECS_LOC_VARS function IMP_IInArchive_Props (line 1398) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 1428) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function CBlake2sp (line 3417) | CBlake2sp *Obj() { return (CBlake2sp *)(void *)((Byte *)_buf + Z7_BLAC... function CBlake2spHasher (line 3420) | CBlake2spHasher(): function Z7_COM7F_IMF2 (line 3428) | Z7_COM7F_IMF2(void, CBlake2spHasher::Init()) function Z7_COM7F_IMF2 (line 3433) | Z7_COM7F_IMF2(void, CBlake2spHasher::Update(const void *data, UInt32 size)) function Z7_COM7F_IMF2 (line 3454) | Z7_COM7F_IMF2(void, CBlake2spHasher::Final(Byte *digest)) function Z7_COM7F_IMF (line 3459) | Z7_COM7F_IMF(CBlake2spHasher::SetCoderProperties(const PROPID *propIDs, ... type CBlake2sp_Prepare (line 3483) | struct CBlake2sp_Prepare { CBlake2sp_Prepare() { z7_Black2sp_Prepare(); } } method CBlake2sp_Prepare (line 3483) | CBlake2sp_Prepare() { z7_Black2sp_Prepare(); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/Rar5Handler.h function namespace (line 16) | namespace NArchive { function namespace (line 133) | namespace NTimeRecord function namespace (line 152) | namespace NLinkType function namespace (line 164) | namespace NLinkFlags type CLinkInfo (line 170) | struct CLinkInfo function Clear (line 181) | struct CItem function IsNextForItem (line 240) | bool IsNextForItem(const CItem &prev) const function Get_AlgoVersion_HuffRev (line 252) | unsigned Get_AlgoVersion_HuffRev() const function UInt64 (line 270) | UInt64 Get_DictSize64() const function IsEncrypted (line 298) | bool IsEncrypted() const function Is_CopyLink (line 319) | bool Is_CopyLink() const; function UInt32 (line 329) | UInt32 GetWinAttrib() const type CInArcInfo (line 352) | struct CInArcInfo type CMetadata (line 388) | struct CMetadata FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/RarHandler.cpp type NArchive (line 45) | namespace NArchive { type NRar (line 46) | namespace NRar { function UInt32 (line 86) | UInt32 CItem::GetWinAttrib() const type EErrorType (line 137) | enum EErrorType class CInArchive (line 145) | class CInArchive method AddToSeekValue (line 168) | void AddToSeekValue(UInt64 addValue) method FinishCryptoBlock (line 173) | void FinishCryptoBlock() function CheckHeaderCrc (line 193) | static bool CheckHeaderCrc(const Byte *header, size_t headerSize) function HRESULT (line 198) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 261) | HRESULT CInArchive::ReadBytesSpec(void *data, size_t *resSize) function DecodeUnicodeFileName (line 287) | static unsigned DecodeUnicodeFileName(const Byte *name, const Byte *... function ReadTime (line 373) | static int ReadTime(const Byte *p, unsigned size, Byte mask, CRarTim... function HRESULT (line 518) | HRESULT CInArchive::GetNextItem(CItem &item, ICryptoGetTextPassword ... function IMP_IInArchive_Props (line 820) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 844) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT... function Z7_COM7F_IMF (line 1348) | Z7_COM7F_IMF(CVolsInStream::Read(void *data, UInt32 size, UInt32 *pr... function Z7_COM7F_IMF (line 1408) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/RarHandler.h type CArc (line 53) | struct CArc FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/RarHeader.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/RarItem.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Rar/RarVol.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/RpmHandler.cpp type NArchive (line 29) | namespace NArchive { type NRpm (line 30) | namespace NRpm { type CLead (line 137) | struct CLead method Parse (line 148) | void Parse(const Byte *p) method IsSupported (line 160) | bool IsSupported() const { return Major >= 3 && Type <= 1; } type CEntry (line 163) | struct CEntry method Parse (line 170) | void Parse(const Byte *p) type CMetaFile (line 181) | struct CMetaFile function SetTime (line 225) | void SetTime(NCOM::CPropVariant &prop) const function SetStringProp (line 231) | void SetStringProp(const AString &s, NCOM::CPropVariant &prop) const function GetItem_ExtractInfo (line 247) | virtual int GetItem_ExtractInfo(UInt32 /* index */, UInt64 &pos, UIn... function IMP_IInArchive_Props (line 273) | IMP_IInArchive_Props function AString (line 292) | AString CHandler::GetBaseName() const function Z7_COM7F_IMF (line 358) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/SparseHandler.cpp type NArchive (line 24) | namespace NArchive { type NSparse (line 25) | namespace NSparse { type CHeader (line 29) | struct CHeader type CChunk (line 75) | struct CChunk method CChunk (line 81) | CChunk() function HRESULT (line 115) | HRESULT Seek2(UInt64 offset) function InitSeekPositions (line 121) | void InitSeekPositions() function Init_PackSizeProcessed (line 132) | bool Init_PackSizeProcessed() Z7_override function Get_PackSizeProcessed (line 137) | bool Get_PackSizeProcessed(UInt64 &size) Z7_override function IMP_IInArchive_Props (line 162) | IMP_IInArchive_Props FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/SplitHandler.cpp type NSplit (line 21) | namespace NSplit { function IMP_IInArchive_Props (line 47) | IMP_IInArchive_Props type CSeqName (line 65) | struct CSeqName method GetNextName (line 71) | bool GetNextName(UString &s) function HRESULT (line 122) | HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *callback) function COM_TRY_END (line 249) | COM_TRY_END function Z7_COM7F_IMF (line 261) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 267) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PR... function Z7_COM7F_IMF (line 283) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/SquashfsHandler.cpp type NArchive (line 37) | namespace NArchive { type NSquashfs (line 38) | namespace NSquashfs { function UInt16 (line 51) | static UInt16 Get16b(const Byte *p, bool be) { return be ? GetBe16(p... function UInt32 (line 52) | static UInt32 Get32b(const Byte *p, bool be) { return be ? GetBe32(p... function UInt64 (line 53) | static UInt64 Get64b(const Byte *p, bool be) { return be ? GetBe64(p... type CHeader (line 155) | struct CHeader method Parse3 (line 182) | void Parse3(const Byte *p) method Parse4 (line 218) | void Parse4(const Byte *p) method Parse (line 238) | bool Parse(const Byte *p) method IsSupported (line 271) | bool IsSupported() const { return Major > 0 && Major <= 4 && Block... method IsOldVersion (line 272) | bool IsOldVersion() const { return Major < 4; } method NeedCheckData (line 273) | bool NeedCheckData() const { return (Flags & (1 << kFlag_CHECK)) !... method GetFileNameOffset (line 274) | unsigned GetFileNameOffset() const { return Major <= 2 ? 3 : (Majo... method GetSymLinkOffset (line 275) | unsigned GetSymLinkOffset() const { return Major <= 1 ? 5: (Major ... method GetSpecGuidIndex (line 276) | unsigned GetSpecGuidIndex() const { return Major <= 1 ? 0xF: 0xFF; } type CNode (line 282) | struct CNode method IsDir (line 306) | bool IsDir() const { return (Type == kType_DIR || Type == kType_DI... method IsLink (line 307) | bool IsLink() const { return (Type == kType_LNK || Type == kType_L... method UInt64 (line 308) | UInt64 GetSize() const { return IsDir() ? 0 : FileSize; } method ThereAreFrags (line 310) | bool ThereAreFrags() const { return Frag != kFrag_Empty; } method UInt64 (line 311) | UInt64 GetNumBlocks(const CHeader &_h) const function UInt32 (line 318) | UInt32 CNode::Parse1(const Byte *p, UInt32 size, const CHeader &_h) function UInt32 (line 423) | UInt32 CNode::Parse2(const Byte *p, UInt32 size, const CHeader &_h) function UInt32 (line 556) | UInt32 CNode::Parse3(const Byte *p, UInt32 size, const CHeader &_h) function UInt32 (line 693) | UInt32 CNode::Parse4(const Byte *p, UInt32 size, const CHeader &_h) type CItem (line 818) | struct CItem method CItem (line 824) | CItem(): Node(-1), Parent(-1), Ptr(0) {} type CData (line 827) | struct CData method UInt32 (line 833) | UInt32 GetNumBlocks() const { return PackPos.Size(); } method Clear (line 834) | void Clear() type CFrag (line 842) | struct CFrag function ClearCache (line 900) | void ClearCache() function HRESULT (line 907) | HRESULT Seek2(UInt64 offset) function IMP_IInArchive_Props (line 975) | IMP_IInArchive_Props function HRESULT (line 1138) | static HRESULT Lz4Decode(Byte *dest, SizeT *destLen, const Byte *src, ... function HRESULT (line 1154) | HRESULT CHandler::Decompress(ISequentialOutStream *outStream, Byte *ou... function HRESULT (line 1383) | HRESULT CHandler::ReadMetadataBlock(UInt32 &packSize) function HRESULT (line 1418) | HRESULT CHandler::ReadMetadataBlock2() function HRESULT (line 1425) | HRESULT CHandler::ReadData(CData &data, UInt64 start, UInt64 end) type CTempItem (line 1453) | struct CTempItem function HRESULT (line 1462) | HRESULT CHandler::OpenDir(int parent, UInt32 startBlock, UInt32 offset, ... function HRESULT (line 1633) | HRESULT CHandler::ReadUids(UInt64 start, UInt32 num, CByteBuffer &ids) function HRESULT (line 1643) | HRESULT CHandler::Open2(IInStream *inStream) function AString (line 1820) | AString CHandler::GetPath(unsigned index) const function Z7_COM7F_IMF (line 1861) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... function COM_TRY_END (line 1886) | COM_TRY_END function Z7_COM7F_IMF (line 2001) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 2007) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/SwfHandler.cpp type NArchive (line 41) | namespace NArchive { type NSwfc (line 45) | namespace NSwfc { function API_FUNC_static_IsArc (line 59) | API_FUNC_static_IsArc IsArc_Swf(const Byte *p, size_t size) function API_FUNC_static_IsArc (line 75) | API_FUNC_static_IsArc IsArc_Swfc(const Byte *p, size_t size) type CItem (line 115) | struct CItem method UInt32 (line 120) | UInt32 GetSize() const { return GetUi32(Buf + 4); } method UInt32 (line 121) | UInt32 GetLzmaPackSize() const { return GetUi32(Buf + 8); } method UInt32 (line 122) | UInt32 GetLzmaDicSize() const { return GetUi32(Buf + 13); } method IsSwf (line 124) | bool IsSwf() const { return (Buf[1] == 'W' && Buf[2] == 'S' && Buf[3] ... method IsUncompressed (line 125) | bool IsUncompressed() const { return Buf[0] == SWF_UNCOMPRESSED; } method IsZlib (line 126) | bool IsZlib() const { return Buf[0] == SWF_COMPRESSED_ZLIB; } method IsLzma (line 127) | bool IsLzma() const { return Buf[0] == SWF_COMPRESSED_LZMA; } method MakeUncompressed (line 129) | void MakeUncompressed() method MakeZlib (line 134) | void MakeZlib() method MakeLzma (line 140) | void MakeLzma(UInt32 packSize) method HRESULT (line 149) | HRESULT ReadHeader(ISequentialInStream *stream) method HRESULT (line 154) | HRESULT WriteHeader(ISequentialOutStream *stream) function CHandler (line 189) | CHandler(): _lzmaMode(false) {} function IMP_IInArchive_Props (line 200) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 215) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function DicSizeToString (line 221) | static void DicSizeToString(char *s, UInt32 val) function Z7_COM7F_IMF (line 243) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PR... function Z7_COM7F_IMF (line 268) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... function Z7_COM7F_IMF (line 275) | Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream)) function Z7_COM7F_IMF (line 296) | Z7_COM7F_IMF(CHandler::Close()) function Init (line 312) | void Init(IArchiveOpenCallback *callback) { Callback = callback; } function Z7_COM7F_IMF (line 315) | Z7_COM7F_IMF(CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize... function Z7_COM7F_IMF (line 326) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, function HRESULT (line 437) | static HRESULT UpdateArchive(ISequentialOutStream *outStream, UInt64 size, function Z7_COM7F_IMF (line 518) | Z7_COM7F_IMF(CHandler::GetFileTimeType(UInt32 *timeType)) function Z7_COM7F_IMF (line 524) | Z7_COM7F_IMF(CHandler::UpdateItems(ISequentialOutStream *outStream, UInt... function Z7_COM7F_IMF (line 579) | Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const... type NSwf (line 612) | namespace NSwf { type CTag (line 616) | struct CTag function IMP_IInArchive_Props (line 641) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 657) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 759) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... function Z7_COM7F_IMF (line 786) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArchiveO... function UInt16 (line 791) | static UInt16 Read16(CInBuffer &stream) function UInt32 (line 804) | static UInt32 Read32(CInBuffer &stream) type CBitReader (line 817) | struct CBitReader method CBitReader (line 823) | CBitReader(): NumBits(0), Val(0) {} function UInt32 (line 828) | UInt32 CBitReader::ReadBits(unsigned numBits) function HRESULT (line 857) | HRESULT CHandler::OpenSeq3(ISequentialInStream *stream, IArchiveOpenCall... function HRESULT (line 919) | HRESULT CHandler::OpenSeq2(ISequentialInStream *stream, IArchiveOpenCall... function Z7_COM7F_IMF (line 927) | Z7_COM7F_IMF(CHandler::OpenSeq(ISequentialInStream *stream)) function Z7_COM7F_IMF (line 932) | Z7_COM7F_IMF(CHandler::Close()) function Z7_COM7F_IMF (line 938) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarHandler.cpp type NArchive (line 24) | namespace NArchive { type NTar (line 25) | namespace NTar { function IMP_IInArchive_Props (line 70) | IMP_IInArchive_Props function AString (line 184) | AString CEncodingCharacts::GetCharactsString() const function HRESULT (line 214) | HRESULT CHandler::Open2(IInStream *stream, IArchiveOpenCallback *cal... function Z7_COM7F_IMF (line 320) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArch... function COM_TRY_END (line 330) | COM_TRY_END function Z7_COM7F_IMF (line 341) | Z7_COM7F_IMF(CHandler::Close()) function Z7_COM7F_IMF (line 356) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function HRESULT (line 370) | HRESULT CHandler::SkipTo(UInt32 index) function PaxTimeToProp (line 418) | static void PaxTimeToProp(const CPaxTime &pt, NWindows::NCOM::CPropV... function AddSpecCharToString (line 433) | static void AddSpecCharToString(const char c, AString &s) function AddSpecUInt64 (line 446) | static void AddSpecUInt64(AString &s, const char *name, UInt64 v) function AddSpecBools (line 459) | static void AddSpecBools(AString &s, const char *name, bool b1, bool... function Parse_Attrib_from_SCHILY_fflags (line 471) | static bool Parse_Attrib_from_SCHILY_fflags(const AString &s, UInt32... function Z7_COM7F_IMF (line 495) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROP... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarHandler.h function namespace (line 14) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarHandlerOut.cpp type NArchive (line 20) | namespace NArchive { type NTar (line 21) | namespace NTar { function Z7_COM7F_IMF (line 23) | Z7_COM7F_IMF(CHandler::GetFileTimeType(UInt32 *type)) function Get_AString_From_UString (line 44) | void Get_AString_From_UString(const UString &s, AString &res, function HRESULT (line 54) | HRESULT GetPropString(IArchiveUpdateCallback *callback, UInt32 index... function CompareUpdateItems (line 76) | static int CompareUpdateItems(void *const *p1, void *const *p2, void *) function HRESULT (line 92) | static HRESULT GetTime(UInt32 i, UInt32 pid, IArchiveUpdateCallback ... function HRESULT (line 123) | static HRESULT GetDevice(IArchiveUpdateCallback *callback, UInt32 i, function HRESULT (line 141) | static HRESULT GetUser(IArchiveUpdateCallback *callback, UInt32 i, function Z7_COM7F_IMF (line 184) | Z7_COM7F_IMF(CHandler::UpdateItems(ISequentialOutStream *outStream, ... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarHeader.cpp type NArchive (line 7) | namespace NArchive { type NTar (line 8) | namespace NTar { type NFileHeader (line 9) | namespace NFileHeader { type NMagic (line 15) | namespace NMagic FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarHeader.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarIn.cpp function Z7_NO_INLINE (line 18) | Z7_NO_INLINE static bool IsBufNonZero(const void *data, size_t size) type NArchive (line 54) | namespace NArchive { type NTar (line 55) | namespace NTar { function MyStrNCpy (line 57) | static void MyStrNCpy(char *dest, const char *src, unsigned size) function OctalToNumber (line 68) | static bool OctalToNumber(const char *srcString, unsigned size, UInt... function OctalToNumber32 (line 83) | static bool OctalToNumber32(const char *srcString, UInt32 &res, bool... function ReadString (line 95) | static void ReadString(const char *s, unsigned size, AString &result) function ParseInt64 (line 100) | static bool ParseInt64(const char *p, Int64 &val, bool &isBin) function ParseInt64_MTime (line 116) | static bool ParseInt64_MTime(const char *p, Int64 &val, bool &isBin) function ParseSize (line 129) | static bool ParseSize(const char *p, UInt64 &val, bool &isBin) function ParseSize (line 144) | static bool ParseSize(const char *p, UInt64 &val) function API_FUNC_IsArc (line 152) | API_FUNC_IsArc IsArc_Tar(const Byte *p2, size_t size) function HRESULT (line 180) | HRESULT CArchive::GetNextItemReal(CItemEx &item) function HRESULT (line 419) | HRESULT CArchive::Progress(const CItemEx &item, UInt64 posOffset) function HRESULT (line 438) | HRESULT CArchive::ReadDataToBuffer(const CItemEx &item, type CPaxInfo (line 528) | struct CPaxInfo: public CPaxTimes method ParseID (line 553) | bool ParseID(const AString &val, bool &defined, UInt32 &res) function ParsePaxTime (line 571) | static bool ParsePaxTime(const AString &src, CPaxTime &pt, bool &dou... function HRESULT (line 793) | HRESULT CArchive::ReadItem2(CItemEx &item) function HRESULT (line 1085) | HRESULT CArchive::ReadItem(CItemEx &item) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarIn.h function namespace (line 10) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarItem.h function namespace (line 11) | namespace NArchive { type CPaxTimes (line 91) | struct CPaxTimes function Is_SymLink (line 115) | struct CItem function Set_LinkFlag_for_File (line 174) | void Set_LinkFlag_for_File(UInt32 mode) function Update (line 263) | struct CEncodingCharacts function AString (line 294) | AString GetCharactsString() const; FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarOut.cpp type NArchive (line 13) | namespace NArchive { type NTar (line 14) | namespace NTar { function WriteOctal_8 (line 23) | static void WriteOctal_8(char *s, UInt32 val) function WriteBin_64bit (line 39) | static void WriteBin_64bit(char *s, UInt64 val) function WriteOctal_12 (line 45) | static void WriteOctal_12(char *s, UInt64 val) function WriteOctal_12_Signed (line 63) | static void WriteOctal_12_Signed(char *s, const Int64 val) function CopyString (line 74) | static void CopyString(char *dest, const AString &src, const unsigne... function HRESULT (line 103) | HRESULT COutArchive::WriteHeaderReal(const CItem &item, bool isPax function AddPaxLine (line 220) | static void AddPaxLine(AString &s, const char *name, const AString &... function AddPaxTime (line 241) | static void AddPaxTime(AString &s, const char *name, const CPaxTime ... function AddPax_UInt32_ifBig (line 305) | static void AddPax_UInt32_ifBig(AString &s, const char *name, const ... function HRESULT (line 326) | HRESULT COutArchive::WriteHeader(const CItem &item) function HRESULT (line 598) | HRESULT COutArchive::Write_Data(const void *data, unsigned size) function HRESULT (line 604) | HRESULT COutArchive::Write_AfterDataResidual(UInt64 dataSize) function HRESULT (line 616) | HRESULT COutArchive::Write_Data_And_Residual(const void *data, unsig... function HRESULT (line 623) | HRESULT COutArchive::WriteFinishHeader() FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarOut.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarRegister.cpp type NArchive (line 9) | namespace NArchive { type NTar (line 10) | namespace NTar { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarUpdate.cpp type NArchive (line 18) | namespace NArchive { type NTar (line 19) | namespace NTar { function FILETIME_To_PaxTime (line 21) | static void FILETIME_To_PaxTime(const FILETIME &ft, CPaxTime &pt) function HRESULT (line 30) | HRESULT Prop_To_PaxTime(const NWindows::NCOM::CPropVariant &prop, CP... function HRESULT (line 58) | static HRESULT GetTime(IStreamGetProp *getProp, UInt32 pid, CPaxTime... function HRESULT (line 67) | static HRESULT GetUser(IStreamGetProp *getProp, function HRESULT (line 132) | static HRESULT GetDevice(IStreamGetProp *getProp, function HRESULT (line 150) | HRESULT UpdateArchive(IInStream *inStream, ISequentialOutStream *out... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Tar/TarUpdate.h type CUpdateOptions (line 46) | struct CUpdateOptions FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Udf/UdfHandler.cpp type NArchive (line 19) | namespace NArchive { type NUdf (line 20) | namespace NUdf { function UdfTimeToFileTime (line 22) | static void UdfTimeToFileTime(const CTime &t, NWindows::NCOM::CPropV... function IMP_IInArchive_Props (line 69) | IMP_IInArchive_Props function CProgressVirt (line 147) | class CProgressImp Z7_final: public CProgressVirt function HRESULT (line 159) | HRESULT CProgressImp::SetTotal(UInt64 numBytes) function HRESULT (line 166) | HRESULT CProgressImp::SetCompleted(UInt64 numFiles, UInt64 numBytes) function HRESULT (line 173) | HRESULT CProgressImp::SetCompleted() function Z7_COM7F_IMF (line 180) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, const UInt64 *, IArch... function COM_TRY_END (line 209) | COM_TRY_END function Z7_COM7F_IMF (line 220) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 226) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROP... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Udf/UdfHandler.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Udf/UdfIn.cpp type NArchive (line 34) | namespace NArchive { type NUdf (line 35) | namespace NUdf { function UInt32 (line 65) | static UInt32 Z7_FASTCALL Crc16Calc(const void *data, size_t size) type CCrc16TableInit (line 75) | struct CCrc16TableInit { CCrc16TableInit() { Crc16GenerateTable(); } } method CCrc16TableInit (line 75) | CCrc16TableInit() { Crc16GenerateTable(); } function UString (line 85) | static UString ParseDString(const Byte *data, unsigned size) function UString (line 124) | UString CDString32::GetString() const function UString (line 130) | UString CDString128::GetString() const function UString (line 136) | UString CDString::GetString() const { return ParseDString(Data, (uns... function AddCommentChars (line 141) | static void AddCommentChars(UString &dest, const char *s, size_t size) type CTag (line 200) | struct CTag function HRESULT (line 213) | HRESULT CTag::Parse(const Byte *p, size_t size) type EDescriptorType (line 241) | enum EDescriptorType function HRESULT (line 342) | HRESULT CInArchive::Read(unsigned volIndex, unsigned partitionRef, U... function HRESULT (line 358) | HRESULT CInArchive::ReadLad(unsigned volIndex, const CLongAllocDesc ... function HRESULT (line 363) | HRESULT CInArchive::ReadFromFile(unsigned volIndex, const CItem &ite... type CFileId (line 464) | struct CFileId method IsItLink_Dir (line 472) | bool IsItLink_Dir () const { return (FileCharacteristics & FILE... method IsItLink_Deleted (line 473) | bool IsItLink_Deleted() const { return (FileCharacteristics & FILE... method IsItLink_Parent (line 474) | bool IsItLink_Parent () const { return (FileCharacteristics & FILE... function HRESULT (line 517) | HRESULT CInArchive::ReadFileItem(unsigned volIndex, unsigned fsIndex... function HRESULT (line 555) | HRESULT CInArchive::ReadItem(unsigned volIndex, int fsIndex, const C... function HRESULT (line 737) | HRESULT CInArchive::FillRefs(CFileSet &fs, unsigned fileIndex, int p... function API_FUNC_IsArc (line 762) | API_FUNC_IsArc IsArc_Udf(const Byte *p, size_t size) function HRESULT (line 789) | HRESULT CInArchive::Open2() function HRESULT (line 1358) | HRESULT CInArchive::Open(IInStream *inStream, CProgressVirt *progress) function AddComment_Align (line 1418) | static void AddComment_Align(UString &s) function AddComment_PropName (line 1423) | static void AddComment_PropName(UString &s, const char *name) function AddComment_UInt32 (line 1430) | static void AddComment_UInt32(UString &s, const char *name, UInt32 val) function AddComment_UInt32_2 (line 1437) | static void AddComment_UInt32_2(UString &s, const char *name, UInt32... function AddComment_UInt64 (line 1444) | static void AddComment_UInt64(UString &s, const char *name, UInt64 val) function AddComment_RegId (line 1451) | static void AddComment_RegId(UString &s, const char *name, const CRe... function AddComment_RegId_Domain (line 1458) | static void AddComment_RegId_Domain(UString &s, const char *name, co... function AddOs_Class_Id (line 1506) | static void AddOs_Class_Id(UString &s, const Byte *p) function AddComment_RegId_Impl (line 1530) | static void AddComment_RegId_Impl(UString &s, const char *name, cons... function AddComment_RegId_UdfId (line 1541) | static void AddComment_RegId_UdfId(UString &s, const char *name, con... function AddComment_DString32 (line 1560) | static void AddComment_DString32(UString &s, const char *name, const... function UString (line 1568) | UString CInArchive::GetComment() const function UString (line 1694) | static UString GetSpecName(const UString &name) function UpdateWithName (line 1703) | static void UpdateWithName(UString &res, const UString &addString) function UString (line 1711) | UString CInArchive::GetItemPath(unsigned volIndex, unsigned fsIndex,... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Udf/UdfIn.h function namespace (line 14) | namespace NArchive { type CItem (line 320) | struct CItem type CRef (line 376) | struct CRef type CFileSet (line 384) | struct CFileSet type CLogVol (line 413) | struct CLogVol function Z7_DECLSPEC_NOVTABLE (line 434) | Z7_DECLSPEC_NOVTABLE CProgressVirt function Z7_PURE_INTERFACES_END (line 440) | Z7_PURE_INTERFACES_END FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/UefiHandler.cpp function IsIntelMe (line 56) | static bool IsIntelMe(const Byte *p) type CSigExtPair (line 147) | struct CSigExtPair function AreGuidsEq (line 209) | static bool AreGuidsEq(const Byte *p1, const Byte *p2) function FindGuid (line 214) | static int FindGuid(const Byte *p) function IsFfs (line 222) | static bool IsFfs(const Byte *p) function AddGuid (line 379) | static void AddGuid(AString &dest, const Byte *p, bool full) function ParseDepedencyExpression (line 394) | static bool ParseDepedencyExpression(const Byte *p, UInt32 size, AString... function ParseUtf16zString (line 416) | static bool ParseUtf16zString(const Byte *p, UInt32 size, UString &res) function ParseUtf16zString2 (line 432) | static bool ParseUtf16zString2(const Byte *p, UInt32 size, AString &res) function AddSpaceAndString (line 447) | static void AddSpaceAndString(AString &res, const AString &newString) class CFfsFileHeader (line 456) | class CFfsFileHeader method UInt16 (line 464) | UInt16 GetTailReference() const { return (UInt16)(CheckHeader | ((UInt... method UInt32 (line 465) | UInt32 GetTailSize() const { return IsThereTail() ? 2 : 0; } method IsThereFileChecksum (line 466) | bool IsThereFileChecksum() const { return (Attrib & FFS_ATTRIB_CHECKSU... method IsThereTail (line 467) | bool IsThereTail() const { return (Attrib & FFS_ATTRIB_TAIL_PRESENT) !... method Parse (line 473) | bool Parse(const Byte *p) method UInt32 (line 491) | UInt32 GetDataSize() const { return Size - kFileHeaderSize - GetTailSi... method UInt32 (line 492) | UInt32 GetDataSize2(UInt32 rem) const { return rem - kFileHeaderSize -... method Check (line 494) | bool Check(const Byte *p, UInt32 size) method AString (line 543) | AString GetCharacts() const type CCapsuleHeader (line 566) | struct CCapsuleHeader method Clear (line 582) | void Clear() { memset(this, 0, sizeof(*this)); } method Parse (line 584) | bool Parse(const Byte *p) type CItem (line 629) | struct CItem method CItem (line 647) | CItem(): Parent(-1), Method(-1), NameIndex(-1), NumChilds(0), function AString (line 666) | AString CItem::GetName(int numChildsInParent) const type CItem2 (line 684) | struct CItem2 method CItem2 (line 691) | CItem2(): Parent(-1) {} function IMP_IInArchive_Props (line 756) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 827) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... function PrintLevel (line 861) | static void PrintLevel(unsigned level) function MyPrint (line 867) | static void MyPrint(UInt32 posBase, UInt32 size, unsigned level, const c... function HRESULT (line 915) | HRESULT CHandler::DecodeLzma(const Byte *data, size_t inputSize) function HRESULT (line 940) | HRESULT CHandler::ParseSections(unsigned bufIndex, UInt32 posBase, UInt3... function UInt32 (line 1266) | static UInt32 Count_FF_Bytes(const Byte *p, UInt32 size) function Is_FF_Stream (line 1273) | static bool Is_FF_Stream(const Byte *p, UInt32 size) type CVolFfsHeader (line 1278) | struct CVolFfsHeader function HRESULT (line 1302) | HRESULT CHandler::ParseVolume( function HRESULT (line 1502) | HRESULT CHandler::ParseIntelMe( function HRESULT (line 1571) | HRESULT CHandler::OpenCapsule(IInStream *stream) function HRESULT (line 1612) | HRESULT CHandler::OpenFv(IInStream *stream, const UInt64 * /* maxCheckSt... function HRESULT (line 1632) | HRESULT CHandler::Open2(IInStream *stream, const UInt64 *maxCheckStartPo... function Z7_COM7F_IMF (line 1728) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/VdiHandler.cpp type EGuidType (line 59) | enum EGuidType function IsEmptyGuid (line 76) | static bool IsEmptyGuid(const Byte *data) function HRESULT (line 97) | HRESULT Seek2(UInt64 offset) function HRESULT (line 103) | HRESULT InitAndSeek() function Z7_COM7F_IMF (line 119) | Z7_COM7F_IMF(CHandler::Read(void *data, UInt32 size, UInt32 *processedSi... function IMP_IInArchive_Props (line 187) | IMP_IInArchive_Props FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/VhdHandler.cpp type CFooter (line 49) | struct CFooter method IsFixed (line 65) | bool IsFixed() const { return Type == kDiskType_Fixed; } method ThereIsDynamic (line 66) | bool ThereIsDynamic() const { return Type == kDiskType_Dynamic || Type... method UInt32 (line 68) | UInt32 NumCyls() const { return DiskGeometry >> 16; } method UInt32 (line 69) | UInt32 NumHeads() const { return (DiskGeometry >> 8) & 0xFF; } method UInt32 (line 70) | UInt32 NumSectorsPerTrack() const { return DiskGeometry & 0xFF; } function CheckBlock (line 83) | static bool CheckBlock(const Byte *p, unsigned size, unsigned checkSumOf... type CParentLocatorEntry (line 128) | struct CParentLocatorEntry method Parse (line 135) | bool Parse(const Byte *p) type CDynHeader (line 145) | struct CDynHeader method UInt32 (line 160) | UInt32 NumBitMapSectors() const method Clear (line 165) | void Clear() function AddErrorMessage (line 235) | void AddErrorMessage(const char *message, const wchar_t *name = NULL) function UpdatePhySize (line 244) | void UpdatePhySize(UInt64 value) function NeedParent (line 254) | bool NeedParent() const { return Footer.Type == kDiskType_Diff; } function UInt64 (line 255) | UInt64 GetPackSize() const function UString (line 258) | UString GetParentSequence() const function AreParentsOK (line 291) | bool AreParentsOK() const function HRESULT (line 305) | HRESULT Open2(IInStream *stream, IArchiveOpenCallback *openArchiveCallba... function HRESULT (line 318) | HRESULT CHandler::Seek2(UInt64 offset) { return InStream_SeekSet(Stream,... function HRESULT (line 320) | HRESULT CHandler::InitAndSeek() function HRESULT (line 332) | HRESULT CHandler::ReadPhy(UInt64 offset, void *data, UInt32 size) function HRESULT (line 349) | HRESULT CHandler::Open3() function Z7_COM7F_IMF (line 530) | Z7_COM7F_IMF(CHandler::Read(void *data, UInt32 size, UInt32 *processedSi... function VhdTimeToFileTime (line 670) | static void VhdTimeToFileTime(UInt32 vhdTime, NCOM::CPropVariant &prop) function StringToAString (line 681) | static void StringToAString(char *dest, UInt32 val) function Z7_COM7F_IMF (line 693) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... function HRESULT (line 791) | HRESULT CHandler::Open2(IInStream *stream, CHandler *child, IArchiveOpen... function Z7_COM7F_IMF (line 904) | Z7_COM7F_IMF(CHandler::Close()) function Z7_COM7F_IMF (line 910) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PR... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/VhdxHandler.cpp function UInt32 (line 58) | static UInt32 Z7_FASTCALL CrcUpdateT1_vhdx(UInt32 v, const void *data, s... function UInt32 (line 67) | static UInt32 Z7_FASTCALL Crc32c_Calc(const void *data, size_t size) function EXTERN_C_END (line 72) | EXTERN_C_END FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/VmdkHandler.cpp type CHeader (line 49) | struct CHeader method Is_NL (line 66) | bool Is_NL() const { return (flags & k_Flags_NL) != 0; } method Is_ZeroGrain (line 67) | bool Is_ZeroGrain() const { return (flags & k_Flags_ZeroGrain) != 0; } method Is_Compressed (line 68) | bool Is_Compressed() const { return (flags & k_Flags_Compressed) != 0; } method Is_Marker (line 69) | bool Is_Marker() const { return (flags & k_Flags_Marker) != 0; } method IsSameImageFor (line 73) | bool IsSameImageFor(const CHeader &h) const type CMarker (line 116) | struct CMarker method Parse (line 122) | void Parse(const Byte *p) function Str_to_ValName (line 131) | static bool Str_to_ValName(const AString &s, AString &name, AString &val) function IsSpaceChar (line 146) | static inline bool IsSpaceChar(char c) type CExtentInfo (line 193) | struct CExtentInfo method IsType_ZERO (line 205) | bool IsType_ZERO() const { return Type.IsEqualTo("ZERO"); } method IsType_Flat (line 207) | bool IsType_Flat() const type CDescriptor (line 260) | struct CDescriptor method GetUnicodeName (line 269) | static void GetUnicodeName(const AString &s, UString &res) method Clear (line 275) | void Clear() method IsThere_Parent (line 283) | bool IsThere_Parent() const type CExtent (line 340) | struct CExtent method UInt64 (line 371) | UInt64 GetEndOffset() const { return StartOffset + NumBytes; } method IsVmdk (line 373) | bool IsVmdk() const { return !IsZero && !IsFlat; } method CExtent (line 376) | CExtent(): method HRESULT (line 404) | HRESULT Seek(UInt64 offset) method HRESULT (line 410) | HRESULT InitAndSeek() method HRESULT (line 417) | HRESULT Read(void *data, size_t *size) function InitAndSeekMain (line 460) | void InitAndSeekMain() function Z7_COM7F_IMF (line 475) | Z7_COM7F_IMF(CHandler::Read(void *data, UInt32 size, UInt32 *processedSi... function IMP_IInArchive_Props (line 775) | IMP_IInArchive_Props FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Wim/WimHandler.cpp function IMP_IInArchive_Props (line 87) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 98) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... function GetFileTime (line 353) | static void GetFileTime(const Byte *p, NCOM::CPropVariant &prop) function MethodToProp (line 362) | static void MethodToProp(int method, int chunksSizeBits, NCOM::CPropVari... function COM_TRY_END (line 620) | COM_TRY_END function HRESULT (line 649) | HRESULT CHandler::GetSecurity(UInt32 realIndex, const void **data, UInt3... function Z7_COM7F_IMF (line 673) | Z7_COM7F_IMF(CHandler::GetRootRawProp(PROPID propID, const void **data, ... function Z7_COM7F_IMF (line 697) | Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) function Z7_COM7F_IMF (line 703) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 index, BSTR *name, PROPID *... function Z7_COM7F_IMF (line 710) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 739) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... class CVolumeName (line 836) | class CVolumeName method InitName (line 841) | void InitName(const UString &name) method UString (line 850) | UString GetNextName(UInt32 index) const function Z7_COM7F_IMF (line 859) | Z7_COM7F_IMF(CHandler::Open(IInStream *inStream, const UInt64 *, IArchiv... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Wim/WimHandler.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Wim/WimHandlerOut.cpp type NArchive (line 29) | namespace NArchive { type NWim (line 30) | namespace NWim { type CSortedIndex (line 34) | struct CSortedIndex method CSortedIndex (line 38) | CSortedIndex() function AddUniqHash (line 47) | static int AddUniqHash(const CStreamInfo *streams, CSortedIndex &sor... type CAltStream (line 79) | struct CAltStream method CAltStream (line 87) | CAltStream(): UpdateIndex(-1), HashIndex(-1), Skip(false) {} type CMetaItem (line 91) | struct CMetaItem method GetNumAltStreams (line 115) | unsigned GetNumAltStreams() const { return AltStreams.Size() - Num... method CMetaItem (line 116) | CMetaItem(): function Compare_HardLink_MetaItems (line 135) | static int Compare_HardLink_MetaItems(const CMetaItem &a1, const CMe... function AddToHardLinkList (line 147) | static int AddToHardLinkList(const CObjectVector &metaIte... type CUpdateItem (line 168) | struct CUpdateItem method CUpdateItem (line 180) | CUpdateItem(): MetaIndex(-1), AltStreamIndex(-1), InArcIndex(-1) {} type CDir (line 184) | struct CDir method CDir (line 190) | CDir(): MetaIndex(-1) {} function UInt64 (line 216) | UInt64 CDir::GetTotalSize(const CObjectVector &metaItems)... function Z7_COM7F_IMF (line 249) | Z7_COM7F_IMF(CHandler::GetFileTimeType(UInt32 *type)) function HRESULT (line 256) | HRESULT CHandler::GetOutProperty(IArchiveUpdateCallback *callback, U... function HRESULT (line 264) | HRESULT CHandler::GetTime(IArchiveUpdateCallback *callback, UInt32 c... function HRESULT (line 277) | static HRESULT GetRootTime( function WriteItem_Dummy (line 356) | static size_t WriteItem_Dummy(const CMetaItem &item) function WriteItem (line 390) | static size_t WriteItem(const CStreamInfo *streams, const CMetaItem ... type CDb (line 480) | struct CDb function AddTag_ToString (line 568) | static void AddTag_ToString(AString &s, const char *name, const char... function AddTagUInt64_ToString (line 581) | static void AddTagUInt64_ToString(AString &s, const char *name, UInt... function CXmlItem (line 589) | static CXmlItem &AddUniqueTag(CXmlItem &parentItem, const char *name) function AddTag_UInt64_2 (line 605) | static void AddTag_UInt64_2(CXmlItem &item, UInt64 value) function AddTag_UInt64 (line 615) | static void AddTag_UInt64(CXmlItem &parentItem, const char *name, UI... function AddTag_Hex (line 621) | static void AddTag_Hex(CXmlItem &item, const char *name, UInt32 value) function AddTag_Time_2 (line 635) | static void AddTag_Time_2(CXmlItem &item, const FILETIME &ft) function AddTag_Time (line 642) | static void AddTag_Time(CXmlItem &parentItem, const char *name, cons... function AddTag_String_IfEmpty (line 648) | static void AddTag_String_IfEmpty(CXmlItem &parentItem, const char *... function AddTrees (line 684) | static void AddTrees(CObjectVector &trees, CObjectVector &volumes) function HRESULT (line 1538) | HRESULT CDatabase::GenerateSortedItems(int imageIndex, bool showImag... function IntVector_SetMinusOne_IfNeed (line 1602) | static void IntVector_SetMinusOne_IfNeed(CIntVector &v, unsigned size) function HRESULT (line 1613) | HRESULT CDatabase::ExtractReparseStreams(const CObjectVector &files, i... type CInStreamWithHash (line 531) | struct CInStreamWithHash function HRESULT (line 587) | HRESULT CHandler::Open2(IInStream *stream) function Z7_COM7F_IMF (line 717) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, function COM_TRY_END (line 728) | COM_TRY_END function Z7_COM7F_IMF (line 748) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function TimeToProp (line 758) | static void TimeToProp(UInt64 t, NCOM::CPropVariant &prop) function Utf8StringToProp (line 769) | static void Utf8StringToProp(const AString &s, NCOM::CPropVariant &prop) function Z7_COM7F_IMF (line 779) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *va... function Z7_COM7F_IMF (line 838) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... function Z7_COM7F_IMF (line 988) | Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps)) function Z7_COM7F_IMF (line 994) | Z7_COM7F_IMF(CHandler::GetRawPropInfo(UInt32 index, BSTR *name, PROPID *... function Z7_COM7F_IMF (line 1009) | Z7_COM7F_IMF(CHandler::GetParent(UInt32 index, UInt32 *parent, UInt32 *p... function Z7_COM7F_IMF (line 1025) | Z7_COM7F_IMF(CHandler::GetRawProp(UInt32 index, PROPID propID, const voi... function Z7_COM7F_IMF (line 1083) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/XzHandler.cpp type NArchive (line 31) | namespace NArchive { type NXz (line 32) | namespace NXz { type CBlockInfo (line 37) | struct CBlockInfo function InitXz (line 104) | void InitXz() function Init (line 113) | void Init() function HRESULT (line 127) | HRESULT Decode(NCompress::NXz::CDecoder &decoder, function HRESULT (line 174) | HRESULT SeekToPackPos(UInt64 pos) function IMP_IInArchive_Props (line 212) | IMP_IInArchive_Props type CMethodNamePair (line 236) | struct CMethodNamePair function AddMethodString (line 257) | static void AddMethodString(AString &s, const CXzFilter &f) function AddCheckString (line 318) | static void AddCheckString(AString &s, const CXzs &xzs) function Z7_COM7F_IMF (line 338) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function FindBlock (line 777) | static size_t FindBlock(const CBlockInfo *blocks, size_t numBlocks, UI... function HRESULT (line 794) | static HRESULT DecodeBlock(CXzUnpackerCPP2 &xzu, function Z7_COM7F_IMF (line 882) | Z7_COM7F_IMF(CInStream::Read(void *data, UInt32 size, UInt32 *processe... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/XzHandler.h function namespace (line 6) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/ZHandler.cpp type NArchive (line 17) | namespace NArchive { type NZ (line 18) | namespace NZ { function IMP_IInArchive_Props (line 33) | IMP_IInArchive_Props function Z7_COM7F_IMF (line 42) | Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *... function Z7_COM7F_IMF (line 53) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, ... function API_FUNC_static_IsArc (line 87) | API_FUNC_static_IsArc IsArc_Z(const Byte *p, size_t size) function Z7_COM7F_IMF (line 99) | Z7_COM7F_IMF(CHandler::Open(IInStream *stream, function COM_TRY_END (line 149) | COM_TRY_END function Z7_COM7F_IMF (line 161) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipAddCommon.cpp type NArchive (line 30) | namespace NArchive { type NZip (line 31) | namespace NZip { function Z7_COM7F_IMF (line 50) | Z7_COM7F_IMF(CLzmaEncoder::SetCoderProperties(const PROPID *propIDs, c... function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CLzmaEncoder::SetCoderPropertiesOpt(const PROPID *propIDs... function Z7_COM7F_IMF (line 71) | Z7_COM7F_IMF(CLzmaEncoder::Code(ISequentialInStream *inStream, ISequen... function HRESULT (line 96) | HRESULT CAddCommon::CalcStreamCRC(ISequentialInStream *inStream, UInt3... function HRESULT (line 120) | HRESULT CAddCommon::Set_Pre_CompressionResult(bool inSeqMode, bool out... function HRESULT (line 191) | HRESULT CAddCommon::Compress( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipAddCommon.h function namespace (line 19) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipCompressionMode.h function namespace (line 14) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipHandler.cpp type NArchive (line 46) | namespace NArchive { type NZip (line 47) | namespace NZip { type CIdToNamePair (line 137) | struct CIdToNamePair function AString (line 213) | static AString BytesToString(const CByteBuffer &data) function IMP_IInArchive_Props (line 220) | IMP_IInArchive_Props function ReleaseStream (line 925) | void ReleaseStream() { _stream.Release(); } function Init (line 928) | void Init(UInt64 padPos, UInt32 padSize) function UInt64 (line 935) | UInt64 GetSize() const { return _size; } function WasPadFailure (line 936) | bool WasPadFailure() const { return _padFailure; } function Z7_COM7F_IMF (line 940) | Z7_COM7F_IMF(COutStreamWithPadPKCS7::Write(const void *data, UInt32 si... function HRESULT (line 975) | HRESULT CZipDecoder::Decode( function Z7_COM7F_IMF (line 1568) | Z7_COM7F_IMF(CHandler::Extract(const UInt32 *indices, UInt32 numItems, FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipHandler.h function namespace (line 15) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipHandlerOut.cpp type NArchive (line 28) | namespace NArchive { type NZip (line 29) | namespace NZip { function Z7_COM7F_IMF (line 31) | Z7_COM7F_IMF(CHandler::GetFileTimeType(UInt32 *timeType)) function IsSimpleAsciiString (line 37) | static bool IsSimpleAsciiString(const wchar_t *s) function FindZipMethod (line 50) | static int FindZipMethod(const char *s, const char * const *names, u... function FindZipMethod (line 61) | static int FindZipMethod(const char *s) function HRESULT (line 78) | static HRESULT GetTime(IArchiveUpdateCallback *callback, unsigned in... function Z7_COM7F_IMF (line 91) | Z7_COM7F_IMF(CHandler::UpdateItems(ISequentialOutStream *outStream, ... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipHeader.h function namespace (line 8) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipIn.cpp type NArchive (line 26) | namespace NArchive { type NZip (line 27) | namespace NZip { type CEcd (line 71) | struct CEcd method IsEmptyArc (line 81) | bool IsEmptyArc() const type CLocator (line 138) | struct CLocator method CLocator (line 144) | CLocator(): Ecd64Disk(0), NumDisks(0), Ecd64Offset(0) {} method Parse (line 146) | void Parse(const Byte *p) method IsEmptyArc (line 153) | bool IsEmptyArc() const function HRESULT (line 210) | HRESULT CInArchive::Seek_SavePos(UInt64 offset) function HRESULT (line 221) | HRESULT CInArchive::SeekToVol(int volIndex, UInt64 offset) function HRESULT (line 260) | HRESULT CInArchive::AllocateBuffer(size_t size) function HRESULT (line 281) | HRESULT CInArchive::ReadFromCache(Byte *data, unsigned size, unsigne... function HRESULT (line 369) | HRESULT CInArchive::ReadFromCache_FALSE(Byte *data, unsigned size) function CheckDosTime (line 379) | static bool CheckDosTime(UInt32 dosTime) function API_FUNC_IsArc (line 393) | API_FUNC_IsArc IsArc_Zip(const Byte *p, size_t size) function UInt32 (line 548) | static UInt32 IsArc_Zip_2(const Byte *p, size_t size, bool isFinal) function Z7_NO_INLINE (line 564) | Z7_NO_INLINE function HRESULT (line 617) | HRESULT CInArchive::FindMarker(const UInt64 *searchLimit) function HRESULT (line 780) | HRESULT CInArchive::IncreaseRealPosition(UInt64 offset, bool &isFini... function HRESULT (line 887) | HRESULT CInArchive::LookAhead(size_t minRequired) class CUnexpectEnd (line 936) | class CUnexpectEnd {} function UInt32 (line 984) | UInt32 CInArchive::ReadUInt32() { Byte buf[4]; SafeRead(buf, 4); ret... function UInt64 (line 985) | UInt64 CInArchive::ReadUInt64() { Byte buf[8]; SafeRead(buf, 8); ret... function HRESULT (line 1019) | HRESULT CInArchive::Skip64(UInt64 num, unsigned numFiles) function FlagsAreSame (line 1248) | static bool FlagsAreSame(const CItem &i1, const CItem &i2_cd) function AreEqualPaths_IgnoreSlashes (line 1281) | static bool AreEqualPaths_IgnoreSlashes(const char *s1, const char *s2) function AreItemsEqual (line 1304) | static bool AreItemsEqual(const CItemEx &localItem, const CItemEx &c... function HRESULT (line 1353) | HRESULT CInArchive::Read_LocalItem_After_CdItem(CItemEx &item, bool ... function HRESULT (line 1462) | HRESULT CInArchive::FindDescriptor(CItemEx &item, unsigned numFiles) function HRESULT (line 1576) | HRESULT CInArchive::CheckDescriptor(const CItemEx &item) function HRESULT (line 1631) | HRESULT CInArchive::Read_LocalItem_After_CdItem_Full(CItemEx &item) function HRESULT (line 1650) | HRESULT CInArchive::ReadCdItem(CItemEx &item) function HRESULT (line 1697) | HRESULT CInArchive::TryEcd64(UInt64 offset, CCdInfo &cdInfo) function HRESULT (line 1719) | HRESULT CInArchive::FindCd(bool checkOffsetMode) function HRESULT (line 1862) | HRESULT CInArchive::TryReadCd(CObjectVector &items, const C... function HRESULT (line 1957) | HRESULT CInArchive::ReadCd(CObjectVector &items, UInt32 &cd... function FindItem (line 2008) | static int FindItem(const CObjectVector &items, const CItem... function IsStrangeItem (line 2030) | static bool IsStrangeItem(const CItem &item) function HRESULT (line 2070) | HRESULT CInArchive::ReadLocals(CObjectVector &items) function HRESULT (line 2141) | HRESULT CVols::ParseArcName(IArchiveOpenVolumeCallback *volCallback) function HRESULT (line 2240) | HRESULT CInArchive::ReadVols2(IArchiveOpenVolumeCallback *volCallback, function HRESULT (line 2333) | HRESULT CInArchive::ReadVols() function HRESULT (line 2481) | HRESULT CVols::Read(void *data, UInt32 size, UInt32 *processedSize) function Z7_COM7F_IMF (line 2515) | Z7_COM7F_IMF(CVolStream::Read(void *data, UInt32 size, UInt32 *proce... function HRESULT (line 2527) | HRESULT CInArchive::ReadHeaders(CObjectVector &items) function HRESULT (line 3247) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchLimit, function HRESULT (line 3435) | HRESULT CInArchive::GetItemStream(const CItemEx &item, bool seekPack... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipIn.h function namespace (line 17) | namespace NArchive { function class (line 246) | class CInArchive FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipItem.cpp type NArchive (line 18) | namespace NArchive { type NZip (line 19) | namespace NZip { function FOR_VECTOR (line 115) | FOR_VECTOR (i, SubBlocks) function FOR_VECTOR (line 229) | FOR_VECTOR (i, SubBlocks) function FOR_VECTOR (line 241) | FOR_VECTOR (i, SubBlocks) function FOR_VECTOR (line 257) | FOR_VECTOR (i, SubBlocks) function UInt32 (line 331) | UInt32 CItem::GetWinAttrib() const function FOR_VECTOR (line 418) | FOR_VECTOR (i, subBlocks) FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipItem.h function namespace (line 14) | namespace NArchive { function GetSize (line 127) | struct CExtraBlock function HasWzAes (line 159) | bool HasWzAes() const function RemoveUnknownSubBlocks (line 186) | void RemoveUnknownSubBlocks() function class (line 204) | class CLocalItem function SetEncrypted (line 269) | void SetEncrypted(bool encrypted) { SetFlag(NFileHeader::NFlags::kEncryp... function SetUtf8 (line 270) | void SetUtf8(bool isUtf8) { SetFlag(NFileHeader::NFlags::kUtf8, isUtf8); } function SetDescriptorMode (line 272) | void SetDescriptorMode(bool useDescriptor) { SetFlag(NFileHeader::NFlags... function class (line 283) | class CItem: public CLocalItem function IsDir (line 311) | bool IsDir() const; FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipOut.cpp type NArchive (line 12) | namespace NArchive { type NZip (line 13) | namespace NZip { function HRESULT (line 15) | HRESULT COutArchive::ClearRestriction() function HRESULT (line 22) | HRESULT COutArchive::SetRestrictionFromCurrent() function HRESULT (line 29) | HRESULT COutArchive::Create(IOutStream *outStream) function Z7_NO_INLINE (line 52) | Z7_NO_INLINE function Z7_NO_INLINE (line 59) | Z7_NO_INLINE function Z7_NO_INLINE (line 66) | Z7_NO_INLINE function Z7_NO_INLINE (line 73) | Z7_NO_INLINE function Z7_NO_INLINE (line 87) | Z7_NO_INLINE function Z7_NO_INLINE (line 99) | Z7_NO_INLINE function HRESULT (line 357) | HRESULT COutArchive::WriteCentralDir(const CObjectVector &... FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipOut.h function namespace (line 12) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipRegister.cpp type NArchive (line 9) | namespace NArchive { type NZip (line 10) | namespace NZip { FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipUpdate.cpp function AddAesExtra (line 61) | static void AddAesExtra(CItem &item, Byte aesKeyMode, UInt16 method) function Copy_From_UpdateItem_To_ItemOut (line 75) | static void Copy_From_UpdateItem_To_ItemOut(const CUpdateItem &ui, CItem... function SetFileHeader (line 92) | static void SetFileHeader( function SetItemInfoFromCompressingResult (line 150) | static void SetItemInfoFromCompressingResult(const CCompressingResult &c... type CMtSem (line 171) | struct CMtSem method ReleaseItem (line 178) | void ReleaseItem(unsigned index) method GetFreeItem (line 188) | int GetFreeItem() function CThreadInfo (line 233) | CThreadInfo(): function SetOptions (line 246) | void SetOptions(const CCompressionMethodMode &options) function HRESULT (line 251) | HRESULT CreateEvents() function StopWait_Close (line 278) | void StopWait_Close() function THREAD_FUNC_DECL (line 311) | static THREAD_FUNC_DECL CoderThread(void *threadCoderInfo) class CThreads (line 317) | class CThreads type CMemBlocks2 (line 328) | struct CMemBlocks2: public CMemLockBlocks method CMemBlocks2 (line 336) | CMemBlocks2(): Skip(false), InSeqMode(false), PreDescriptorMode(false)... class CMemRefs (line 340) | class CMemRefs method CMemRefs (line 345) | CMemRefs(CMemBlockManagerMt *manager): Manager(manager) {} function HRESULT (line 393) | HRESULT CMtProgressMixer2::SetRatioInfo(unsigned index, const UInt64 *in... function Z7_COM7F_IMF (line 410) | Z7_COM7F_IMF(CMtProgressMixer2::SetRatioInfo(const UInt64 *inSize, const... function Z7_COM7F_IMF (line 433) | Z7_COM7F_IMF(CMtProgressMixer::SetRatioInfo(const UInt64 *inSize, const ... function HRESULT (line 441) | static HRESULT UpdateItemOldData( function HRESULT (line 506) | static HRESULT WriteDirHeader(COutArchive &archive, const CCompressionMe... function UpdatePropsFromStream (line 516) | static void UpdatePropsFromStream( function HRESULT (line 640) | static HRESULT Update2St( function HRESULT (line 919) | static HRESULT Update2( function HRESULT (line 1689) | HRESULT SeekPhy(UInt64 pos) function Allocate (line 1704) | bool Allocate() function HRESULT (line 1720) | HRESULT CCacheOutStream::Init(ISequentialOutStream *seqStream, IOutStrea... function HRESULT (line 1749) | HRESULT CCacheOutStream::SetRestriction_ForWrite(size_t writeSize) const function HRESULT (line 1792) | HRESULT CCacheOutStream::FlushFromCache(size_t size) function HRESULT (line 1825) | HRESULT CCacheOutStream::FlushNonRestrictedBlocks() function HRESULT (line 1844) | HRESULT CCacheOutStream::FlushCache() function HRESULT (line 1849) | HRESULT CCacheOutStream::FinalFlush() function Z7_COM7F_IMF (line 1868) | Z7_COM7F_IMF(CCacheOutStream::Write(const void *data, UInt32 size, UInt3... function Z7_COM7F_IMF (line 1967) | Z7_COM7F_IMF(CCacheOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt... function Z7_COM7F_IMF (line 1986) | Z7_COM7F_IMF(CCacheOutStream::SetSize(UInt64 newSize)) function Z7_COM7F_IMF (line 2059) | Z7_COM7F_IMF(CCacheOutStream::SetRestriction(UInt64 begin, UInt64 end)) function HRESULT (line 2069) | HRESULT Update( FILE: NanaZip.Core/SevenZip/CPP/7zip/Archive/Zip/ZipUpdate.h function namespace (line 14) | namespace NArchive { FILE: NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXCon/SfxCon.cpp type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum type NRecursedType (line 73) | namespace NRecursedType { type EEnum (line 74) | enum EEnum type NCommandType (line 157) | namespace NCommandType type EEnum (line 159) | enum EEnum type CArchiveCommand (line 169) | struct CArchiveCommand function ParseArchiveCommand (line 176) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function PrintHelp (line 196) | static void PrintHelp(void) function Z7_ATTR_NORETURN (line 201) | Z7_ATTR_NORETURN function Z7_ATTR_NORETURN (line 208) | Z7_ATTR_NORETURN function AddNameToCensor (line 218) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildcardToCensor (line 247) | static void AddCommandLineWildcardToCensor(NWildcard::CCensor &wildcardC... function GetArguments (line 256) | static void GetArguments(int numArgs, char *args[], UStringVector &parts) FILE: NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.cpp function HRESULT (line 38) | HRESULT CExtractCallbackImp::Open_CheckBreak() function HRESULT (line 47) | HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */... function HRESULT (line 52) | HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFile... function HRESULT (line 61) | HRESULT CExtractCallbackImp::Open_Finished() function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CExtractCallbackImp::SetTotal(UInt64 size)) function Z7_COM7F_IMF (line 74) | Z7_COM7F_IMF(CExtractCallbackImp::SetCompleted(const UInt64 *completeVal... function FOR_VECTOR (line 87) | FOR_VECTOR (i, dirPathParts) function Z7_COM7F_IMF (line 95) | Z7_COM7F_IMF(CExtractCallbackImp::GetStream(UInt32 index, function Z7_COM7F_IMF (line 210) | Z7_COM7F_IMF(CExtractCallbackImp::PrepareOperation(Int32 askExtractMode)) function Z7_COM7F_IMF (line 216) | Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult(Int32 resultEOperat... FILE: NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.h type CProcessedFileInfo (line 38) | struct CProcessedFileInfo function HRESULT (line 68) | HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thr... FILE: NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp type CThreadExtracting (line 24) | struct CThreadExtracting method Process2 (line 37) | void Process2() method Process (line 77) | void Process() method THREAD_FUNC_DECL (line 89) | static THREAD_FUNC_DECL MyThreadFunction(void *param) function HRESULT (line 96) | HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const F... FILE: NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/SfxSetup.cpp function ReadDataString (line 51) | static bool ReadDataString(CFSTR fileName, LPCSTR startID, function ShowErrorMessageSpec (line 123) | static void ShowErrorMessageSpec(const UString &name) function NanaZipInitialize (line 136) | void NanaZipInitialize() function WinMain (line 156) | int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, FILE: NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXWin/SfxWin.cpp function Z7_DIAGNOSTIC_IGNORE_CAST_FUNCTION (line 61) | Z7_DIAGNOSTIC_IGNORE_CAST_FUNCTION function ErrorMessageForHRESULT (line 95) | static void ErrorMessageForHRESULT(HRESULT res) function WinMain2 (line 100) | static int APIENTRY WinMain2() function NanaZipInitialize (line 245) | void NanaZipInitialize() function WinMain (line 270) | int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/CWrappers.cpp function SRes (line 11) | SRes HRESULT_To_SRes(HRESULT res, SRes defaultRes) throw() function HRESULT (line 27) | HRESULT SResToHRESULT(SRes res) throw() function SRes (line 64) | static SRes CompressProgress(ICompressProgressPtr pp, UInt64 inSize, UIn... function SRes (line 80) | static SRes MyRead(ISeqInStreamPtr pp, void *data, size_t *size) throw() function MyWrite (line 92) | static size_t MyWrite(ISeqOutStreamPtr pp, const void *data, size_t size... function SRes (line 125) | static SRes InStreamWrap_Read(ISeekInStreamPtr pp, void *data, size_t *s... function SRes (line 134) | static SRes InStreamWrap_Seek(ISeekInStreamPtr pp, Int64 *offset, ESzSee... function Byte (line 182) | Byte CByteInBufWrap::ReadByteFromNewBlock() throw() function Byte (line 200) | static Byte Wrap_ReadByte(IByteInPtr pp) throw() function HRESULT (line 280) | HRESULT CByteOutBufWrap::Flush() throw() function Wrap_WriteByte (line 294) | static void Wrap_WriteByte(IByteOutPtr pp, Byte b) throw() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/CWrappers.h type CCompressProgressWrap (line 12) | struct CCompressProgressWrap type CSeqInStreamWrap (line 22) | struct CSeqInStreamWrap type CSeekInStreamWrap (line 33) | struct CSeekInStreamWrap type CSeqOutStreamWrap (line 43) | struct CSeqOutStreamWrap function Init (line 54) | struct CByteInBufWrap function Byte (line 79) | Byte ReadByte() function Init (line 127) | struct CByteOutBufWrap function WriteByte (line 151) | void WriteByte(Byte b) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 39) | void RegisterCodec(const CCodecInfo *codecInfo) throw() function RegisterHasher (line 63) | void RegisterHasher(const CHasherInfo *hashInfo) throw() function HRESULT (line 72) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 85) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 98) | HRESULT CExternalCodecs::Load() function FindMethod_Index (line 177) | int FindMethod_Index( function FindMethod_Index (line 223) | static int FindMethod_Index( function FindMethod (line 253) | bool FindMethod( function FindHashMethod (line 291) | bool FindHashMethod( function GetHashMethods (line 327) | void GetHashMethods( function HRESULT (line 349) | HRESULT CreateCoder_Index( function HRESULT (line 441) | HRESULT CreateCoder_Index( function HRESULT (line 464) | HRESULT CreateCoder_Id( function HRESULT (line 477) | HRESULT CreateCoder_Id( function HRESULT (line 500) | HRESULT CreateCoder_Id( function HRESULT (line 514) | HRESULT CreateFilter( function HRESULT (line 527) | HRESULT CreateHasher( FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/CreateCoder.h function CExternalCodecs (line 31) | struct CCodecInfoEx type CCreatedCoder (line 149) | struct CCreatedCoder FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 11) | static bool MakeAutoName(const FString &name, function AutoRenamePath (line 20) | bool AutoRenamePath(FString &path) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 48) | static inline HRESULT GetLastError_HRESULT() function HRESULT (line 56) | static inline HRESULT ConvertBoolToHRESULT(bool result) function Z7_COM7F_IMF (line 98) | Z7_COM7F_IMF(CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function Z7_COM7F_IMF (line 235) | Z7_COM7F_IMF(CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function Z7_COM7F_IMF (line 246) | Z7_COM7F_IMF(CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function Z7_COM7F_IMF (line 354) | Z7_COM7F_IMF(CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64... function Z7_COM7F_IMF (line 418) | Z7_COM7F_IMF(CInFileStream::GetSize(UInt64 *size)) function Z7_COM7F_IMF (line 425) | Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILE... function Z7_COM7F_IMF (line 447) | Z7_COM7F_IMF(CInFileStream::GetProps2(CStreamFileProps *props)) function Z7_COM7F_IMF (line 473) | Z7_COM7F_IMF(CInFileStream::GetProperty(PROPID propID, PROPVARIANT *value)) function Z7_COM7F_IMF (line 541) | Z7_COM7F_IMF(CInFileStream::ReloadProps()) function Z7_COM7F_IMF (line 591) | Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILE... function Z7_COM7F_IMF (line 616) | Z7_COM7F_IMF(CInFileStream::GetProps2(CStreamFileProps *props)) function Z7_COM7F_IMF (line 657) | Z7_COM7F_IMF(CInFileStream::GetProperty(PROPID propID, PROPVARIANT *value)) function Z7_COM7F_IMF (line 781) | Z7_COM7F_IMF(CInFileStream::ReloadProps()) function HRESULT (line 797) | HRESULT COutFileStream::Close() function Z7_COM7F_IMF (line 802) | Z7_COM7F_IMF(COutFileStream::Write(const void *data, UInt32 size, UInt32... function Z7_COM7F_IMF (line 829) | Z7_COM7F_IMF(COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function Z7_COM7F_IMF (line 854) | Z7_COM7F_IMF(COutFileStream::SetSize(UInt64 newSize)) function HRESULT (line 859) | HRESULT COutFileStream::GetSize(UInt64 *size) function Z7_COM7F_IMF (line 866) | Z7_COM7F_IMF(CStdOutFileStream::Write(const void *data, UInt32 size, UIn... function Z7_COM7F_IMF (line 876) | Z7_COM7F_IMF(CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/FileStreams.h function Z7_PURE_INTERFACES_BEGIN (line 22) | Z7_PURE_INTERFACES_BEGIN function Z7_PURE_INTERFACES_END (line 28) | Z7_PURE_INTERFACES_END function OpenShared (line 123) | bool OpenShared(CFSTR fileName, bool shareForWrite) function Create_NEW (line 148) | bool Create_NEW(CFSTR fileName) function Create_ALWAYS (line 154) | bool Create_ALWAYS(CFSTR fileName) function Open_EXISTING (line 160) | bool Open_EXISTING(CFSTR fileName) function Create_ALWAYS_or_Open_ALWAYS (line 166) | bool Create_ALWAYS_or_Open_ALWAYS(CFSTR fileName, bool createAlways) function SetTime (line 176) | bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *... function SetMTime (line 180) | bool SetMTime(const CFiTime *mTime) { return File.SetMTime(mTime); } function SeekToBegin_bool (line 182) | bool SeekToBegin_bool() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/FilterCoder.cpp function Z7_COM7F_IMF (line 47) | Z7_COM7F_IMF(CFilterCoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufS... function Z7_COM7F_IMF (line 48) | Z7_COM7F_IMF(CFilterCoder::SetOutBufSize(UInt32 , UInt32 size)) { _outBu... function HRESULT (line 50) | HRESULT CFilterCoder::Alloc() function HRESULT (line 71) | HRESULT CFilterCoder::Init_and_Alloc() function Z7_COM7F_IMF (line 88) | Z7_COM7F_IMF(CFilterCoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 283) | Z7_COM7F_IMF(CFilterCoder::SetOutStream(ISequentialOutStream *outStream)) function Z7_COM7F_IMF (line 289) | Z7_COM7F_IMF(CFilterCoder::ReleaseOutStream()) function HRESULT (line 295) | HRESULT CFilterCoder::Flush2() function Z7_COM7F_IMF (line 334) | Z7_COM7F_IMF(CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function Z7_COM7F_IMF (line 376) | Z7_COM7F_IMF(CFilterCoder::OutStreamFinish()) function Z7_COM7F_IMF (line 420) | Z7_COM7F_IMF(CFilterCoder::InitEncoder()) function HRESULT (line 426) | HRESULT CFilterCoder::Init_NoSubFilterInit() function Z7_COM7F_IMF (line 432) | Z7_COM7F_IMF(CFilterCoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 445) | Z7_COM7F_IMF(CFilterCoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 451) | Z7_COM7F_IMF(CFilterCoder::ReleaseInStream()) function Z7_COM7F_IMF (line 458) | Z7_COM7F_IMF(CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function Z7_COM7F_IMF (line 540) | Z7_COM7F_IMF(CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 si... function Z7_COM7F_IMF (line 543) | Z7_COM7F_IMF(CFilterCoder::SetKey(const Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 546) | Z7_COM7F_IMF(CFilterCoder::SetInitVector(const Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 554) | Z7_COM7F_IMF(CFilterCoder::SetCoderProperties(const PROPID *propIDs, function Z7_COM7F_IMF (line 558) | Z7_COM7F_IMF(CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function Z7_COM7F_IMF (line 561) | Z7_COM7F_IMF(CFilterCoder::SetCoderPropertiesOpt(const PROPID *propIDs, function Z7_COM7F_IMF (line 570) | Z7_COM7F_IMF(CFilterCoder::ResetInitVector()) function Z7_COM7F_IMF (line 576) | Z7_COM7F_IMF(CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/FilterCoder.h type CAlignedMidBuffer (line 20) | struct CAlignedMidBuffer function InitSpecVars (line 77) | void InitSpecVars() type C_InStream_Releaser (line 112) | struct C_InStream_Releaser type C_OutStream_Releaser (line 119) | struct C_OutStream_Releaser type C_Filter_Releaser (line 126) | struct C_Filter_Releaser FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/InBuffer.cpp function Byte (line 89) | Byte CInBufferBase::ReadByte_FromNewBlock() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/InBuffer.h function CSystemException (line 10) | struct CInBufferException: public CSystemException function class (line 16) | class CInBufferBase function class (line 113) | class CInBuffer: public CInBufferBase FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 73) | HRESULT CInOutTempBuffer::Write_HRESULT(const void *data, UInt32 size) function HRESULT (line 148) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/InOutTempBuffer.h function class (line 16) | class CInOutTempBuffer FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/LimitedStreams.cpp function Z7_COM7F_IMF (line 9) | Z7_COM7F_IMF(CLimitedSequentialInStream::Read(void *data, UInt32 size, U... function Z7_COM7F_IMF (line 30) | Z7_COM7F_IMF(CLimitedInStream::Read(void *data, UInt32 size, UInt32 *pro... function Z7_COM7F_IMF (line 59) | Z7_COM7F_IMF(CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UIn... function HRESULT (line 76) | HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 si... function Z7_COM7F_IMF (line 88) | Z7_COM7F_IMF(CClusterInStream::Read(void *data, UInt32 size, UInt32 *pro... function Z7_COM7F_IMF (line 133) | Z7_COM7F_IMF(CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UIn... function Z7_COM7F_IMF (line 153) | Z7_COM7F_IMF(CExtentsStream::Read(void *data, UInt32 size, UInt32 *proce... function Z7_COM7F_IMF (line 221) | Z7_COM7F_IMF(CExtentsStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function Z7_COM7F_IMF (line 239) | Z7_COM7F_IMF(CLimitedSequentialOutStream::Write(const void *data, UInt32... function Z7_COM7F_IMF (line 266) | Z7_COM7F_IMF(CTailInStream::Read(void *data, UInt32 size, UInt32 *proces... function Z7_COM7F_IMF (line 276) | Z7_COM7F_IMF(CTailInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64... function Z7_COM7F_IMF (line 303) | Z7_COM7F_IMF(CLimitedCachedInStream::Read(void *data, UInt32 size, UInt3... function Z7_COM7F_IMF (line 343) | Z7_COM7F_IMF(CLimitedCachedInStream::Seek(Int64 offset, UInt32 seekOrigi... function Z7_COM7F_IMF (line 360) | Z7_COM7F_IMF(CTailOutStream::Write(const void *data, UInt32 size, UInt32... function Z7_COM7F_IMF (line 372) | Z7_COM7F_IMF(CTailOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function Z7_COM7F_IMF (line 389) | Z7_COM7F_IMF(CTailOutStream::SetSize(UInt64 newSize)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/LimitedStreams.h function ReleaseStream (line 23) | void ReleaseStream() { _stream.Release(); } function Init (line 24) | void Init(UInt64 streamSize) function HRESULT (line 45) | HRESULT SeekToPhys() { return InStream_SeekSet(_stream, _physPos); } function HRESULT (line 48) | HRESULT InitAndSeek(UInt64 startOffset, UInt64 size) function HRESULT (line 56) | HRESULT SeekToStart() { return Seek(0, STREAM_SEEK_SET, NULL); } function HRESULT (line 75) | HRESULT SeekToPhys() { return InStream_SeekSet(Stream, _physPos); } function HRESULT (line 77) | HRESULT InitAndSeek() function Is_ZeroFill (line 95) | struct CSeekExtent function Init (line 116) | void Init() function ReleaseStream (line 136) | void ReleaseStream() { _stream.Release(); } function Init (line 156) | void Init() function HRESULT (line 160) | HRESULT SeekToStart() { return InStream_SeekSet(Stream, Offset); } function HRESULT (line 177) | HRESULT SeekToPhys() { return InStream_SeekSet(_stream, _physPos); } function SetStream (line 181) | void SetStream(IInStream *stream) { _stream = stream; } function SetCache (line 182) | void SetCache(size_t cacheSize, size_t cachePos) function HRESULT (line 189) | HRESULT InitAndSeek(UInt64 startOffset, UInt64 size) function HRESULT (line 198) | HRESULT SeekToStart() { return Seek(0, STREAM_SEEK_SET, NULL); } function Init (line 214) | void Init() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/MemBlocks.cpp function HRESULT (line 60) | HRESULT CMemBlockManagerMt::AllocateSpace(size_t numBlocks, size_t numNo... function HRESULT (line 90) | HRESULT CMemBlockManagerMt::AllocateSpaceAlways(size_t desiredNumberOfBl... function HRESULT (line 150) | HRESULT CMemBlocks::WriteToStream(size_t blockSize, ISequentialOutStream... function FOR_VECTOR (line 204) | FOR_VECTOR (i, Blocks) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/MemBlocks.h function class (line 12) | class CMemBlockManager function class (line 29) | class CMemBlockManagerMt: public CMemBlockManager function class (line 48) | class CMemBlocks function CMemBlocks (line 61) | struct CMemLockBlocks: public CMemBlocks FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/MethodProps.cpp function UInt64 (line 14) | UInt64 Calc_From_Val_Percents(UInt64 val, UInt64 percents) function StringToBool (line 44) | bool StringToBool(const wchar_t *s, bool &res) function HRESULT (line 59) | HRESULT PROPVARIANT_to_bool(const PROPVARIANT &prop, bool &dest) function ParseStringToUInt32 (line 71) | unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number) function ParseStringToUInt64 (line 79) | static unsigned ParseStringToUInt64(const UString &srcString, UInt64 &nu... function HRESULT (line 87) | HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, ... function HRESULT (line 115) | HRESULT ParseMtProp2(const UString &name, const PROPVARIANT &prop, UInt3... function HRESULT (line 197) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... function HRESULT (line 310) | static HRESULT SetLogSizeProp(UInt64 number, NCOM::CPropVariant &destProp) function HRESULT (line 331) | static HRESULT StringToDictSize(const UString &s, NCOM::CPropVariant &de... function HRESULT (line 373) | static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CP... class CCoderProps (line 404) | class CCoderProps method CCoderProps (line 411) | CCoderProps(unsigned numPropsMax): method HRESULT (line 426) | HRESULT SetProps(ICompressSetCoderProperties *setCoderProperties) function HRESULT (line 441) | HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UI... function HRESULT (line 446) | HRESULT CProps::SetCoderProps_DSReduce_Aff( type CNameToPropID (line 515) | struct CNameToPropID function FindPropIdExact (line 619) | static int FindPropIdExact(const UString &name) function ConvertProperty (line 629) | static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType,... function ConvertProperty (line 659) | static bool ConvertProperty(const UString &name, const PROPVARIANT &srcP... function SplitParams (line 702) | static void SplitParams(const UString &srcString, UStringVector &subStri... function SplitParam (line 723) | static void SplitParam(const UString ¶m, UString &name, UString &value) function IsLogSizeProp (line 743) | static bool IsLogSizeProp(PROPID propid) function HRESULT (line 762) | HRESULT CMethodProps::SetParam(const UString &name, const UString &value) function HRESULT (line 840) | HRESULT CMethodProps::ParseParamsFromString(const UString &srcString) function HRESULT (line 864) | HRESULT CMethodProps::ParseParamsFromPROPVARIANT(const UString &realName... function UInt64 (line 917) | static UInt64 GetMemoryUsage_LZMA(UInt32 dict, bool isBt, UInt32 numThre... function UInt64 (line 945) | UInt64 CMethodProps::Get_Lzma_MemUsage(bool addSlidingWindowSize) const function HRESULT (line 969) | HRESULT COneMethodInfo::ParseMethodFromString(const UString &s) function HRESULT (line 987) | HRESULT COneMethodInfo::ParseMethodFromPROPVARIANT(const UString &realNa... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/MethodProps.h function UInt64 (line 17) | inline UInt64 Calc_From_Val_Percents_Less100(UInt64 val, UInt64 percents) function HRESULT (line 42) | inline HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop,... type CProp (line 53) | struct CProp function HRESULT (line 88) | HRESULT SetCoderProps_DSReduce_Aff(ICompressSetCoderProperties *scp, function AddProp_Level (line 309) | void AddProp_Level(UInt32 level) function AddProp_NumThreads (line 314) | void AddProp_NumThreads(UInt32 numThreads) function AddProp_EndMarker_if_NotFound (line 319) | void AddProp_EndMarker_if_NotFound(bool eos) function AddProp_BlockSize2 (line 325) | void AddProp_BlockSize2(UInt64 blockSize2) function class (line 340) | class COneMethodInfo: public CMethodProps FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 7) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function Z7_COM7F_IMF (line 14) | Z7_COM7F_IMF(COffsetOutStream::Write(const void *data, UInt32 size, UInt... function Z7_COM7F_IMF (line 19) | Z7_COM7F_IMF(COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, UIn... function Z7_COM7F_IMF (line 34) | Z7_COM7F_IMF(COffsetOutStream::SetSize(UInt64 newSize)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 40) | UInt64 COutBuffer::GetProcessedSize() const throw() function HRESULT (line 49) | HRESULT COutBuffer::FlushPart() throw() function HRESULT (line 86) | HRESULT COutBuffer::Flush() throw() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/OutMemStream.cpp function HRESULT (line 32) | HRESULT COutMemStream::WriteToRealStream() function Z7_COM7F_IMF (line 40) | Z7_COM7F_IMF(COutMemStream::Write(const void *data, UInt32 size, UInt32 ... function Z7_COM7F_IMF (line 121) | Z7_COM7F_IMF(COutMemStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64... function Z7_COM7F_IMF (line 148) | Z7_COM7F_IMF(COutMemStream::SetSize(UInt64 newSize)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/OutMemStream.h function SetOutStream (line 44) | void SetOutStream(IOutStream *outStream) function SetSeqOutStream (line 50) | void SetSeqOutStream(ISequentialOutStream *outStream) function ReleaseOutStream (line 56) | void ReleaseOutStream() function _memManager (line 63) | _memManager(memManager) function SetRealStreamMode (line 83) | void SetRealStreamMode() function StopWriting (line 97) | void StopWriting(HRESULT res) FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/ProgressMt.cpp function HRESULT (line 29) | HRESULT CMtCompressProgressMixer::SetRatioInfo(unsigned index, const UIn... function Z7_COM7F_IMF (line 50) | Z7_COM7F_IMF(CMtCompressProgress::SetRatioInfo(const UInt64 *inSize, con... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/ProgressMt.h function class (line 13) | class CMtCompressProgressMixer function Reinit (line 40) | void Reinit() { _progress->Reinit(_index); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/ProgressUtils.cpp function Z7_COM7F_IMF (line 23) | Z7_COM7F_IMF(CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 48) | HRESULT CLocalProgress::SetCur() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/RegisterArc.h type CArcInfo (line 8) | struct CArcInfo FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 12) | struct CCodecInfo type CHasherInfo (line 87) | struct CHasherInfo FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/StreamBinder.cpp function CBinderInStream (line 16) | CBinderInStream(CStreamBinder *binder): _binder(binder) {} function Z7_COM7F_IMF (line 19) | Z7_COM7F_IMF(CBinderInStream::Read(void *data, UInt32 size, UInt32 *proc... function CBinderOutStream (line 30) | CBinderOutStream(CStreamBinder *binder): _binder(binder) {} function Z7_COM7F_IMF (line 33) | Z7_COM7F_IMF(CBinderOutStream::Write(const void *data, UInt32 size, UInt... function HRESULT (line 37) | static HRESULT Event_Create_or_Reset(NWindows::NSynchronization::CAutoRe... function HRESULT (line 43) | HRESULT CStreamBinder::Create_ReInit() function HRESULT (line 72) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 114) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/StreamBinder.h function class (line 30) | class CStreamBinder FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/StreamObjects.cpp function Z7_COM7F_IMF (line 9) | Z7_COM7F_IMF(CBufferInStream::Read(void *data, UInt32 size, UInt32 *proc... function Z7_COM7F_IMF (line 27) | Z7_COM7F_IMF(CBufferInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt... function Z7_COM7F_IMF (line 44) | Z7_COM7F_IMF(CBufInStream::Read(void *data, UInt32 size, UInt32 *process... function Z7_COM7F_IMF (line 62) | Z7_COM7F_IMF(CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 ... function Create_BufInStream_WithReference (line 79) | void Create_BufInStream_WithReference(const void *data, size_t size, IUn... function Create_BufInStream_WithNewBuffer (line 88) | void Create_BufInStream_WithNewBuffer(const void *data, size_t size, ISe... function Byte (line 120) | Byte *CDynBufSeqOutStream::GetBufPtrForWriting(size_t addSize) function Z7_COM7F_IMF (line 135) | Z7_COM7F_IMF(CDynBufSeqOutStream::Write(const void *data, UInt32 size, U... function Z7_COM7F_IMF (line 151) | Z7_COM7F_IMF(CBufPtrSeqOutStream::Write(const void *data, UInt32 size, U... function Z7_COM7F_IMF (line 166) | Z7_COM7F_IMF(CSequentialOutStreamSizeCount::Write(const void *data, UInt... function Z7_COM7F_IMF (line 221) | Z7_COM7F_IMF(CCachedInStream::Read(void *data, UInt32 size, UInt32 *proc... function Z7_COM7F_IMF (line 275) | Z7_COM7F_IMF(CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/StreamObjects.h function Init (line 18) | void Init() { _pos = 0; } function Init (line 45) | void Init(CReferenceBuf *ref) { Init(ref->Buf, ref->Buf.Size(), ref); } function Create_BufInStream_WithNewBuffer (line 54) | inline void Create_BufInStream_WithNewBuffer(const CByteBuffer &buf, ISe... function class (line 58) | class CByteDynBuffer Z7_final function Init (line 118) | void Init() { _size = 0; } function virtual (line 140) | virtual ~CCachedInStream() { Free(); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 12) | HRESULT InStream_SeekToBegin(IInStream *stream) throw() function HRESULT (line 18) | HRESULT InStream_AtBegin_GetSize(IInStream *stream, UInt64 &sizeRes) thr... function HRESULT (line 35) | HRESULT InStream_GetPos_GetSize(IInStream *stream, UInt64 &curPosRes, UI... function HRESULT (line 54) | HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *proc... function HRESULT (line 73) | HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t... function HRESULT (line 80) | HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t ... function HRESULT (line 87) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/StreamUtils.h function HRESULT (line 8) | inline HRESULT InStream_SeekSet(IInStream *stream, UInt64 offset) throw() function HRESULT (line 10) | inline HRESULT InStream_GetPos(IInStream *stream, UInt64 &curPosRes) thr... function HRESULT (line 12) | inline HRESULT InStream_GetSize_SeekToEnd(IInStream *stream, UInt64 &siz... function HRESULT (line 19) | inline HRESULT InStream_GetSize_SeekToBegin(IInStream *stream, UInt64 &s... FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/UniqBlocks.cpp function UInt64 (line 41) | UInt64 CUniqBlocks::GetTotalSizeInBytes() const FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/UniqBlocks.h function Find (line 9) | struct C_UInt32_UString_Map type CUniqBlocks (line 25) | struct CUniqBlocks FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function WRes (line 20) | WRes CVirtThread::Create() function WRes (line 32) | WRes CVirtThread::Start() FILE: NanaZip.Core/SevenZip/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread function WRes (line 21) | WRes WaitExecuteFinish() { return FinishedEvent.Lock(); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Const.h function namespace (line 6) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Crc.cpp class CBZip2CrcTableInit (line 24) | class CBZip2CrcTableInit method CBZip2CrcTableInit (line 27) | CBZip2CrcTableInit() { CBZip2Crc::InitTable(); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Crc.h function class (line 8) | class CBZip2Crc function UpdateByte (line 16) | void UpdateByte(Byte b) { _value = Table[(_value >> 24) ^ b] ^ (_value <... function UpdateByte (line 17) | void UpdateByte(unsigned b) { _value = Table[(_value >> 24) ^ b] ^ (_val... function class (line 21) | class CBZip2CombinedCrc FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Decoder.cpp type NCompress (line 31) | namespace NCompress { type NBZip2 (line 32) | namespace NBZip2 { type EState (line 103) | enum EState function SRes (line 173) | SRes CBitDecoder::ReadByte(int &b) function NO_INLINE (line 181) | NO_INLINE function IsEndSig (line 208) | bool IsEndSig(const Byte *p) throw() function IsBlockSig (line 219) | bool IsBlockSig(const Byte *p) throw() function NO_INLINE (line 231) | NO_INLINE function NO_INLINE (line 282) | NO_INLINE function NO_INLINE (line 611) | NO_INLINE function NO_INLINE (line 709) | NO_INLINE function HRESULT (line 812) | HRESULT CDecoder::Flush() function NO_INLINE (line 824) | NO_INLINE function HRESULT (line 921) | HRESULT CDecoder::ReadInput() function HRESULT (line 945) | HRESULT CDecoder::ReadStreamSignature() function HRESULT (line 964) | HRESULT CDecoder::StartRead() function HRESULT (line 971) | HRESULT CDecoder::ReadBlockSignature() function HRESULT (line 994) | HRESULT CDecoder::ReadBlock() function HRESULT (line 1016) | HRESULT CDecoder::DecodeStreams(ICompressProgressInfo *progress) function Z7_COM7F_IMF (line 1261) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 1327) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 1334) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) function Z7_COM7F_IMF (line 1341) | Z7_COM7F_IMF(CDecoder::ReadUnusedFromInBuf(void *data, UInt32 size, ... function THREAD_FUNC_DECL (line 1365) | static THREAD_FUNC_DECL RunScout2(void *p) { ((CDecoder *)p)->RunSco... function HRESULT (line 1367) | HRESULT CDecoder::CreateThread() function Z7_COM7F_IMF (line 1505) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads)) function Z7_COM7F_IMF (line 1524) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 1532) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function Z7_COM7F_IMF (line 1541) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 1566) | Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *process... function Z7_COM7F_IMF (line 1672) | Z7_COM7F_IMF(CNsisDecoder::Read(void *data, UInt32 size, UInt32 *pro... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Decoder.h function namespace (line 23) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Encoder.cpp type NCompress (line 11) | namespace NCompress { type NBZip2 (line 12) | namespace NBZip2 { function THREAD_FUNC_DECL (line 57) | static THREAD_FUNC_DECL MFThread(void *threadCoderInfo) function HRESULT (line 62) | HRESULT CThreadInfo::Create() function THREAD_FUNC_RET_TYPE (line 91) | THREAD_FUNC_RET_TYPE CThreadInfo::ThreadFunc() function HRESULT (line 172) | HRESULT CEncoder::Create() type CRleEncoder (line 229) | struct CRleEncoder function Z7_NO_INLINE (line 241) | Z7_NO_INLINE function UInt32 (line 295) | UInt32 CEncoder::ReadRleBlock(Byte *buffer) function Z7_NO_INLINE (line 329) | Z7_NO_INLINE function Z7_NO_INLINE (line 338) | Z7_NO_INLINE function UInt32 (line 798) | UInt32 CThreadInfo::EncodeBlockWithHeaders(const Byte *block, UInt32... function HRESULT (line 886) | HRESULT CThreadInfo::EncodeBlock3(UInt32 blockSize) function HRESULT (line 931) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, ISequentia... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Encoder.h function namespace (line 22) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BZip2Register.cpp type NCompress (line 12) | namespace NCompress { type NBZip2 (line 13) | namespace NBZip2 { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Bcj2Coder.cpp type NCompress (line 13) | namespace NCompress { type NBcj2 (line 14) | namespace NBcj2 { function HRESULT (line 32) | HRESULT CBaseCoder::Alloc(bool allocForOrig) function Z7_COM7F_IMF (line 74) | Z7_COM7F_IMF(CEncoder::SetInBufSize(UInt32, UInt32 size)) function Z7_COM7F_IMF (line 76) | Z7_COM7F_IMF(CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size)) function Z7_COM7F_IMF (line 79) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, con... function HRESULT (line 136) | HRESULT CEncoder::CodeReal( function Z7_COM7F_IMF (line 404) | Z7_COM7F_IMF(CEncoder::Code( function Z7_COM7F_IMF (line 432) | Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size)) function Z7_COM7F_IMF (line 434) | Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32, UInt32 size)) function Z7_COM7F_IMF (line 437) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 524) | Z7_COM7F_IMF(CDecoder::Code( function Z7_COM7F_IMF (line 678) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex,... function Z7_COM7F_IMF (line 687) | Z7_COM7F_IMF(CDecoder::SetInStream2(UInt32 streamIndex, ISequentialI... function Z7_COM7F_IMF (line 693) | Z7_COM7F_IMF(CDecoder::ReleaseInStream2(UInt32 streamIndex)) function Z7_COM7F_IMF (line 699) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 714) | Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Bcj2Coder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Bcj2Register.cpp type NCompress (line 9) | namespace NCompress { type NBcj2 (line 10) | namespace NBcj2 { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BcjCoder.cpp type NCompress (line 7) | namespace NCompress { type NBcj (line 8) | namespace NBcj { function Z7_COM7F_IMF (line 10) | Z7_COM7F_IMF(CCoder2::Init()) function Z7_COM7F_IMF2 (line 17) | Z7_COM7F_IMF2(UInt32, CCoder2::Filter(Byte *data, UInt32 size)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BcjCoder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BcjRegister.cpp type NCompress (line 9) | namespace NCompress { type NBcj (line 10) | namespace NBcj { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BitlDecoder.cpp type NBitl (line 7) | namespace NBitl { type CReverseerTableInitializer (line 15) | struct CReverseerTableInitializer method CReverseerTableInitializer (line 17) | CReverseerTableInitializer() function ReverseBits8test (line 30) | unsigned ReverseBits8test(unsigned i) { return ReverseBits8(i); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BitlDecoder.h function namespace (line 10) | namespace NBitl { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BitlEncoder.h function class (line 8) | class CBitlEncoder FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BitmDecoder.h function namespace (line 8) | namespace NBitm { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BitmEncoder.h function SetStream (line 17) | void SetStream(ISequentialOutStream *outStream) { _stream.SetStream(outS... function Init (line 19) | void Init() function HRESULT (line 25) | HRESULT Flush() function WriteBits (line 38) | void WriteBits(UInt32 value, unsigned numBits) function WriteByte (line 60) | void WriteByte(unsigned b) function WriteBytes (line 68) | void WriteBytes(const Byte *data, size_t num) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BranchMisc.cpp type NCompress (line 11) | namespace NCompress { type NBranch (line 12) | namespace NBranch { function Z7_COM7F_IMF (line 14) | Z7_COM7F_IMF(CCoder::Init()) function Z7_COM7F_IMF2 (line 21) | Z7_COM7F_IMF2(UInt32, CCoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 31) | Z7_COM7F_IMF(CEncoder::Init()) function Z7_COM7F_IMF2 (line 37) | Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 44) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, con... function Z7_COM7F_IMF (line 66) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function Z7_COM7F_IMF (line 78) | Z7_COM7F_IMF(CDecoder::Init()) function Z7_COM7F_IMF2 (line 84) | Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 91) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BranchMisc.h function namespace (line 11) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/BranchRegister.cpp type NCompress (line 9) | namespace NCompress { type NBranch (line 10) | namespace NBranch { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ByteSwap.cpp type NCompress (line 13) | namespace NCompress { type NByteSwap (line 14) | namespace NByteSwap { function Z7_COM7F_IMF (line 19) | Z7_COM7F_IMF(CByteSwap2::Init()) { return S_OK; } function Z7_COM7F_IMF2 (line 21) | Z7_COM7F_IMF2(UInt32, CByteSwap2::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 47) | Z7_COM7F_IMF(CByteSwap4::Init()) { return S_OK; } function Z7_COM7F_IMF2 (line 49) | Z7_COM7F_IMF2(UInt32, CByteSwap4::Filter(Byte *data, UInt32 size)) type C_SwapBytesPrepare (line 77) | struct C_SwapBytesPrepare { C_SwapBytesPrepare() { z7_SwapBytesPrepa... method C_SwapBytesPrepare (line 77) | C_SwapBytesPrepare() { z7_SwapBytesPrepare(); } FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/CodecExports.cpp function SetPropFromAscii (line 24) | static void SetPropFromAscii(const char *s, PROPVARIANT *prop) throw() function HRESULT (line 37) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) ... function HRESULT (line 44) | static HRESULT MethodToClassID(UInt16 typeId, CMethodId id, PROPVARIANT ... function HRESULT (line 54) | static HRESULT FindCodecClassId(const GUID *clsid, bool isCoder2, bool i... function HRESULT (line 95) | static HRESULT CreateCoderMain(unsigned index, bool encode, void **coder) function HRESULT (line 127) | static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, ... function STDAPI (line 154) | STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) function STDAPI (line 161) | STDAPI CreateEncoder(UInt32 index, const GUID *iid, void **outObject) function STDAPI (line 168) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 199) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 261) | STDAPI GetNumberOfMethods(UInt32 *numCodecs) function FindHasherClassId (line 270) | static int FindHasherClassId(const GUID *clsid) throw() function HRESULT (line 283) | static HRESULT CreateHasher2(UInt32 index, IHasher **hasher) function STDAPI (line 294) | STDAPI CreateHasher(const GUID *clsid, IHasher **outObject) function STDAPI (line 306) | STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) function STDAPI (line 334) | STDAPI GetHashers(IHashers **hashers) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/CopyCoder.cpp type NCompress (line 9) | namespace NCompress { function Z7_COM7F_IMF (line 18) | Z7_COM7F_IMF(CCopyCoder::SetFinishMode(UInt32 /* finishMode */)) function Z7_COM7F_IMF (line 23) | Z7_COM7F_IMF(CCopyCoder::Code(ISequentialInStream *inStream, function Z7_COM7F_IMF (line 110) | Z7_COM7F_IMF(CCopyCoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 117) | Z7_COM7F_IMF(CCopyCoder::ReleaseInStream()) function Z7_COM7F_IMF (line 123) | Z7_COM7F_IMF(CCopyCoder::Read(void *data, UInt32 size, UInt32 *process... function Z7_COM7F_IMF (line 133) | Z7_COM7F_IMF(CCopyCoder::GetInStreamProcessedSize(UInt64 *value)) function HRESULT (line 139) | HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream... function HRESULT (line 145) | HRESULT CopyStream_ExactSize(ISequentialInStream *inStream, ISequentia... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/CopyCoder.h function namespace (line 10) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/CopyRegister.cpp type NCompress (line 9) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Deflate64Register.cpp type NCompress (line 12) | namespace NCompress { type NDeflate (line 13) | namespace NDeflate { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeflateConst.h function namespace (line 6) | namespace NCompress { function SetFixedLevels (line 115) | void SetFixedLevels() FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeflateDecoder.cpp type NCompress (line 7) | namespace NCompress { type NDeflate (line 8) | namespace NDeflate { type NDecoder (line 9) | namespace NDecoder { function UInt32 (line 21) | UInt32 CCoder::ReadBits(unsigned numBits) function Byte (line 26) | Byte CCoder::ReadAlignedByte() function HRESULT (line 149) | HRESULT CCoder::InitInStream(bool needInit) function HRESULT (line 165) | HRESULT CCoder::CodeSpec(UInt32 curSize, bool finishInputStream, U... function HRESULT (line 375) | HRESULT CCoder::CodeReal(ISequentialOutStream *outStream, ICompres... function Z7_COM7F_IMF (line 428) | Z7_COM7F_IMF(CCoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 444) | Z7_COM7F_IMF(CCoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 451) | Z7_COM7F_IMF(CCoder::GetInStreamProcessedSize(UInt64 *value)) function Z7_COM7F_IMF (line 458) | Z7_COM7F_IMF(CCoder::ReadUnusedFromInBuf(void *data, UInt32 size, ... function Z7_COM7F_IMF (line 475) | Z7_COM7F_IMF(CCoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 483) | Z7_COM7F_IMF(CCoder::ReleaseInStream()) function Z7_COM7F_IMF (line 503) | Z7_COM7F_IMF(CCoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 521) | Z7_COM7F_IMF(CCoder::Read(void *data, UInt32 size, UInt32 *process... function HRESULT (line 560) | HRESULT CCoder::CodeResume(ISequentialOutStream *outStream, const ... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeflateDecoder.h function namespace (line 17) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeflateEncoder.cpp type NCompress (line 24) | namespace NCompress { type NDeflate (line 25) | namespace NDeflate { type NEncoder (line 26) | namespace NEncoder { class CFastPosInit (line 57) | class CFastPosInit method CFastPosInit (line 60) | CFastPosInit() function GetPosSlot (line 84) | inline unsigned GetPosSlot(UInt32 pos) function HRESULT (line 164) | HRESULT CCoder::Create() function HRESULT (line 220) | HRESULT CCoder::BaseSetEncoderProperties2(const PROPID *propIDs, c... function NO_INLINE (line 261) | NO_INLINE void CCoder::GetMatches() function NO_INLINE (line 323) | NO_INLINE UInt32 CCoder::Backward(UInt32 &backRes, UInt32 cur) function NO_INLINE (line 344) | NO_INLINE UInt32 CCoder::GetOptimal(UInt32 &backRes) function UInt32 (line 455) | UInt32 CCoder::GetOptimalFast(UInt32 &backRes) function NO_INLINE (line 479) | NO_INLINE void CCoder::LevelTableDummy(const Byte *levels, unsigne... function NO_INLINE (line 538) | NO_INLINE void CCoder::WriteBits(UInt32 value, unsigned numBits) function NO_INLINE (line 547) | NO_INLINE void CCoder::LevelTableCode(const Byte *levels, unsigned... function NO_INLINE (line 614) | NO_INLINE void CCoder::MakeTables(unsigned maxHuffLen) function NO_INLINE (line 620) | static NO_INLINE UInt32 Huffman_GetPrice(const UInt32 *freqs, cons... function NO_INLINE (line 629) | static NO_INLINE UInt32 Huffman_GetPrice_Spec( function NO_INLINE (line 638) | NO_INLINE UInt32 CCoder::GetLzBlockPrice() const function NO_INLINE (line 647) | NO_INLINE void CCoder::TryBlock() function NO_INLINE (line 694) | NO_INLINE void CCoder::SetPrices(const CLevels &levels) function NO_INLINE (line 723) | static NO_INLINE void Huffman_ReverseBits(UInt32 *codes, const Byt... function NO_INLINE (line 739) | NO_INLINE void CCoder::WriteBlock() function UInt32 (line 768) | static UInt32 GetStorePrice(UInt32 blockSize, unsigned bitPosition) function NO_INLINE (line 803) | NO_INLINE UInt32 CCoder::TryDynBlock(unsigned tableIndex, UInt32 n... function NO_INLINE (line 855) | NO_INLINE UInt32 CCoder::TryFixedBlock(unsigned tableIndex) function NO_INLINE (line 866) | NO_INLINE UInt32 CCoder::GetBlockPrice(unsigned tableIndex, unsign... function HRESULT (line 969) | HRESULT CCoder::CodeReal(ISequentialInStream *inStream, ISequentia... function HRESULT (line 1023) | HRESULT CCoder::BaseCode(ISequentialInStream *inStream, ISequentia... function Z7_COM7F_IMF (line 1031) | Z7_COM7F_IMF(CCOMCoder::Code(ISequentialInStream *inStream, ISeque... function Z7_COM7F_IMF (line 1035) | Z7_COM7F_IMF(CCOMCoder::SetCoderProperties(const PROPID *propIDs, ... function Z7_COM7F_IMF (line 1038) | Z7_COM7F_IMF(CCOMCoder64::Code(ISequentialInStream *inStream, ISeq... function Z7_COM7F_IMF (line 1042) | Z7_COM7F_IMF(CCOMCoder64::SetCoderProperties(const PROPID *propIDs... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeflateEncoder.h function namespace (line 15) | namespace NCompress { function class (line 69) | class CCoder FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeflateRegister.cpp type NCompress (line 12) | namespace NCompress { type NDeflate (line 13) | namespace NDeflate { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/DeltaFilter.cpp type NCompress (line 13) | namespace NCompress { type NDelta (line 14) | namespace NDelta { type CDelta (line 16) | struct CDelta method CDelta (line 21) | CDelta(): _delta(1) {} method DeltaInit (line 22) | void DeltaInit() { Delta_Init(_state); } class CEncoder (line 28) | class CEncoder function Z7_COM7F_IMF (line 41) | Z7_COM7F_IMF(CEncoder::Init()) function Z7_COM7F_IMF2 (line 47) | Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 53) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, con... function Z7_COM7F_IMF (line 80) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream *ou... class CDecoder (line 89) | class CDecoder function Z7_COM7F_IMF (line 100) | Z7_COM7F_IMF(CDecoder::Init()) function Z7_COM7F_IMF2 (line 106) | Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 112) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/HuffmanDecoder.h function namespace (line 9) | namespace NCompress { function Decode2 (line 360) | bool Decode2(TBitDecoder *bitStream, unsigned &sym) const function Decode_SymCheck_MovePosCheck (line 370) | bool Decode_SymCheck_MovePosCheck(TBitDecoder *bitStream, unsigned &sym)... function Decode (line 381) | unsigned Decode(TBitDecoder *bitStream) const function DecodeFull (line 393) | unsigned DecodeFull(TBitDecoder *bitStream) const function Build (line 435) | bool Build(const Byte *lens, bool full) throw() FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ImplodeDecoder.cpp type NCompress (line 9) | namespace NCompress { type NImplode (line 10) | namespace NImplode { type NDecoder (line 11) | namespace NDecoder { function HRESULT (line 106) | HRESULT CCoder::CodeReal(ISequentialInStream *inStream, ISequentia... function Z7_COM7F_IMF (line 217) | Z7_COM7F_IMF(CCoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 228) | Z7_COM7F_IMF(CCoder::SetDecoderProperties2(const Byte *data, UInt3... function Z7_COM7F_IMF (line 237) | Z7_COM7F_IMF(CCoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 244) | Z7_COM7F_IMF(CCoder::GetInStreamProcessedSize(UInt64 *value)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ImplodeDecoder.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzOutWindow.h type COutBufferException (line 9) | typedef COutBufferException CLzOutWindowException; function class (line 12) | class CLzOutWindow: public COutBuffer FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzfseDecoder.cpp type NCompress (line 51) | namespace NCompress { type NLzfse (line 52) | namespace NLzfse { function HRESULT (line 58) | HRESULT CDecoder::GetUInt32(UInt32 &val) function HRESULT (line 70) | HRESULT CDecoder::DecodeUncompressed(UInt32 unpackSize) function HRESULT (line 92) | HRESULT CDecoder::DecodeLzvn(UInt32 unpackSize, UInt32 packSize) function UInt32 (line 295) | static UInt32 SumFreqs(const UInt16 *freqs, unsigned num) function CountZeroBits (line 304) | static Z7_FORCE_INLINE unsigned CountZeroBits(UInt32 val, UInt32 mask) function Z7_FORCE_INLINE (line 316) | static Z7_FORCE_INLINE void InitLitTable(const UInt16 *freqs, UInt32... function InitExtraDecoderTable (line 375) | static void InitExtraDecoderTable(unsigned numStates, function Z7_FORCE_INLINE (line 451) | static Z7_FORCE_INLINE int FseInStream_Init(CBitStream *s, function Z7_FORCE_INLINE (line 487) | static Z7_FORCE_INLINE UInt32 BitStream_Pull(CBitStream *s, unsigned... function Z7_FORCE_INLINE (line 502) | static Z7_FORCE_INLINE UInt32 FseDecodeExtra(CFseState *pstate, function HRESULT (line 524) | HRESULT CDecoder::DecodeLzfse(UInt32 unpackSize, Byte version) function HRESULT (line 842) | HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, ISequentialO... function Z7_COM7F_IMF (line 940) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequential... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzfseDecoder.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzhDecoder.cpp type NCompress (line 7) | namespace NCompress{ type NLzh (line 8) | namespace NLzh { type NDecoder (line 9) | namespace NDecoder { function HRESULT (line 111) | HRESULT CCoder::CodeReal(UInt32 rem, ICompressProgressInfo *progress) function HRESULT (line 195) | HRESULT CCoder::Code(ISequentialInStream *inStream, ISequentialOut... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzhDecoder.h function namespace (line 16) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Lzma2Decoder.cpp type NCompress (line 14) | namespace NCompress { type NLzma2 (line 15) | namespace NLzma2 { function Z7_COM7F_IMF (line 37) | Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufS... function Z7_COM7F_IMF (line 38) | Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size)) { _outSt... function Z7_COM7F_IMF (line 40) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function Z7_COM7F_IMF (line 51) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function UInt64 (line 61) | static UInt64 Get_ExpectedBlockSize_From_Dict(UInt32 dictSize) function Z7_COM7F_IMF (line 84) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 189) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) function Z7_COM7F_IMF (line 198) | Z7_COM7F_IMF(CDecoder::SetNumberOfThreads(UInt32 numThreads)) function Z7_COM7F_IMF (line 207) | Z7_COM7F_IMF(CDecoder::SetMemLimit(UInt64 memUsage)) function Z7_COM7F_IMF (line 218) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 244) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 246) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function Z7_COM7F_IMF (line 250) | Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Lzma2Decoder.h function namespace (line 10) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Lzma2Encoder.cpp type NCompress (line 15) | namespace NCompress { type NLzma (line 17) | namespace NLzma { type NLzma2 (line 23) | namespace NLzma2 { function HRESULT (line 41) | HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2E... function Z7_COM7F_IMF (line 85) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, function Z7_COM7F_IMF (line 99) | Z7_COM7F_IMF(CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, function Z7_COM7F_IMF (line 114) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function Z7_COM7F_IMF (line 124) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Lzma2Encoder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Lzma2Register.cpp type NCompress (line 13) | namespace NCompress { type NLzma2 (line 14) | namespace NLzma2 { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmaDecoder.cpp function HRESULT (line 11) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 25) | namespace NCompress { type NLzma (line 26) | namespace NLzma { function Z7_COM7F_IMF (line 55) | Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 , UInt32 size)) function Z7_COM7F_IMF (line 57) | Z7_COM7F_IMF(CDecoder::SetOutBufSize(UInt32 , UInt32 size)) function HRESULT (line 60) | HRESULT CDecoder::CreateInputBuffer() function Z7_COM7F_IMF (line 75) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function Z7_COM7F_IMF (line 96) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 105) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 112) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) function HRESULT (line 119) | HRESULT CDecoder::CodeSpec(ISequentialInStream *inStream, ISequentia... function Z7_COM7F_IMF (line 219) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 235) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 237) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function Z7_COM7F_IMF (line 240) | Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *process... function HRESULT (line 306) | HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const ... function HRESULT (line 313) | HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt3... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmaDecoder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmaEncoder.cpp type NCompress (line 30) | namespace NCompress { type NLzma (line 31) | namespace NLzma { function wchar_t (line 47) | static inline wchar_t GetLowCharFast(wchar_t c) function ParseMatchFinder (line 52) | static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numH... function HRESULT (line 89) | HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEnc... function Z7_COM7F_IMF (line 192) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, function Z7_COM7F_IMF (line 217) | Z7_COM7F_IMF(CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, function Z7_COM7F_IMF (line 232) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function UInt64 (line 248) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)... function PrintNum (line 250) | static void PrintNum(UInt64 val, unsigned numDigits, char c = ' ') function PrintTime (line 261) | static void PrintTime(const char *s, UInt64 val, UInt64 total) type CBaseStat (line 286) | struct CBaseStat method BOOL (line 290) | BOOL Get(HANDLE thread, const CBaseStat *prevStat) function PrintStat (line 310) | static void PrintStat(HANDLE thread, UInt64 totalTime, const CBaseSt... function Z7_COM7F_IMF (line 330) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmaEncoder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmaRegister.cpp type NCompress (line 13) | namespace NCompress { type NLzma (line 14) | namespace NLzma { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmsDecoder.cpp type NCompress (line 10) | namespace NCompress { type NLzms (line 11) | namespace NLzms { class CBitDecoder (line 13) | class CBitDecoder method Init (line 19) | void Init(const Byte *buf, size_t size) throw() method Z7_FORCE_INLINE (line 25) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 36) | Z7_FORCE_INLINE method MovePos (line 42) | void MovePos(unsigned numBits) method UInt32 (line 49) | UInt32 ReadBits32(unsigned numBits) type CInit (line 88) | struct CInit method CInit (line 90) | CInit() function GetNumPosSlots (line 122) | static unsigned GetNumPosSlots(size_t size) function x86_Filter (line 151) | static void x86_Filter(Byte *data, UInt32 size, Int32 *history) function HRESULT (line 294) | HRESULT CDecoder::CodeReal(const Byte *in, size_t inSize, Byte *_win... function HRESULT (line 601) | HRESULT CDecoder::Code(const Byte *in, size_t inSize, Byte *out, siz... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzmsDecoder.h function namespace (line 12) | namespace NCompress { function Normalize (line 106) | struct CRangeDecoder function Decode (line 133) | unsigned Decode(UInt32 *state, UInt32 numStates, struct CProbEntry *probs) function class (line 171) | class CDecoder FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Lzx.h function namespace (line 8) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzxDecoder.cpp function Z7_FORCE_INLINE (line 76) | Z7_FORCE_INLINE type NCompress (line 267) | namespace NCompress { type NLzx (line 268) | namespace NLzx { function PrintVal (line 281) | static void PrintVal(UInt32 v) function PrintStat (line 285) | static void PrintStat(const char *name, const UInt32 *a, size_t num) type CStat (line 305) | struct CStat function Z7_NO_INLINE (line 401) | Z7_NO_INLINE function HRESULT (line 613) | HRESULT CDecoder::Flush() throw() type CBitDecoder (line 765) | struct CBitDecoder method Z7_FORCE_INLINE (line 770) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 778) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 785) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 800) | Z7_FORCE_INLINE class CBitByteDecoder (line 810) | class CBitByteDecoder: public CBitDecoder method Z7_FORCE_INLINE (line 815) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 822) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 831) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 837) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 857) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 860) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 870) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 878) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 884) | Z7_FORCE_INLINE function Z7_NO_INLINE (line 895) | Z7_NO_INLINE function Z7_NO_INLINE (line 915) | Z7_NO_INLINE function CodeLz (line 1124) | static ptrdiff_t CodeLz(CDecoder *dec, size_t next, ptrdiff_t _bitOffset... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/LzxDecoder.h function namespace (line 9) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Mtf8.h function namespace (line 8) | namespace NCompress { type UInt64 (line 81) | typedef UInt64 CMtfVar; type UInt32 (line 84) | typedef UInt32 CMtfVar; function Add (line 91) | struct CMtf8Decoder function Z7_FORCE_INLINE (line 99) | Z7_FORCE_INLINE FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdDecoder.cpp type NCompress (line 12) | namespace NCompress { type NPpmd (line 13) | namespace NPpmd { function Z7_COM7F_IMF (line 31) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt... function HRESULT (line 57) | HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size) function Z7_COM7F_IMF (line 133) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 170) | Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) function Z7_COM7F_IMF (line 181) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 187) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) function Z7_COM7F_IMF (line 195) | Z7_COM7F_IMF(CDecoder::SetInStream(ISequentialInStream *inStream)) function Z7_COM7F_IMF (line 202) | Z7_COM7F_IMF(CDecoder::ReleaseInStream()) function Z7_COM7F_IMF (line 208) | Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdDecoder.h function namespace (line 14) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdEncoder.cpp type NCompress (line 11) | namespace NCompress { type NPpmd (line 12) | namespace NPpmd { function Z7_COM7F_IMF (line 55) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, con... function Z7_COM7F_IMF (line 133) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function Z7_COM7F_IMF (line 142) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdEncoder.h function namespace (line 14) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdRegister.cpp type NCompress (line 13) | namespace NCompress { type NPpmd (line 14) | namespace NPpmd { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdZip.cpp type NCompress (line 12) | namespace NCompress { type NPpmdZip (line 13) | namespace NPpmdZip { function Z7_COM7F_IMF (line 36) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 154) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 160) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) function Z7_COM7F_IMF (line 196) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, con... function Z7_COM7F_IMF (line 250) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/PpmdZip.h function namespace (line 15) | namespace NCompress { type CEncProps (line 44) | struct CEncProps FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/QuantumDecoder.cpp type NCompress (line 14) | namespace NCompress { type NQuantum (line 15) | namespace NQuantum { class CRangeDecoder (line 27) | class CRangeDecoder method Z7_FORCE_INLINE (line 39) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 50) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 56) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 70) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 79) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 85) | Z7_FORCE_INLINE function Z7_NO_INLINE (line 202) | Z7_NO_INLINE function HRESULT (line 220) | HRESULT CDecoder::Code(const Byte *inData, size_t inSize, UInt32 out... function HRESULT (line 332) | HRESULT CDecoder::SetParams(unsigned numDictBits) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/QuantumDecoder.h function namespace (line 8) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar1Decoder.cpp type NCompress (line 9) | namespace NCompress { type NRar1 (line 10) | namespace NRar1 { function UInt32 (line 44) | UInt32 CDecoder::ReadBits(unsigned numBits) { return m_InBitStream.R... function HRESULT (line 46) | HRESULT CDecoder::CopyBlock(UInt32 distance, UInt32 len) function UInt32 (line 57) | UInt32 CDecoder::DecodeNum(const Byte *numTab) function HRESULT (line 89) | HRESULT CDecoder::ShortLZ() function HRESULT (line 175) | HRESULT CDecoder::LongLZ() function HRESULT (line 273) | HRESULT CDecoder::HuffDecode() function HRESULT (line 378) | HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, ISequentia... function Z7_COM7F_IMF (line 501) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 510) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar1Decoder.h function namespace (line 17) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar2Decoder.cpp type NCompress (line 11) | namespace NCompress { type NRar2 (line 12) | namespace NRar2 { type NMultimedia (line 14) | namespace NMultimedia { function Byte (line 18) | Byte CFilter::Decode(int &channelDelta, Byte deltaByte) function UInt32 (line 103) | UInt32 CDecoder::ReadBits(unsigned numBits) { return m_InBitStream.R... function CLenType (line 280) | static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType s... function HRESULT (line 369) | HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, ISequentia... function Z7_COM7F_IMF (line 455) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 464) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar2Decoder.h function namespace (line 18) | namespace NCompress { type NBitm (line 62) | typedef NBitm::CDecoder CBitDecoder; FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar3Decoder.cpp type NCompress (line 15) | namespace NCompress { type NRar3 (line 16) | namespace NRar3 { function Byte (line 41) | static Byte Wrap_ReadByte(IByteInPtr pp) throw() function Byte (line 47) | static Byte Wrap_ReadBits8(IByteInPtr pp) throw() function HRESULT (line 85) | HRESULT CDecoder::WriteDataToStream(const Byte *data, UInt32 size) function HRESULT (line 90) | HRESULT CDecoder::WriteData(const Byte *data, UInt32 size) function HRESULT (line 105) | HRESULT CDecoder::WriteArea(UInt32 startPtr, UInt32 endPtr) function HRESULT (line 129) | HRESULT CDecoder::WriteBuf() function UInt32 (line 393) | UInt32 CDecoder::ReadBits(unsigned numBits) { return m_InBitStream.B... function HRESULT (line 397) | HRESULT CDecoder::InitPPM() function HRESULT (line 440) | HRESULT CDecoder::DecodePPM(Int32 num, bool &keepDecompressing) function HRESULT (line 528) | HRESULT CDecoder::ReadTables(bool &keepDecompressing) function HRESULT (line 649) | HRESULT CDecoder::ReadEndOfBlock(bool &keepDecompressing) function HRESULT (line 663) | HRESULT CDecoder::DecodeLZ(bool &keepDecompressing) function HRESULT (line 811) | HRESULT CDecoder::CodeReal(ICompressProgressInfo *progress) function Z7_COM7F_IMF (line 885) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 931) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar3Decoder.h function namespace (line 22) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar3Vm.cpp type NCompress (line 24) | namespace NCompress { type NRar3 (line 25) | namespace NRar3 { function UInt32 (line 27) | UInt32 CMemBitDecoder::ReadBits(unsigned numBits) function UInt32 (line 45) | UInt32 CMemBitDecoder::ReadBit() { return ReadBits(1); } function UInt32 (line 47) | UInt32 CMemBitDecoder::ReadEncodedUInt32() type NVm (line 56) | namespace NVm { function UInt32 (line 213) | UInt32 CVm::GetOperand32(const COperand *op) const function Byte (line 233) | Byte CVm::GetOperand8(const COperand *op) const function UInt32 (line 253) | UInt32 CVm::GetOperand(bool byteMode, const COperand *op) const function DecodeArg (line 663) | static void DecodeArg(CMemBitDecoder &inp, COperand &op, bool byte... type EStandardFilter (line 787) | enum EStandardFilter type CStandardFilterSignature (line 798) | struct CStandardFilterSignature function FindStandardFilter (line 815) | static int FindStandardFilter(const Byte *code, UInt32 codeSize) function E8E9Decode (line 882) | static void E8E9Decode(Byte *data, UInt32 dataSize, UInt32 fileOff... function ItaniumDecode (line 907) | static void ItaniumDecode(Byte *data, UInt32 dataSize, UInt32 file... function DeltaDecode (line 947) | static void DeltaDecode(Byte *data, UInt32 dataSize, UInt32 numCha... function RgbDecode (line 959) | static void RgbDecode(Byte *srcData, UInt32 dataSize, UInt32 width... function AudioDecode (line 1005) | static void AudioDecode(Byte *srcData, UInt32 dataSize, UInt32 num... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar3Vm.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar5Decoder.cpp function My_ZeroMemory (line 42) | static type NRar5 (line 190) | namespace NRar5 { function Z7_FORCE_INLINE (line 201) | static class CBitDecoder (line 332) | class CBitDecoder method Z7_FORCE_INLINE (line 351) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 367) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 374) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 392) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 412) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 430) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 437) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 443) | Z7_FORCE_INLINE bool InputEofError() const { return ExtraBitsWereRea... method GetProcessedBits7 (line 445) | Z7_FORCE_INLINE unsigned GetProcessedBits7() const { return _bitPos; } method Z7_FORCE_INLINE (line 446) | Z7_FORCE_INLINE UInt64 GetProcessedSize_Round() const { return _proc... method Z7_FORCE_INLINE (line 447) | Z7_FORCE_INLINE UInt64 GetProcessedSize() const { return _processedS... method Z7_FORCE_INLINE (line 449) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 468) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 474) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 492) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 505) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 514) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 527) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 552) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 569) | Z7_FORCE_INLINE method Z7_FORCE_INLINE (line 581) | Z7_FORCE_INLINE function Z7_NO_INLINE (line 616) | Z7_NO_INLINE type FilterType (line 666) | enum FilterType function Z7_NO_INLINE (line 732) | Z7_NO_INLINE function Z7_NO_INLINE (line 746) | Z7_NO_INLINE function HRESULT (line 831) | HRESULT CDecoder::ExecuteFilter(const CFilter &f) function HRESULT (line 936) | HRESULT CDecoder::WriteBuf() function Z7_NO_INLINE (line 998) | Z7_NO_INLINE function HRESULT (line 1016) | HRESULT CDecoder::AddFilter(CBitDecoder &_bitStream) function HRESULT (line 1088) | HRESULT CDecoder::ReadTables(CBitDecoder &_bitStream) function CLenType (line 1331) | static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType slot) type enum_exit_type (line 1341) | enum enum_exit_type function HRESULT (line 1373) | HRESULT CDecoder::DecodeLZ2(const CBitDecoder &bitStream) throw() function HRESULT (line 1669) | HRESULT CDecoder::DecodeLZ() function HRESULT (line 1801) | HRESULT CDecoder::CodeReal() FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/Rar5Decoder.h function namespace (line 15) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/RarCodecsRegister.cpp type NCompress (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ShrinkDecoder.cpp type NCompress (line 13) | namespace NCompress { type NShrink (line 14) | namespace NShrink { function HRESULT (line 20) | HRESULT CDecoder::CodeReal(ISequentialInStream *inStream, ISequentia... function Z7_COM7F_IMF (line 219) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... function Z7_COM7F_IMF (line 230) | Z7_COM7F_IMF(CDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 237) | Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ShrinkDecoder.h function namespace (line 10) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/XpressDecoder.cpp function Z7_FORCE_INLINE (line 132) | static function Z7_FORCE_INLINE (line 186) | static type NCompress (line 275) | namespace NCompress { type NXpress (line 276) | namespace NXpress { function HRESULT (line 297) | HRESULT Decode_WithExceedWrite(const Byte *in, size_t inSize, Byte *... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/XpressDecoder.h function namespace (line 8) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/XzDecoder.cpp type NCompress (line 11) | namespace NCompress { type NXz (line 12) | namespace NXz { function HRESULT (line 20) | static HRESULT SResToHRESULT_Code(SRes res) throw() function HRESULT (line 35) | HRESULT CDecoder::Decode(ISequentialInStream *seqInStream, ISequenti... function Z7_COM7F_IMF (line 117) | Z7_COM7F_IMF(CComDecoder::Code(ISequentialInStream *inStream, ISeque... function Z7_COM7F_IMF (line 123) | Z7_COM7F_IMF(CComDecoder::SetFinishMode(UInt32 finishMode)) function Z7_COM7F_IMF (line 129) | Z7_COM7F_IMF(CComDecoder::GetInStreamProcessedSize(UInt64 *value)) function Z7_COM7F_IMF (line 137) | Z7_COM7F_IMF(CComDecoder::SetNumberOfThreads(UInt32 numThreads)) function Z7_COM7F_IMF (line 146) | Z7_COM7F_IMF(CComDecoder::SetMemLimit(UInt64 memUsage)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/XzDecoder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/XzEncoder.cpp type NCompress (line 15) | namespace NCompress { type NLzma2 (line 17) | namespace NLzma2 { type NXz (line 21) | namespace NXz { type CMethodNamePair (line 44) | struct CMethodNamePair function FilterIdFromName (line 62) | static int FilterIdFromName(const wchar_t *name) function HRESULT (line 74) | HRESULT CEncoder::SetCheckSize(UInt32 checkSizeInBytes) function HRESULT (line 90) | HRESULT CEncoder::SetCoderProp(PROPID propID, const PROPVARIANT &prop) function Z7_COM7F_IMF (line 189) | Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, function Z7_COM7F_IMF (line 204) | Z7_COM7F_IMF(CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, function Z7_COM7F_IMF (line 222) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/XzEncoder.h function namespace (line 12) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ZDecoder.cpp type NCompress (line 14) | namespace NCompress { type NZ (line 15) | namespace NZ { function HRESULT (line 32) | HRESULT CDecoder::Code(ISequentialInStream *inStream, ISequentialOut... function CheckStream (line 167) | bool CheckStream(const Byte *data, size_t size) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ZDecoder.h function namespace (line 10) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ZlibDecoder.cpp type NCompress (line 11) | namespace NCompress { type NZlib (line 12) | namespace NZlib { function UInt32 (line 21) | UInt32 Adler32_Update(UInt32 adler, const Byte *data, size_t size) function Z7_COM7F_IMF (line 58) | Z7_COM7F_IMF(COutStreamWithAdler::Write(const void *data, UInt32 siz... function Z7_COM7F_IMF (line 70) | Z7_COM7F_IMF(CDecoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ZlibDecoder.h function namespace (line 8) | namespace NCompress { function IsAdlerOptional (line 38) | IsAdlerOptional(false) {} function IsZlib (line 48) | static bool inline IsZlib(const Byte *p) function IsZlib_3bytes (line 63) | static bool inline IsZlib_3bytes(const Byte *p) FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ZlibEncoder.cpp type NCompress (line 9) | namespace NCompress { type NZlib (line 10) | namespace NZlib { function Z7_COM7F_IMF (line 17) | Z7_COM7F_IMF(CInStreamWithAdler::Read(void *data, UInt32 size, UInt3... function Z7_COM7F_IMF (line 33) | Z7_COM7F_IMF(CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: NanaZip.Core/SevenZip/CPP/7zip/Compress/ZlibEncoder.h function namespace (line 8) | namespace NCompress { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/7zAes.cpp type NCrypto (line 24) | namespace NCrypto { type N7z (line 25) | namespace N7z { function FOR_VECTOR (line 118) | FOR_VECTOR (i, Keys) function FOR_VECTOR (line 135) | FOR_VECTOR (i, Keys) function Z7_COM7F_IMF (line 200) | Z7_COM7F_IMF(CEncoder::ResetInitVector()) function Z7_COM7F_IMF (line 209) | Z7_COM7F_IMF(CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function Z7_COM7F_IMF (line 247) | Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt3... function Z7_COM7F_IMF (line 283) | Z7_COM7F_IMF(CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 ... function Z7_COM7F_IMF (line 294) | Z7_COM7F_IMF(CBaseCoder::Init()) function Z7_COM7F_IMF2 (line 310) | Z7_COM7F_IMF2(UInt32, CBaseCoder::Filter(Byte *data, UInt32 size)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/7zAes.h function namespace (line 14) | namespace N7z { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/7zAesRegister.cpp type NCrypto (line 9) | namespace NCrypto { type N7z (line 10) | namespace N7z { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/HmacSha1.cpp type NCrypto (line 11) | namespace NCrypto { type NSha1 (line 12) | namespace NSha1 { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/HmacSha1.h function namespace (line 9) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/HmacSha256.cpp type NCrypto (line 11) | namespace NCrypto { type NSha256 (line 12) | namespace NSha256 { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/HmacSha256.h function namespace (line 9) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/MyAes.cpp type NCrypto (line 9) | namespace NCrypto { type CAesTabInit (line 11) | struct CAesTabInit { CAesTabInit() { AesGenTables();} } method CAesTabInit (line 11) | CAesTabInit() { AesGenTables();} function Z7_COM7F_IMF (line 34) | Z7_COM7F_IMF(CAesCoder::Init()) function Z7_COM7F_IMF2 (line 41) | Z7_COM7F_IMF2(UInt32, CAesCoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 58) | Z7_COM7F_IMF(CAesCoder::SetKey(const Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 69) | Z7_COM7F_IMF(CAesCoder::SetInitVector(const Byte *data, UInt32 size)) function Z7_COM7F_IMF2 (line 91) | Z7_COM7F_IMF2(UInt32, CAesCtrCoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 255) | Z7_COM7F_IMF(CAesCoder::SetCoderProperties(const PROPID *propIDs, cons... FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/MyAes.h function namespace (line 13) | namespace NCrypto { type CAesCbcEncoder (line 80) | struct CAesCbcEncoder function CAesCoder (line 82) | CAesCbcEncoder(unsigned keySize = 0): CAesCoder(keySize) function CAesCoder (line 91) | struct CAesCbcDecoder: public CAesCoder FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/MyAesReg.cpp type NCrypto (line 9) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Pbkdf2HmacSha1.cpp type NCrypto (line 12) | namespace NCrypto { type NSha1 (line 13) | namespace NSha1 { function Pbkdf2Hmac (line 15) | void Pbkdf2Hmac(const Byte *pwd, size_t pwdSize, FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Pbkdf2HmacSha1.h function namespace (line 11) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/RandGen.cpp function HASH_UPD (line 125) | HASH_UPD(pid) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/RandGen.h function class (line 23) | class CRandomGenerator FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Rar20Crypto.cpp type NCrypto (line 11) | namespace NCrypto { type NRar2 (line 12) | namespace NRar2 { function Swap (line 42) | static inline void Swap(Byte &b1, Byte &b2) function Z7_COM7F_IMF (line 110) | Z7_COM7F_IMF(CDecoder::Init()) function Z7_COM7F_IMF2 (line 117) | Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Rar20Crypto.h function namespace (line 10) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Rar5Aes.cpp type NCrypto (line 16) | namespace NCrypto { type NRar5 (line 17) | namespace NRar5 { function ReadVarInt (line 48) | static unsigned ReadVarInt(const Byte *p, unsigned maxSize, UInt64 *... function HRESULT (line 62) | HRESULT CDecoder::SetDecoderProps(const Byte *p, unsigned size, bool... function Z7_COM7F_IMF (line 149) | Z7_COM7F_IMF(CDecoder::Init()) function UInt32 (line 158) | UInt32 CDecoder::Hmac_Convert_Crc32(UInt32 crc) const FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Rar5Aes.h function namespace (line 12) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/RarAes.cpp type NCrypto (line 11) | namespace NCrypto { type NRar3 (line 12) | namespace NRar3 { function HRESULT (line 24) | HRESULT CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) function Z7_COM7F_IMF (line 81) | Z7_COM7F_IMF(CDecoder::Init()) function UpdatePswDataSha1 (line 104) | static void UpdatePswDataSha1(Byte *data) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/RarAes.h function namespace (line 14) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/Sha1Cls.h function namespace (line 8) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/WzAes.cpp type NCrypto (line 19) | namespace NCrypto { type NWzAes (line 20) | namespace NWzAes { function Z7_COM7F_IMF (line 26) | Z7_COM7F_IMF(CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 ... function Z7_COM7F_IMF (line 63) | Z7_COM7F_IMF(CBaseCoder::Init()) function HRESULT (line 68) | HRESULT CEncoder::WriteHeader(ISequentialOutStream *outStream) function HRESULT (line 77) | HRESULT CEncoder::WriteFooter(ISequentialOutStream *outStream) function HRESULT (line 95) | HRESULT CDecoder::ReadHeader(ISequentialInStream *inStream) function CompareArrays (line 109) | static inline bool CompareArrays(const Byte *p1, const Byte *p2, uns... function HRESULT (line 123) | HRESULT CDecoder::CheckMac(ISequentialInStream *inStream, bool &isOK) function Z7_COM7F_IMF2 (line 208) | Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size)) function Z7_COM7F_IMF2 (line 216) | Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/WzAes.h function namespace (line 22) | namespace NCrypto { function SetKeyMode (line 126) | bool SetKeyMode(unsigned mode) function virtual (line 134) | virtual ~CBaseCoder() {} FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/ZipCrypto.cpp type NCrypto (line 12) | namespace NCrypto { type NZip (line 13) | namespace NZip { function Z7_COM7F_IMF (line 23) | Z7_COM7F_IMF(CCipher::CryptoSetPassword(const Byte *data, UInt32 size)) function Z7_COM7F_IMF (line 39) | Z7_COM7F_IMF(CCipher::Init()) function HRESULT (line 44) | HRESULT CEncoder::WriteHeader_Check16(ISequentialOutStream *outStrea... function Z7_COM7F_IMF2 (line 61) | Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size)) function HRESULT (line 82) | HRESULT CDecoder::ReadHeader(ISequentialInStream *inStream) function Z7_COM7F_IMF2 (line 93) | Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/ZipCrypto.h function namespace (line 11) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/ZipStrong.cpp type NCrypto (line 13) | namespace NCrypto { type NZipStrong (line 14) | namespace NZipStrong { function DeriveKey2 (line 27) | static void DeriveKey2(const UInt32 *digest32, Byte c, UInt32 *dest32) function DeriveKey (line 42) | static void DeriveKey(NSha1::CContext &sha, Byte *key) function Z7_COM7F_IMF (line 72) | Z7_COM7F_IMF(CDecoder::CryptoSetPassword(const Byte *data, UInt32 si... function Z7_COM7F_IMF (line 78) | Z7_COM7F_IMF(CDecoder::Init()) function Z7_COM7F_IMF2 (line 83) | Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size)) function HRESULT (line 89) | HRESULT CDecoder::ReadHeader(ISequentialInStream *inStream, UInt32 c... function HRESULT (line 121) | HRESULT CDecoder::Init_and_CheckPassword(bool &passwOK) FILE: NanaZip.Core/SevenZip/CPP/7zip/Crypto/ZipStrong.h function namespace (line 12) | namespace NCrypto { FILE: NanaZip.Core/SevenZip/CPP/7zip/ICoder.h function namespace (line 104) | namespace NCoderPropID function namespace (line 435) | namespace NMethodPropID function namespace (line 453) | namespace NModuleInterfaceType function namespace (line 473) | namespace NModulePropID type GUID (line 500) | typedef HRESULT (WINAPI *Func_CreateDecoder)(UInt32 index, const GUID *i... type GUID (line 501) | typedef HRESULT (WINAPI *Func_CreateEncoder)(UInt32 index, const GUID *i... FILE: NanaZip.Core/SevenZip/CPP/7zip/IStream.h type CStreamFileProps (line 120) | struct CStreamFileProps FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ArchiveCommandLine.h type CMessagePathException (line 15) | typedef CMessagePathException CArcCmdLineException; function namespace (line 17) | namespace NCommandType { enum EEnum type CArcCommand (line 32) | struct CArcCommand FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp function Z7_COM7F_IMF (line 78) | Z7_COM7F_IMF(COutStreamWithHash::Write(const void *data, UInt32 size, UI... function InitLocalPrivileges (line 96) | bool InitLocalPrivileges() function FindExt2 (line 135) | static bool FindExt2(const char *p, const UString &name) function Is_ZoneId_StreamName (line 168) | bool Is_ZoneId_StreamName(const wchar_t *s) function ReadZoneFile_Of_BaseFile (line 173) | void ReadZoneFile_Of_BaseFile(CFSTR fileName, CByteBuffer &buf) function WriteZoneFile_To_BaseFile (line 193) | bool WriteZoneFile_To_BaseFile(CFSTR fileName, const CByteBuffer &buf) function HRESULT (line 215) | static HRESULT Archive_Get_HardLinkNode(IInArchive *archive, UInt32 inde... function HRESULT (line 236) | HRESULT CArchiveExtractCallback::PrepareHardLinks(const CRecordVectorInitForNewFile(); } type CHardLinkNode (line 104) | struct CHardLinkNode function class (line 112) | class CHardLinks type CIndexToPathPair (line 135) | struct CIndexToPathPair function CFiTimesCAM (line 153) | struct CFiTimesCAM type ELinkType (line 186) | enum ELinkType function Is_AnySymLink (line 196) | struct CLinkInfo function Clear (line 216) | void Clear() type CProcessedFileInfo (line 235) | struct CProcessedFileInfo function SetFromPosixAttrib (line 281) | void SetFromPosixAttrib(UInt32 a) type CPostLink (line 305) | struct CPostLink function InitForMulti (line 507) | void InitForMulti(bool multiArchives, function SetHashMethods (line 527) | void SetHashMethods(IHashCalc *hash) function SetBaseParentFolderIndex (line 586) | void SetBaseParentFolderIndex(UInt32 indexInArc) type CArchiveExtractCallback_Closer (line 619) | struct CArchiveExtractCallback_Closer FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp function HRESULT (line 30) | HRESULT COpenCallbackImp::Init2(const FString &folderPrefix, const FStri... function Z7_COM7F_IMF (line 48) | Z7_COM7F_IMF(COpenCallbackImp::SetSubArchiveName(const wchar_t *name)) function Z7_COM7F_IMF (line 56) | Z7_COM7F_IMF(COpenCallbackImp::SetTotal(const UInt64 *files, const UInt6... FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ArchiveOpenCallback.h function class (line 45) | class CMultiStreams Z7_final FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/DefaultName.cpp function UString (line 7) | static UString GetDefaultName3(const UString &fileName, function UString (line 31) | UString GetDefaultName2(const UString &fileName, FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/DirItem.h function GetTotalBytes (line 20) | struct CDirItemsStat function CDirItemsStat (line 53) | struct CDirItemsStat2: public CDirItemsStat function Write_To_FiTime (line 165) | void Write_To_FiTime(CFiTime &dest) const function Set_From_FILETIME (line 181) | void Set_From_FILETIME(const FILETIME &ft) function Set_From_FiTime (line 191) | void Set_From_FiTime(const CFiTime &ts) function Set_From_Prop (line 207) | void Set_From_Prop(const PROPVARIANT &prop) type CDirItem (line 231) | struct CDirItem function Copy_From_FileInfoBase (line 248) | void Copy_From_FileInfoBase(const NWindows::NFile::NFind::CFileInfoBase ... function class (line 299) | class CDirItems type CArcItem (line 388) | struct CArcItem FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/EnumDirItems.h function UString (line 18) | struct CMessagePathException: public UString FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ExitCode.h function namespace (line 6) | namespace NExitCode { FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/Extract.cpp function SetErrorMessage (line 29) | static void SetErrorMessage(const char *message, function HRESULT (line 41) | static HRESULT DecompressArchive( function Find_FileName_InSortedVector (line 322) | int Find_FileName_InSortedVector(const UStringVector &fileNames, const U... function HRESULT (line 342) | HRESULT Extract( FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/Extract.h type CExtractOptions (line 52) | struct CExtractOptions type CDecompressStat (line 83) | struct CDecompressStat FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ExtractMode.h function namespace (line 6) | namespace NExtract { FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/ExtractingFilePath.cpp function IsSupportedName (line 125) | static bool IsSupportedName(const UString &name) function CorrectUnsupportedName (line 154) | static void CorrectUnsupportedName(UString &name) function Correct_PathPart (line 162) | static void Correct_PathPart(UString &s) function UString (line 179) | UString Get_Correct_FsFile_Name(const UString &name) function Correct_FsPath (line 194) | void Correct_FsPath(bool absIsAllowed, bool keepAndReplaceEmptyPrefixes,... function UString (line 286) | UString MakePathFromParts(const UStringVector &parts) FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/HashCalc.h type CHasherState (line 33) | struct CHasherState function GetNumExtraBytes_for_Group (line 52) | unsigned GetNumExtraBytes_for_Group(unsigned groupIndex) const function Z7_PURE_INTERFACES_BEGIN (line 68) | Z7_PURE_INTERFACES_BEGIN function CHashBundle (line 81) | CHashBundle Z7_final: public IHashCalc type CHashOptions (line 188) | struct CHashOptions FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/IFileExtractCallback.h function namespace (line 22) | namespace NOverwriteAnswer FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/LoadCodecs.cpp function ReadPathFromRegistry (line 109) | static bool ReadPathFromRegistry(HKEY baseKey, LPCWSTR value, FString &p... function RegisterArc (line 134) | void RegisterArc(const CArcInfo *arcInfo) throw() function FOR_VECTOR (line 184) | FOR_VECTOR (i, exts) function ParseSignatures (line 200) | static bool ParseSignatures(const Byte *data, unsigned size, CObjectVect... function FString (line 222) | static FString GetBaseFolderPrefixFromRegistry() function HRESULT (line 244) | static HRESULT GetCoderClass(Func_GetMethodProperty getMethodProperty, U... function HRESULT (line 263) | static HRESULT GetMethodBoolProp(Func_GetMethodProperty getMethodPropert... function HRESULT (line 281) | static HRESULT GetMethodStringProp( function HRESULT (line 317) | HRESULT CCodecs::LoadCodecs() function HRESULT (line 381) | static HRESULT GetProp( function HRESULT (line 391) | static HRESULT GetProp_Bool( function HRESULT (line 406) | static HRESULT GetProp_UInt32( function HRESULT (line 425) | static HRESULT GetProp_String( function HRESULT (line 440) | static HRESULT GetProp_RawData( function HRESULT (line 465) | HRESULT CCodecs::LoadFormats() function IsSupportedDll (line 597) | static bool IsSupportedDll(CCodecLib &lib) function HRESULT (line 641) | HRESULT CCodecs::LoadDll(const FString &dllPath, bool needCheckDll, bool... function HRESULT (line 784) | HRESULT CCodecs::LoadDllsFromFolder(const FString &folderPath) function FOR_VECTOR (line 835) | FOR_VECTOR(i, Libs) function HRESULT (line 850) | HRESULT CCodecs::Load() function FOR_VECTOR (line 983) | FOR_VECTOR (i, Formats) function Z7_COM7F_IMF (line 1064) | Z7_COM7F_IMF(CCodecs::GetNumMethods(UInt32 *numMethods)) function Z7_COM7F_IMF (line 1074) | Z7_COM7F_IMF(CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIA... function Z7_COM7F_IMF (line 1110) | Z7_COM7F_IMF(CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void ... function Z7_COM7F_IMF (line 1133) | Z7_COM7F_IMF(CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void ... function Z7_COM7F_IMF2 (line 1157) | Z7_COM7F_IMF2(UInt32, CCodecs::GetNumHashers()) function Z7_COM7F_IMF (line 1166) | Z7_COM7F_IMF(CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVAR... function Z7_COM7F_IMF (line 1181) | Z7_COM7F_IMF(CCodecs::CreateHasher(UInt32 index, IHasher **hasher)) function UInt32 (line 1302) | UInt32 CCodecs::GetCodec_NumStreams(UInt32 index) function HRESULT (line 1314) | HRESULT CCodecs::GetCodec_Id(UInt32 index, UInt64 &id) function AString (line 1324) | AString CCodecs::GetCodec_Name(UInt32 index) function UInt64 (line 1334) | UInt64 CCodecs::GetHasherId(UInt32 index) function AString (line 1344) | AString CCodecs::GetHasherName(UInt32 index) function UInt32 (line 1354) | UInt32 CCodecs::GetHasherDigestSize(UInt32 index) function FOR_VECTOR (line 1367) | FOR_VECTOR (i, Errors) FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/LoadCodecs.h type CDllCodecInfo (line 65) | struct CDllCodecInfo type CDllHasherInfo (line 77) | struct CDllHasherInfo type CArcExtInfo (line 85) | struct CArcExtInfo type CCodecLib (line 243) | struct CCodecLib function HRESULT (line 350) | HRESULT CreateArchiveHandler(const CArcInfoEx &ai, bool outHandler, void... function wchar_t (line 386) | const wchar_t *GetFormatNamePtr(int formatIndex) const function HRESULT (line 438) | HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr &a... FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/Common/OpenArchive.cpp type NParser (line 117) | namespace NParser { type CParseItem (line 119) | struct CParseItem method CParseItem (line 146) | CParseItem(): method NormalizeOffset (line 164) | void NormalizeOffset() function UInt64 (line 183) | UInt64 GetLastEnd() const function CHandler (line 195) | CHandler(): _maxEndOffset(0) {} function IMP_IInArchive_Props (line 291) | IMP_IInArchive_Props function COM_TRY_END (line 302) | COM_TRY_END function Z7_COM7F_IMF (line 312) | Z7_COM7F_IMF(CHandler::GetNumberOfItems(UInt32 *numItems)) function Z7_COM7F_IMF (line 318) | Z7_COM7F_IMF(CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARI... function HRESULT (line 445) | HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID pr... function HRESULT (line 457) | HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) ... function HRESULT (line 462) | HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) ... function HRESULT (line 467) | HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &re... function HRESULT (line 472) | HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &resu... function HRESULT (line 477) | static HRESULT Archive_GetArcProp_Bool(IInArchive *arc, PROPID propid, b... function HRESULT (line 489) | static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, U... function HRESULT (line 507) | static HRESULT Archive_GetArcProp_Int(IInArchive *arc, PROPID propid, In... function HRESULT (line 527) | HRESULT CArc::GetItem_PathToParent(UInt32 index, UInt32 parent, UStringV... function HRESULT (line 611) | HRESULT CArc::GetItem_Path(UInt32 index, UString &result) const function HRESULT (line 753) | HRESULT CArc::GetItem_DefaultPath(UInt32 index, UString &result) const function HRESULT (line 774) | HRESULT CArc::GetItem_Path2(UInt32 index, UString &result) const function FindAltStreamColon_in_Path (line 789) | int FindAltStreamColon_in_Path(const wchar_t *path) function HRESULT (line 944) | static HRESULT Archive_GetItem_Size(IInArchive *archive, UInt32 index, U... function HRESULT (line 965) | HRESULT CArc::GetItem_Size(UInt32 index, UInt64 &size, bool &defined) const function HRESULT (line 984) | HRESULT CArc::GetItem_MTime(UInt32 index, CArcTime &at) const function TestSignature (line 1035) | static inline bool TestSignature(const Byte *p1, const Byte *p2, size_t ... function MakeCheckOrder (line 1044) | static void MakeCheckOrder(CCodecs *codecs, function IsExeExt (line 1089) | static bool IsExeExt(const UString &ext) function IsNameFromList (line 1103) | static bool IsNameFromList(const UString &s, const char * const names[],... function IsPreArcFormat (line 1112) | static bool IsPreArcFormat(const CArcInfoEx &ai) function IsNewStyleSignature (line 1136) | static bool IsNewStyleSignature(const CArcInfoEx &ai) class CArchiveOpenCallback_Offset (line 1146) | class CArchiveOpenCallback_Offset function Z7_COM7F_IMF (line 1180) | Z7_COM7F_IMF(CArchiveOpenCallback_Offset::CryptoGetTextPassword(BSTR *pa... function Z7_COM7F_IMF (line 1190) | Z7_COM7F_IMF(CArchiveOpenCallback_Offset::SetTotal(const UInt64 *, const... function Z7_COM7F_IMF (line 1195) | Z7_COM7F_IMF(CArchiveOpenCallback_Offset::SetCompleted(const UInt64 *, c... function Z7_COM7F_IMF (line 1205) | Z7_COM7F_IMF(CArchiveOpenCallback_Offset::GetProperty(PROPID propID, PRO... function Z7_COM7F_IMF (line 1214) | Z7_COM7F_IMF(CArchiveOpenCallback_Offset::GetStream(const wchar_t *name,... function UInt32 (line 1224) | UInt32 GetOpenArcErrorFlags(const NCOM::CPropVariant &prop, bool *isDefi... function HRESULT (line 1255) | HRESULT CArc::ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESU... function HRESULT (line 1333) | HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex... function HRESULT (line 1401) | static HRESULT ReadParseItemProps(IInArchive *archive, const CArcInfoEx ... function HRESULT (line 1495) | HRESULT CArc::CheckZerosTail(const COpenOptions &op, UInt64 offset) function Init (line 1540) | void Init(IArchiveOpenCallback *callback) function Z7_COM7F_IMF (line 1548) | Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::SetTotal(UInt64 /* size */)) function Z7_COM7F_IMF (line 1553) | Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::SetCompleted(const UInt64... function Z7_COM7F_IMF (line 1558) | Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::SetRatioInfo(const UInt64... function Z7_COM7F_IMF (line 1570) | Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::GetStream(UInt32 /* index... function Z7_COM7F_IMF (line 1576) | Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::PrepareOperation(Int32 /*... function Z7_COM7F_IMF (line 1581) | Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::SetOperationResult(Int32 ... function HRESULT (line 1587) | static HRESULT OpenArchiveSpec(IInArchive *archive, bool needPhySize, function FindFormatForArchiveType (line 1628) | static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderInd... function HRESULT (line 1642) | HRESULT CArc::OpenStream2(const COpenOptions &op) function HRESULT (line 3025) | HRESULT CArc::OpenStream(const COpenOptions &op) function HRESULT (line 3084) | HRESULT CArc::OpenStreamOrFile(COpenOptions &op) function HRESULT (line 3185) | HRESULT CArchiveLink::Close() function HRESULT (line 3235) | HRESULT CArchiveLink::Open(COpenOptions &op) function HRESULT (line 3400) | HRESULT CArchiveLink::Open2(COpenOptions &op, IOpenCallbackUI *callbackUI) function HRESULT (line 3442) | HRESULT CArc::ReOpen(const COpenOptions &op, IArchiveOpenCallback *openC... function HRESULT (line 3488) | HRESULT CArchiveLink::Open3(COpenOptions &op, IOpenCallbackUI *callbackUI) function HRESULT (line 3498) | HRESULT CArchiveLink::ReOpen(COpenOptions &op) function ParseComplexSize (line 3548) | bool ParseComplexSize(const wchar_t *s, UInt64 &result) function ParseTypeParams (line 3578) | static bool ParseTypeParams(const UString &s, COpenType &type) function ParseType (line 3606) | static bool ParseType(CCodecs &codecs, const UString &s, COpenType &type) function ParseOpenTypes (line 3670) | bool ParseOpenTypes(CCodecs &codecs, const UString &s, CObjectVector &vec... function FindInSorted_Ext (line 194) | static int FindInSorted_Ext(const CObjectVector &vect, con... function HIMAGELIST (line 333) | HIMAGELIST Shell_Get_SysImageList_smallIcons(bool smallIcons) FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/FileManager/SysIconUtils.h type CExtIconPair (line 12) | struct CExtIconPair type CAttribIconPair (line 20) | struct CAttribIconPair function GetIconIndex_DIR (line 29) | struct CExtToIconMap FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/GUI/ExtractDialog.cpp function AddComboItems (line 106) | void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, un... function GetBoolsVal (line 122) | bool GetBoolsVal(const CBoolPair &b1, const CBoolPair &b2) function AddUniqueString (line 320) | void AddUniqueString(UStringVector &list, const UString &s) FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/GUI/ExtractDialog.h function namespace (line 19) | namespace NExtractionDialog function class (line 34) | class CExtractDialog: public NWindows::NControl::CModalDialog FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/GUI/ExtractGUI.cpp function AddValuePair (line 41) | static void AddValuePair(UString &s, UINT resourceID, UInt64 value, bool... function AddSizePair (line 51) | static void AddSizePair(UString &s, UINT resourceID, UInt64 value) class CThreadExtracting (line 61) | class CThreadExtracting: public CProgressThreadVirt function HRESULT (line 107) | HRESULT CThreadExtracting::ProcessVirt() function BrowseToPath (line 180) | static void BrowseToPath( function HRESULT (line 202) | HRESULT ExtractGUI( FILE: NanaZip.Core/SevenZip/CPP/7zip/UI/GUI/HashGUI.h type CObjectVector (line 15) | typedef CObjectVector CPropNameValPairs; FILE: NanaZip.Core/SevenZip/CPP/Common/CRC.cpp type CCRCTableInit (line 7) | struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } method CCRCTableInit (line 7) | CCRCTableInit() { CrcGenerateTable(); } FILE: NanaZip.Core/SevenZip/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 11) | namespace NCommandLineParser { function SplitCommandLine (line 17) | bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 39) | void SplitCommandLine(const UString &s, UStringVector &parts) function wchar_t (line 85) | static const wchar_t * _SplitCommandLine(const wchar_t* s, UString &dest) function SplitCommandLine (line 164) | bool SplitCommandLine(const UString& src, UString& dest1, UString& dest2) function SplitCommandLine (line 177) | void SplitCommandLine(const UString &src, UStringVector &parts) function IsItSwitchChar (line 195) | static bool inline IsItSwitchChar(wchar_t c) function FOR_VECTOR (line 321) | FOR_VECTOR (i, commandStrings) FILE: NanaZip.Core/SevenZip/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: NanaZip.Core/SevenZip/CPP/Common/Common0.h function class (line 244) | class CUncopyable FILE: NanaZip.Core/SevenZip/CPP/Common/CrcReg.cpp function CCrcHasher (line 30) | CCrcHasher(): _crc(CRC_INIT_VAL) { SetFunctions(0); } function Z7_COM7F_IMF (line 45) | Z7_COM7F_IMF(CCrcHasher::SetCoderProperties(const PROPID *propIDs, const... function Z7_COM7F_IMF2 (line 61) | Z7_COM7F_IMF2(void, CCrcHasher::Init()) function Z7_COM7F_IMF2 (line 66) | Z7_COM7F_IMF2(void, CCrcHasher::Update(const void *data, UInt32 size)) function Z7_COM7F_IMF2 (line 71) | Z7_COM7F_IMF2(void, CCrcHasher::Final(Byte *digest)) FILE: NanaZip.Core/SevenZip/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) { return a < b ? a : b; } function T (line 7) | T MyMax(T a, T b) { return a > b ? a : b; } function MyCompare (line 9) | int MyCompare(T a, T b) function BoolToInt (line 12) | inline int BoolToInt(bool v) { return (v ? 1 : 0); } function BoolToUInt (line 13) | inline unsigned BoolToUInt(bool v) { return (v ? 1u : 0u); } function IntToBool (line 14) | inline bool IntToBool(int v) { return (v != 0); } FILE: NanaZip.Core/SevenZip/CPP/Common/DynLimBuf.cpp function CDynLimBuf (line 26) | CDynLimBuf & CDynLimBuf::operator+=(char c) throw() function CDynLimBuf (line 58) | CDynLimBuf &CDynLimBuf::operator+=(const char *s) throw() FILE: NanaZip.Core/SevenZip/CPP/Common/DynLimBuf.h function class (line 12) | class CDynLimBuf FILE: NanaZip.Core/SevenZip/CPP/Common/DynamicBuffer.h function Grow (line 19) | void Grow(size_t size) function operator (line 43) | operator const T *() const { return _items; } function Free (line 46) | void Free() function T (line 54) | T *GetCurPtrAndGrow(size_t addSize) function AddData (line 64) | void AddData(const T *data, size_t size) type CDynamicBuffer (line 74) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: NanaZip.Core/SevenZip/CPP/Common/IntToString.cpp function CONVERT_INT_TO_STR (line 35) | CONVERT_INT_TO_STR(char, 24) function wchar_t (line 43) | wchar_t * ConvertUInt64ToString(UInt64 val, wchar_t *s) throw() function ConvertInt64ToString (line 50) | void ConvertInt64ToString(Int64 val, char *s) throw() function ConvertInt64ToString (line 60) | void ConvertInt64ToString(Int64 val, wchar_t *s) throw() function ConvertUInt64ToOct (line 71) | void ConvertUInt64ToOct(UInt64 val, char *s) throw() function ConvertUInt32ToHex (line 93) | void ConvertUInt32ToHex(UInt32 val, char *s) throw() function ConvertUInt64ToHex (line 110) | void ConvertUInt64ToHex(UInt64 val, char *s) throw() function ConvertUInt32ToHex8Digits (line 127) | void ConvertUInt32ToHex8Digits(UInt32 val, char *s) throw() function ConvertDataToHex_Lower (line 183) | void ConvertDataToHex_Lower(char *dest, const Byte *src, size_t size) th... function ConvertDataToHex_Upper (line 200) | void ConvertDataToHex_Upper(char *dest, const Byte *src, size_t size) th... FILE: NanaZip.Core/SevenZip/CPP/Common/Lang.cpp function wchar_t (line 170) | const wchar_t *CLang::Get(UInt32 id) const throw() function wchar_t (line 209) | const wchar_t* CLang::Get(UInt32 id) const throw() FILE: NanaZip.Core/SevenZip/CPP/Common/Lang.h function class (line 8) | class CLang FILE: NanaZip.Core/SevenZip/CPP/Common/ListFileUtils.cpp function AddName (line 21) | static void AddName(UStringVector &strings, UString &s) function My_File_Read (line 34) | static bool My_File_Read(CSysInFile &file, void *data, size_t size, DWOR... function ReadNamesFromListFile2 (line 51) | bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT... FILE: NanaZip.Core/SevenZip/CPP/Common/LzFindPrepare.cpp type CLzFindPrepare (line 7) | struct CLzFindPrepare { CLzFindPrepare() { LzFindPrepare(); } } method CLzFindPrepare (line 7) | CLzFindPrepare() { LzFindPrepare(); } FILE: NanaZip.Core/SevenZip/CPP/Common/MyBuffer.h function operator (line 52) | operator T *() { return _items; } function operator (line 53) | operator const T *() const { return _items; } function T (line 54) | const T* ConstData() const { return _items; } function T (line 55) | T* NonConstData() const { return _items; } function T (line 56) | T* NonConstData() { return _items; } function Alloc (line 62) | void Alloc(size_t size) function AllocAtLeast (line 75) | void AllocAtLeast(size_t size) function CopyFrom (line 85) | void CopyFrom(const T *data, size_t size) function ChangeSize_KeepData (line 92) | void ChangeSize_KeepData(size_t newSize, size_t keepSize) function Wipe (line 110) | void Wipe() type CBuffer (line 149) | typedef CBuffer CByteBuffer; function class (line 152) | class CByteBuffer_Wipe: public CByteBuffer function _items (line 177) | CObjArray(size_t size): _items(NULL) function _items (line 185) | _items(NULL) {} function operator (line 188) | operator T *() { return _items; } function operator (line 189) | operator const T *() const { return _items; } function T (line 190) | const T* ConstData() const { return _items; } function T (line 191) | T* NonConstData() const { return _items; } function T (line 192) | T* NonConstData() { return _items; } function Alloc (line 196) | void Alloc(size_t newSize) type CSmallObjArray (line 251) | typedef CSmallObjArray CByteArr; type CObjArray (line 252) | typedef CObjArray CBoolArr; type CObjArray (line 253) | typedef CObjArray CIntArr; type CUIntArr (line 254) | typedef CObjArray CUIntArr; function operator (line 302) | operator T *() { return _items; } function operator (line 303) | operator const T *() const { return _items; } function SetSize (line 309) | void SetSize(unsigned size) FILE: NanaZip.Core/SevenZip/CPP/Common/MyBuffer2.h function class (line 10) | class CMidBuffer function class (line 59) | class CAlignedBuffer1 function operator (line 79) | operator Byte *() { return _data; } function operator (line 80) | operator const Byte *() const { return _data; } function class (line 84) | class CAlignedBuffer type _WIN32 (line 176) | typedef FILE: NanaZip.Core/SevenZip/CPP/Common/MyCom.h function Release (line 18) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 19) | operator T*() const { return (T*)_p; } function T (line 20) | T* Interface() const { return (T*)_p; } function cls (line 96) | cls* ClsPtr() const { return _p; } function operator (line 97) | operator iface*() const function iface (line 102) | iface* Interface() const function Create_if_Empty (line 109) | void Create_if_Empty() function iface (line 118) | iface* Detach() function SetFromCls (line 124) | void SetFromCls(cls *src) function cls (line 164) | cls* ClsPtr() const { return _p; } function operator (line 165) | operator iface*() const function iface (line 170) | iface* Interface() const function HRESULT (line 184) | inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr) function class (line 190) | class CMyComBSTR function BSTR (line 251) | BSTR MyCopy() const function class (line 305) | class CMyUnknownImp FILE: NanaZip.Core/SevenZip/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: NanaZip.Core/SevenZip/CPP/Common/MyMap.cpp function UInt32 (line 9) | static UInt32 GetSubBits(UInt32 value, unsigned startPos, unsigned numBi... function GetSubBit (line 19) | static inline unsigned GetSubBit(UInt32 v, unsigned n) { return (unsigne... FILE: NanaZip.Core/SevenZip/CPP/Common/MyMap.h function class (line 9) | class CMap32 FILE: NanaZip.Core/SevenZip/CPP/Common/MyString.cpp function FindCharPosInString (line 37) | int FindCharPosInString(const char *s, char c) throw() function FindCharPosInString (line 49) | int FindCharPosInString(const wchar_t *s, wchar_t c) throw() function MyStringLower_Ascii (line 84) | void MyStringLower_Ascii(char *s) throw() function MyStringLower_Ascii (line 95) | void MyStringLower_Ascii(wchar_t *s) throw() function wchar_t (line 121) | wchar_t MyCharUpper_WIN(wchar_t c) throw() function IsString1PrefixedByString2 (line 189) | bool IsString1PrefixedByString2(const char *s1, const char *s2) throw() function StringsAreEqualNoCase (line 198) | bool StringsAreEqualNoCase(const wchar_t *s1, const wchar_t *s2) throw() function StringsAreEqual_Ascii (line 211) | bool StringsAreEqual_Ascii(const char *u, const char *a) throw() function StringsAreEqual_Ascii (line 225) | bool StringsAreEqual_Ascii(const wchar_t *u, const char *a) throw() function StringsAreEqualNoCase_Ascii (line 239) | bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw() function StringsAreEqualNoCase_Ascii (line 252) | bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const wchar_t *s2) t... function StringsAreEqualNoCase_Ascii (line 265) | bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw() function IsString1PrefixedByString2 (line 278) | bool IsString1PrefixedByString2(const wchar_t *s1, const wchar_t *s2) th... function IsString1PrefixedByString2 (line 287) | bool IsString1PrefixedByString2(const wchar_t *s1, const char *s2) throw() function IsString1PrefixedByString2_NoCase_Ascii (line 296) | bool IsString1PrefixedByString2_NoCase_Ascii(const char *s1, const char ... function IsString1PrefixedByString2_NoCase_Ascii (line 307) | bool IsString1PrefixedByString2_NoCase_Ascii(const wchar_t *s1, const ch... function IsString1PrefixedByString2_NoCase (line 318) | bool IsString1PrefixedByString2_NoCase(const wchar_t *s1, const wchar_t ... function MyStringCompareNoCase (line 330) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) throw() function Z7_NO_INLINE (line 413) | Z7_NO_INLINE function AString (line 483) | AString operator+(const AString &s1, const AString &s2) { return AString... function AString (line 484) | AString operator+(const AString &s1, const char *s2) { return AString... function AString (line 485) | AString operator+(const char *s1, const AString &s2) { return AString... function AString (line 518) | AString &AString::operator=(char c) function AString (line 534) | AString &AString::operator=(const char *s) function AString (line 549) | AString &AString::operator=(const AString &s) function AString (line 628) | AString &AString::operator+=(const char *s) function AString (line 643) | AString &AString::operator+=(const AString &s) function Z7_NO_INLINE (line 1019) | Z7_NO_INLINE function UString (line 1090) | UString operator+(const UString &s1, const UString &s2) { return UString... function UString (line 1091) | UString operator+(const UString &s1, const wchar_t *s2) { return UString... function UString (line 1092) | UString operator+(const wchar_t *s1, const UString &s2) { return UString... function UString (line 1153) | UString &UString::operator=(wchar_t c) function UString (line 1169) | UString &UString::operator=(const wchar_t *s) function UString (line 1184) | UString &UString::operator=(const UString &s) function UString (line 1291) | UString &UString::operator=(const char *s) function UString (line 1318) | UString &UString::operator+=(const wchar_t *s) function UString (line 1327) | UString &UString::operator+=(const UString &s) function UString (line 1335) | UString &UString::operator+=(const char *s) function UString2 (line 1660) | UString2 &UString2::operator=(const wchar_t *s) function UString2 (line 1692) | UString2 &UString2::operator=(const UString2 &s) function UINT (line 1741) | static inline UINT GetCurrentCodePage() function AString (line 1756) | AString fs2fas(CFSTR s) function FString (line 1761) | FString fas2fs(const char *s) function FString (line 1766) | FString fas2fs(const AString &s) function UString (line 1775) | UString fs2us(const FChar *s) function UString (line 1780) | UString fs2us(const FString &s) function FString (line 1785) | FString us2fs(const wchar_t *s) function SplitString (line 1831) | void SplitString(const UString &srcString, UStringVector &destStrings) function UString (line 1860) | UString GetQuotedString(const UString &src) FILE: NanaZip.Core/SevenZip/CPP/Common/MyString.h function IsPathSepar (line 55) | inline bool IsPathSepar(char c) { return IS_PATH_SEPAR(c); } function IsPathSepar (line 56) | inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } function MyStringLen (line 58) | inline unsigned MyStringLen(const char *s) function MyStringCopy (line 65) | inline void MyStringCopy(char *dest, const char *src) function MyStringCat (line 83) | inline void MyStringCat(char *dest, const char *src) function MyStringLen (line 90) | inline unsigned MyStringLen(const wchar_t *s) function MyStringCopy (line 97) | inline void MyStringCopy(wchar_t *dest, const wchar_t *src) function MyStringCat (line 102) | inline void MyStringCat(wchar_t *dest, const wchar_t *src) function MyCharUpper_Ascii (line 139) | inline char MyCharUpper_Ascii(char c) function MyCharLower_Ascii (line 155) | inline char MyCharLower_Ascii(char c) function wchar_t (line 162) | inline wchar_t MyCharLower_Ascii(wchar_t c) function wchar_t (line 171) | inline wchar_t MyCharUpper(wchar_t c) throw() function class (line 268) | class AString function Add_PathSepar (line 401) | void Add_PathSepar() { operator+=(CHAR_PATH_SEPARATOR); } function SetFrom (line 412) | void SetFrom(const char* s, int len) // no check function AString (line 418) | AString Mid(unsigned startIndex, unsigned count) const { return AString(... function AString (line 419) | AString Left(unsigned count) const { return AString(count, *this); } function MakeLower_Ascii (line 422) | void MakeLower_Ascii() { MyStringLower_Ascii(_chars); } function IsEqualTo (line 425) | bool IsEqualTo(const char *s) const { return strcmp(_chars, s) == 0; } function IsEqualTo_Ascii_NoCase (line 426) | bool IsEqualTo_Ascii_NoCase(const char *s) const { return StringsAreEqua... function IsPrefixedBy (line 431) | bool IsPrefixedBy(const char *s) const { return IsString1PrefixedByStrin... function IsPrefixedBy_Ascii_NoCase (line 432) | bool IsPrefixedBy_Ascii_NoCase(const char *s) const { return IsString1Pr... function IsAscii (line 434) | bool IsAscii() const function Find (line 444) | int Find(char c, unsigned startIndex) const function Find (line 449) | int Find(char c, int startIndex) const function ReverseFind_Dot (line 455) | int ReverseFind_Dot() const throw() { return ReverseFind('.'); } function class (line 556) | class UString function Add_PathSepar (line 706) | void Add_PathSepar() { operator+=(WCHAR_PATH_SEPARATOR); } function UString (line 716) | UString Mid(unsigned startIndex, unsigned count) const { return UString(... function UString (line 717) | UString Left(unsigned count) const { return UString(count, *this); } function UString (line 718) | UString Left(int count) const { return Left((unsigned)count); } function MakeLower_Ascii (line 723) | void MakeLower_Ascii() { MyStringLower_Ascii(_chars); } function IsEqualTo (line 725) | bool IsEqualTo(const char *s) const { return StringsAreEqual_Ascii(_char... function IsEqualTo_NoCase (line 726) | bool IsEqualTo_NoCase(const wchar_t *s) const { return StringsAreEqualNo... function IsEqualTo_Ascii_NoCase (line 727) | bool IsEqualTo_Ascii_NoCase(const char *s) const { return StringsAreEqua... function Compare (line 728) | int Compare(const wchar_t *s) const { return wcscmp(_chars, s); } function IsPrefixedBy (line 732) | bool IsPrefixedBy(const wchar_t *s) const { return IsString1PrefixedBySt... function IsPrefixedBy (line 733) | bool IsPrefixedBy(const char *s) const { return IsString1PrefixedByStrin... function IsPrefixedBy_NoCase (line 734) | bool IsPrefixedBy_NoCase(const wchar_t *s) const { return IsString1Prefi... function IsPrefixedBy_Ascii_NoCase (line 735) | bool IsPrefixedBy_Ascii_NoCase(const char *s) const { return IsString1Pr... function IsAscii (line 737) | bool IsAscii() const function Find (line 747) | int Find(wchar_t c, unsigned startIndex) const function ReverseFind_Dot (line 754) | int ReverseFind_Dot() const throw() { return ReverseFind(L'.'); } function class (line 863) | class UString2 type CObjectVector (line 950) | typedef CObjectVector AStringVector; type CObjectVector (line 951) | typedef CObjectVector UStringVector; type UString (line 954) | typedef UString CSysString; type AString (line 956) | typedef AString CSysString; type CObjectVector (line 959) | typedef CObjectVector CSysStringVector; type wchar_t (line 974) | typedef wchar_t FChar; type UString (line 975) | typedef UString FString; type FChar (line 987) | typedef char FChar; function class (line 991) | class FString: public AString function FString (line 1005) | FString Left(unsigned count) const { return FString(AString::Left(count... function FString (line 1027) | inline FString fas2fs(const char *s) { return FString(s); } type AString (line 1030) | typedef AString FString; type FChar (line 1049) | typedef const FChar *CFSTR; type CObjectVector (line 1051) | typedef CObjectVector FStringVector; function class (line 1054) | class CStringFinder FILE: NanaZip.Core/SevenZip/CPP/Common/MyTypes.h type CBoolPair (line 12) | struct CBoolPair FILE: NanaZip.Core/SevenZip/CPP/Common/MyVector.h function MoveItems (line 19) | void MoveItems(unsigned destIndex, unsigned srcIndex) function ReAllocForNewCapacity (line 24) | void ReAllocForNewCapacity(const unsigned newCapacity) function ConstructReserve (line 69) | void ConstructReserve(unsigned size) function Reserve (line 79) | void Reserve(unsigned newCapacity) function ChangeSize_KeepData (line 89) | void ChangeSize_KeepData(unsigned newSize) function ClearAndReserve (line 95) | void ClearAndReserve(unsigned newCapacity) function ClearAndSetSize (line 111) | void ClearAndSetSize(unsigned newSize) function ReserveDown (line 117) | void ReserveDown() function ClearAndFree (line 135) | void ClearAndFree() function Clear (line 143) | void Clear() { _size = 0; } function DeleteBack (line 145) | void DeleteBack() { _size--; } function DeleteFrom (line 147) | void DeleteFrom(unsigned index) function DeleteFrontal (line 153) | void DeleteFrontal(unsigned num) function Delete (line 162) | void Delete(unsigned index) function Add (line 214) | unsigned Add(const T item) function AddInReserved (line 234) | unsigned AddInReserved(const T item) function Insert (line 242) | void Insert(unsigned index, const T item) function InsertInReserved (line 250) | void InsertInReserved(unsigned index, const T item) function MoveToFront (line 257) | void MoveToFront(unsigned index) function T (line 267) | const T& operator[](unsigned index) const { return _items[index]; } function T (line 269) | const T& operator[](int index) const { return _items[(unsigned)index]; } function T (line 272) | const T* ConstData() const { return _items; } function T (line 273) | T* NonConstData() const { return _items; } function T (line 274) | T* NonConstData() { return _items; } function T (line 276) | const T* Data() const { return _items; } function T (line 277) | T* Data() { return _items; } function FindInSorted (line 299) | int FindInSorted(const T item, unsigned left, unsigned right) const function FindInSorted2 (line 316) | int FindInSorted2(const T &item, unsigned left, unsigned right) const function FindInSorted (line 334) | int FindInSorted(const T item) const function FindInSorted2 (line 339) | int FindInSorted2(const T &item) const function AddToUniqueSorted (line 344) | unsigned AddToUniqueSorted(const T item) function AddToUniqueSorted2 (line 363) | unsigned AddToUniqueSorted2(const T &item) function SortRefDown (line 383) | static void SortRefDown(T* p, unsigned k, unsigned size, int (*compare)(... function Sort (line 401) | void Sort(int (*compare)(const T*, const T*, void *), void *param) function SortRefDown2 (line 423) | static void SortRefDown2(T* p, unsigned k, unsigned size) function Sort2 (line 441) | void Sort2() type CRecordVector (line 464) | typedef CRecordVector CIntVector; type CUIntVector (line 465) | typedef CRecordVector CUIntVector; type CRecordVector (line 466) | typedef CRecordVector CBoolVector; type CByteVector (line 467) | typedef CRecordVector CByteVector; type CRecordVector (line 468) | typedef CRecordVector CPointerVector; function ReserveDown (line 477) | void ReserveDown() { _v.ReserveDown(); } function ClearAndReserve (line 479) | void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve... function T (line 516) | const T& operator[](unsigned index) const { return *((T *)_v[index]); } function T (line 518) | const T& operator[](int index) const { return *((T *)_v[(unsigned)index]... function MoveToFront (line 525) | void MoveToFront(unsigned index) { _v.MoveToFront(index); } function Add (line 527) | unsigned Add(const T& item) function AddInReserved (line 533) | unsigned AddInReserved(const T& item) function ReserveOnePosition (line 538) | void ReserveOnePosition() function AddInReserved_Ptr_of_new (line 543) | unsigned AddInReserved_Ptr_of_new(T *ptr) function Insert (line 568) | void Insert(unsigned index, const T& item) function ClearAndFree (line 588) | void ClearAndFree() function Clear (line 594) | void Clear() function DeleteFrom (line 601) | void DeleteFrom(unsigned index) function DeleteFrontal (line 609) | void DeleteFrontal(unsigned num) function DeleteBack (line 616) | void DeleteBack() function Delete (line 622) | void Delete(unsigned index) function FindInSorted (line 649) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 668) | unsigned AddToUniqueSorted(const T& item) function Sort (line 713) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 716) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 719) | void Sort() { _v.Sort(CompareObjectItems, NULL); } FILE: NanaZip.Core/SevenZip/CPP/Common/MyWindows.h type CHAR (line 36) | typedef char CHAR; type UCHAR (line 37) | typedef unsigned char UCHAR; type BYTE (line 40) | typedef unsigned char BYTE; type SHORT (line 42) | typedef short SHORT; type USHORT (line 43) | typedef unsigned short USHORT; type WORD (line 46) | typedef unsigned short WORD; type VARIANT_BOOL (line 47) | typedef short VARIANT_BOOL; type BOOL (line 54) | typedef int BOOL; type Int64 (line 66) | typedef Int64 LONGLONG; type UInt64 (line 67) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 69) | typedef struct { LONGLONG QuadPart; } LARGE_INTEGER; type ULARGE_INTEGER (line 70) | typedef struct { ULONGLONG QuadPart; } ULARGE_INTEGER; type CHAR (line 72) | typedef const CHAR *LPCSTR; type CHAR (line 73) | typedef CHAR TCHAR; type TCHAR (line 74) | typedef const TCHAR *LPCTSTR; type wchar_t (line 75) | typedef wchar_t WCHAR; type WCHAR (line 76) | typedef WCHAR OLECHAR; type WCHAR (line 77) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 78) | typedef OLECHAR *BSTR; type OLECHAR (line 79) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 80) | typedef OLECHAR *LPOLESTR; type FILETIME (line 82) | typedef struct type ULONG (line 90) | typedef ULONG PROPID; type LONG (line 91) | typedef LONG SCODE; type IUnknown (line 172) | struct IUnknown type IUnknown (line 182) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 191) | enum VARENUM type VARTYPE (line 222) | typedef unsigned short VARTYPE; type WORD (line 223) | typedef WORD PROPVAR_PAD1; type WORD (line 224) | typedef WORD PROPVAR_PAD2; type WORD (line 225) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 227) | typedef struct tagPROPVARIANT type PROPVARIANT (line 252) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 253) | typedef tagVARIANT VARIANT; type VARIANT (line 254) | typedef VARIANT VARIANTARG; type STATPROPSTG (line 259) | typedef struct tagSTATPROPSTG type STREAM_SEEK (line 286) | typedef enum tagSTREAM_SEEK type SYSTEMTIME (line 295) | typedef struct FILE: NanaZip.Core/SevenZip/CPP/Common/MyXml.cpp function IsValidChar (line 8) | static bool IsValidChar(char c) function IsSpaceChar (line 17) | static bool IsSpaceChar(char c) function AString (line 32) | AString CXmlItem::GetPropVal(const char *propName) const function CXmlItem (line 53) | const CXmlItem *CXmlItem::FindSubTag_GetPtr(const char *tag) const throw() function AString (line 64) | AString CXmlItem::GetSubString() const function AString (line 75) | const AString * CXmlItem::GetSubStringPtr() const throw() function AString (line 86) | AString CXmlItem::GetSubStringForTag(const char *tag) const function FOR_VECTOR (line 231) | FOR_VECTOR (i, Props) function FOR_VECTOR (line 243) | FOR_VECTOR (i, SubItems) function z7_xml_DecodeString (line 279) | void z7_xml_DecodeString(AString &temp) FILE: NanaZip.Core/SevenZip/CPP/Common/MyXml.h type CXmlProp (line 8) | struct CXmlProp type CXml (line 35) | struct CXml FILE: NanaZip.Core/SevenZip/CPP/Common/NewHandler.h function class (line 60) | class CNewException {} FILE: NanaZip.Core/SevenZip/CPP/Common/StdOutStream.cpp function CStdOutStream (line 45) | CStdOutStream & endl(CStdOutStream & outStream) throw() function CStdOutStream (line 50) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *s) function CStdOutStream (line 222) | CStdOutStream & CStdOutStream::operator<<(Int32 number) throw() function CStdOutStream (line 229) | CStdOutStream & CStdOutStream::operator<<(Int64 number) throw() function CStdOutStream (line 236) | CStdOutStream & CStdOutStream::operator<<(UInt32 number) throw() function CStdOutStream (line 243) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) throw() FILE: NanaZip.Core/SevenZip/CPP/Common/StdOutStream.h function class (line 11) | class CStdOutStream FILE: NanaZip.Core/SevenZip/CPP/Common/StringConvert.cpp function MultiByteToUnicodeString2 (line 51) | void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT c... function UnicodeStringToMultiByte2 (line 117) | static void UnicodeStringToMultiByte2(AString &dest, const UString &src,... function MultiByteToUnicodeString2 (line 262) | void MultiByteToUnicodeString2(UString &dest, const AString &src, UINT c... function UnicodeStringToMultiByte2_Native (line 374) | static void UnicodeStringToMultiByte2_Native(AString &dest, const UStrin... function UnicodeStringToMultiByte2 (line 394) | static void UnicodeStringToMultiByte2(AString &dest, const UString &src2... function UString (line 506) | UString MultiByteToUnicodeString(const AString &src, UINT codePage) function UString (line 513) | UString MultiByteToUnicodeString(const char *src, UINT codePage) function UnicodeStringToMultiByte2 (line 519) | void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT c... function AString (line 525) | AString UnicodeStringToMultiByte(const UString &src, UINT codePage, char... function AString (line 532) | AString UnicodeStringToMultiByte(const UString &src, UINT codePage) function IsNativeUTF8 (line 554) | bool IsNativeUTF8() function Set_ForceToUTF8 (line 608) | static void Set_ForceToUTF8(bool) {} function Set_ForceToUTF8 (line 610) | static void Set_ForceToUTF8(bool val) { g_ForceToUTF8 = val; } function Is_Default_Basic_Locale (line 613) | static bool Is_Default_Basic_Locale(const char *locale) function Is_Default_Basic_Locale (line 623) | static bool Is_Default_Basic_Locale() function MY_SetLocale (line 629) | void MY_SetLocale() FILE: NanaZip.Core/SevenZip/CPP/Common/StringConvert.h function wchar_t (line 20) | inline const wchar_t* GetUnicodeString(const wchar_t *u) { return u; } function UString (line 21) | inline const UString& GetUnicodeString(const UString &u) { return u; } function UString (line 23) | inline UString GetUnicodeString(const AString &a) { return MultiByteToU... function UString (line 24) | inline UString GetUnicodeString(const char *a) { return MultiByteToU... function UString (line 26) | inline UString GetUnicodeString(const AString &a, UINT codePage) function UString (line 28) | inline UString GetUnicodeString(const char *a, UINT codePage) function wchar_t (line 31) | inline const wchar_t* GetUnicodeString(const wchar_t *u, UINT) { return ... function UString (line 32) | inline const UString& GetUnicodeString(const UString &u, UINT) { return ... function AString (line 35) | inline const AString& GetAnsiString(const AString &a) { return a; } function AString (line 37) | inline AString GetAnsiString(const wchar_t *u) { return UnicodeStringToM... function AString (line 38) | inline AString GetAnsiString(const UString &u) { return UnicodeStringToM... function AString (line 48) | inline AString GetOemString(const UString &u) function wchar_t (line 52) | inline const wchar_t* GetSystemString(const wchar_t *u) { return u;} function UString (line 53) | inline const UString& GetSystemString(const UString &u) { return u;} function wchar_t (line 54) | inline const wchar_t* GetSystemString(const wchar_t *u, UINT /* codePage... function UString (line 55) | inline const UString& GetSystemString(const UString &u, UINT /* codePage... function UString (line 57) | inline UString GetSystemString(const AString &a, UINT codePage) { return... function UString (line 58) | inline UString GetSystemString(const char *a, UINT codePage) { return... function UString (line 59) | inline UString GetSystemString(const AString &a) { return MultiByteToUni... function UString (line 60) | inline UString GetSystemString(const char *a) { return MultiByteToUni... function AString (line 63) | inline const AString& GetSystemString(const AString &a) { return a; } function AString (line 65) | inline const AString& GetSystemString(const AString &a, UINT) { return a; } function AString (line 67) | inline AString GetSystemString(const wchar_t *u) { return UnicodeStringT... function AString (line 68) | inline AString GetSystemString(const UString &u) { return UnicodeStringT... function AString (line 69) | inline AString GetSystemString(const UString &u, UINT codePage) { return... FILE: NanaZip.Core/SevenZip/CPP/Common/StringToInt.cpp function ConvertStringToInt32 (line 62) | ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw() function Byte (line 146) | Byte *ParseHexString(const char *s, Byte *dest) throw() FILE: NanaZip.Core/SevenZip/CPP/Common/TextConfig.cpp function IsDelimitChar (line 8) | static inline bool IsDelimitChar(char c) function AString (line 13) | static AString GetIDString(const char *s, unsigned &finishPos) function WaitNextLine (line 26) | static bool WaitNextLine(const AString &s, unsigned &pos) function SkipSpaces (line 34) | static bool SkipSpaces(const AString &s, unsigned &pos) function GetTextConfig (line 50) | bool GetTextConfig(const AString &s, CObjectVector &pairs) function FindTextConfigItem (line 109) | int FindTextConfigItem(const CObjectVector &pairs, cons... function UString (line 117) | UString GetTextConfigValue(const CObjectVector &pairs, ... FILE: NanaZip.Core/SevenZip/CPP/Common/TextConfig.h type CTextConfigPair (line 8) | struct CTextConfigPair FILE: NanaZip.Core/SevenZip/CPP/Common/UTFConvert.cpp function Check_UTF8_Buf (line 230) | bool Check_UTF8_Buf(const char *src, size_t size, bool allowReduced) thr... function CheckUTF8_AString (line 246) | bool CheckUTF8_AString(const AString &s) throw() function Utf8_To_Utf16 (line 339) | static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *sr... FILE: NanaZip.Core/SevenZip/CPP/Common/UTFConvert.h function Clear (line 9) | struct CUtf8Check function Update (line 32) | void Update(const CUtf8Check &c) function PrintStatus (line 42) | void PrintStatus(AString &s) const function Check_AString (line 77) | void Check_AString(const AString &s) throw() FILE: NanaZip.Core/SevenZip/CPP/Common/Wildcard.cpp function IsPath1PrefixedByPath2 (line 23) | bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2) function MyStringCompare_Path (line 54) | static int MyStringCompare_Path(const wchar_t *s1, const wchar_t *s2) th... function MyStringCompareNoCase_Path (line 74) | static int MyStringCompareNoCase_Path(const wchar_t *s1, const wchar_t *... function CompareFileNames (line 96) | int CompareFileNames(const wchar_t *s1, const wchar_t *s2) STRING_UNICOD... function CompareFileNames (line 111) | int CompareFileNames(const char *s1, const char *s2) function EnhancedMaskTest (line 124) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 158) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts_2 (line 177) | void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString... function SplitPathToParts_Smart (line 188) | void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, USt... function UString (line 211) | UString ExtractFileNameFromPath(const UString &path) function DoesWildcardMatchName (line 217) | bool DoesWildcardMatchName(const UString &mask, const UString &name) function DoesNameContainWildcard (line 222) | bool DoesNameContainWildcard(const UString &path) type NWildcard (line 237) | namespace NWildcard { function FOR_VECTOR (line 394) | FOR_VECTOR (i, IncludeItems) function IsDriveColonName (line 528) | bool IsDriveColonName(const wchar_t *s) function GetNumPrefixParts_if_DrivePath (line 536) | unsigned GetNumPrefixParts_if_DrivePath(UStringVector &pathParts) function GetNumPrefixParts (line 557) | static unsigned GetNumPrefixParts(const UStringVector &pathParts) function FOR_VECTOR (line 773) | FOR_VECTOR(i, CensorPaths) FILE: NanaZip.Core/SevenZip/CPP/Common/Wildcard.h function namespace (line 25) | namespace NWildcard { function MY_UNCOPYABLE (line 156) | struct CPair MY_UNCOPYABLE type ECensorPathMode (line 165) | enum ECensorPathMode type CCensorPath (line 173) | struct CCensorPath function AddPreItem_NoWildcard (line 211) | void AddPreItem_NoWildcard(const UString &path) function AddPreItem_Wildcard (line 219) | void AddPreItem_Wildcard() FILE: NanaZip.Core/SevenZip/CPP/Common/XzCrc64Init.cpp type CCrc64Gen (line 7) | struct CCrc64Gen { CCrc64Gen() { Crc64GenerateTable(); } } method CCrc64Gen (line 7) | CCrc64Gen() { Crc64GenerateTable(); } FILE: NanaZip.Core/SevenZip/CPP/Common/XzCrc64Reg.cpp function CXzCrc64Hasher (line 20) | CXzCrc64Hasher(): _crc(CRC64_INIT_VAL) {} function Z7_COM7F_IMF2 (line 23) | Z7_COM7F_IMF2(void, CXzCrc64Hasher::Init()) function Z7_COM7F_IMF2 (line 28) | Z7_COM7F_IMF2(void, CXzCrc64Hasher::Update(const void *data, UInt32 size)) function Z7_COM7F_IMF2 (line 33) | Z7_COM7F_IMF2(void, CXzCrc64Hasher::Final(Byte *digest)) FILE: NanaZip.Core/SevenZip/CPP/Windows/COM.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Clipboard.cpp type NWindows (line 16) | namespace NWindows { function ClipboardIsFormatAvailableHDROP (line 32) | bool ClipboardIsFormatAvailableHDROP() function ClipboardSetData (line 91) | static bool ClipboardSetData(UINT uFormat, const void *data, size_t si... function ClipboardSetText (line 109) | bool ClipboardSetText(HWND owner, const UString &s) FILE: NanaZip.Core/SevenZip/CPP/Windows/Clipboard.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/CommonDialog.cpp type NWindows (line 23) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/CommonDialog.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/ComboBox.cpp type NWindows (line 19) | namespace NWindows { type NControl (line 20) | namespace NControl { function LRESULT (line 37) | LRESULT CComboBox::GetLBText(int index, CSysString &s) function LRESULT (line 53) | LRESULT CComboBox::AddString(LPCWSTR s) function LRESULT (line 60) | LRESULT CComboBox::GetLBText(int index, UString &s) function LRESULT (line 85) | LRESULT CComboBox::AddString_SetItemData(LPCWSTR s, LPARAM lParam) FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/ComboBox.h function namespace (line 12) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/Dialog.cpp type NWindows (line 22) | namespace NWindows { type NControl (line 23) | namespace NControl { function APIENTRY (line 31) | APIENTRY type tagMONITORINFO (line 130) | struct tagMONITORINFO function GetWorkAreaRect (line 143) | static bool GetWorkAreaRect(RECT *rect, HWND hwnd) function IsDialogSizeOK (line 180) | bool IsDialogSizeOK(int xSize, int ySize, HWND hwnd) function IsRect_Small_Inside_Big (line 273) | static bool IsRect_Small_Inside_Big(const RECT &sm, const RECT &big) function AreRectsOverlapped (line 282) | static bool AreRectsOverlapped(const RECT &r1, const RECT &r2) function AreRectsEqual (line 291) | static bool AreRectsEqual(const RECT &r1, const RECT &r2) function INT_PTR (line 415) | INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) function INT_PTR (line 446) | INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/Dialog.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/Edit.h function namespace (line 12) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/ListView.cpp type NWindows (line 11) | namespace NWindows { type NControl (line 12) | namespace NControl { function LRESULT (line 107) | static LRESULT APIENTRY ListViewSubclassProc(HWND hwnd, UINT message... function LRESULT (line 116) | LRESULT CListView2::OnMessage(UINT message, WPARAM wParam, LPARAM lP... FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/ListView.h function namespace (line 12) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/ProgressBar.h function namespace (line 12) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Control/Static.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function MyGetModuleFileName (line 62) | bool MyGetModuleFileName(FString &path) function FString (line 95) | FString GetModuleDirPrefix() type NDLL (line 128) | namespace NDLL { function MyGetModuleFileName (line 62) | bool MyGetModuleFileName(FString &path) function FString (line 95) | FString GetModuleDirPrefix() type NWindows (line 127) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function MyGetModuleFileName (line 62) | bool MyGetModuleFileName(FString &path) function FString (line 95) | FString GetModuleDirPrefix() type NDLL (line 128) | namespace NDLL { function MyGetModuleFileName (line 62) | bool MyGetModuleFileName(FString &path) function FString (line 95) | FString GetModuleDirPrefix() FILE: NanaZip.Core/SevenZip/CPP/Windows/DLL.h function namespace (line 15) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Defs.h function BOOL (line 9) | inline BOOL BoolToBOOL(bool v) { return (v ? TRUE: FALSE); } function BOOLToBool (line 12) | inline bool BOOLToBool(BOOL v) { return (v != FALSE); } function VARIANT_BOOL (line 14) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool v) { return (v ? VARIANT_TRU... function VARIANT_BOOLToBool (line 15) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL v) { return (v != VARIANT_FA... FILE: NanaZip.Core/SevenZip/CPP/Windows/ErrorMsg.cpp type NWindows (line 17) | namespace NWindows { type NError (line 18) | namespace NError { function MyFormatMessage (line 20) | static bool MyFormatMessage(DWORD errorCode, UString &message) function UString (line 110) | UString MyFormatMessage(DWORD errorCode) FILE: NanaZip.Core/SevenZip/CPP/Windows/ErrorMsg.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/FileDir.cpp function FiTime_To_timespec (line 37) | static bool FiTime_To_timespec(const CFiTime *ft, timespec &ts) type NWindows (line 64) | namespace NWindows { type NFile (line 65) | namespace NFile { type NDir (line 66) | namespace NDir { function GetWindowsDir (line 72) | bool GetWindowsDir(FString &path) function GetSystemDir (line 102) | bool GetSystemDir(FString &path) function SetFileTime_Base (line 127) | static bool SetFileTime_Base(CFSTR path, const CFiTime *cTime, con... function SetDirTime (line 160) | bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *a... function SetLinkFileTime (line 165) | bool SetLinkFileTime(CFSTR path, const CFiTime *cTime, const CFiTi... function SetFileAttrib (line 171) | bool SetFileAttrib(CFSTR path, DWORD attrib) function SetFileAttrib_PosixHighDetect (line 198) | bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) function RemoveDir (line 208) | bool RemoveDir(CFSTR path) function MyMoveFile (line 237) | bool MyMoveFile(CFSTR oldFile, CFSTR newFile) function DWORD (line 266) | static DWORD WINAPI CopyProgressRoutine_to_ICopyFileProgress( function MyMoveFile_with_Progress (line 284) | bool MyMoveFile_with_Progress(CFSTR oldFile, CFSTR newFile, FILE: NanaZip.Core/SevenZip/CPP/Windows/FileDir.h function namespace (line 10) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/FileFind.cpp type NWindows (line 66) | namespace NWindows { type NFile (line 67) | namespace NFile { type NSystem (line 72) | namespace NSystem type NFind (line 79) | namespace NFind { type stat (line 174) | struct stat function Convert_WIN32_FIND_DATA_to_FileInfo (line 223) | static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_D... function Convert_WIN32_FIND_DATA_to_FileInfo (line 233) | static void Convert_WIN32_FIND_DATA_to_FileInfo(const WIN32_FIND_D... type CFindStreamLoader (line 354) | struct CFindStreamLoader method CFindStreamLoader (line 356) | CFindStreamLoader() function UString (line 378) | UString CStreamInfo::GetReducedName() const function Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo (line 397) | static void Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_... function DWORD (line 512) | DWORD GetFileAttrib(CFSTR path) function DoesFileExist_Raw (line 850) | bool DoesFileExist_Raw(CFSTR name) function DoesFileExist_FollowLink (line 856) | bool DoesFileExist_FollowLink(CFSTR name) function DoesDirExist (line 862) | bool DoesDirExist(CFSTR name, bool followLink) function DoesFileOrDirExist (line 868) | bool DoesFileOrDirExist(CFSTR name) function HANDLE (line 956) | HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubt... function MyGetLogicalDriveStrings (line 980) | bool MyGetLogicalDriveStrings(CObjectVector &driveStrings) function MY_lstat (line 1040) | static int MY_lstat(CFSTR path, struct stat *st, bool followLink) function UInt32 (line 1104) | UInt32 Get_WinAttribPosix_From_PosixMode(UInt32 mode) type stat (line 1129) | struct stat type stat (line 1245) | struct stat function DoesFileExist_Raw (line 1273) | bool DoesFileExist_Raw(CFSTR name) function DoesFileExist_FollowLink (line 1282) | bool DoesFileExist_FollowLink(CFSTR name) function DoesDirExist (line 1291) | bool DoesDirExist(CFSTR name, bool followLink) function DoesFileOrDirExist (line 1299) | bool DoesFileOrDirExist(CFSTR name) type dirent (line 1353) | struct dirent type stat (line 1438) | struct stat FILE: NanaZip.Core/SevenZip/CPP/Windows/FileFind.h function namespace (line 20) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/FileIO.cpp function HRESULT (line 22) | HRESULT GetLastError_noZero_HRESULT() type NWindows (line 40) | namespace NWindows { type NFile (line 41) | namespace NFile { type NSystem (line 45) | namespace NSystem type NIO (line 51) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NDir (line 634) | namespace NDir { type NIO (line 638) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NFile (line 632) | namespace NFile { type NSystem (line 45) | namespace NSystem type NIO (line 51) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NDir (line 634) | namespace NDir { type NIO (line 638) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NWindows (line 631) | namespace NWindows { type NFile (line 41) | namespace NFile { type NSystem (line 45) | namespace NSystem type NIO (line 51) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NDir (line 634) | namespace NDir { type NIO (line 638) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NFile (line 632) | namespace NFile { type NSystem (line 45) | namespace NSystem type NIO (line 51) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() type NDir (line 634) | namespace NDir { type NIO (line 638) | namespace NIO { function off_t (line 702) | off_t CFileBase::seek(off_t distanceToMove, int moveMethod) const function off_t (line 720) | off_t CFileBase::seekToBegin() const throw() function off_t (line 725) | off_t CFileBase::seekToCur() const throw() FILE: NanaZip.Core/SevenZip/CPP/Windows/FileIO.h function namespace (line 42) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/FileLink.cpp type NWindows (line 36) | namespace NWindows { type NFile (line 37) | namespace NFile { function IsLinkPrefix (line 122) | static bool IsLinkPrefix(const wchar_t *s) function WriteString (line 140) | static void WriteString(Byte *dest, const wchar_t *path) function Convert_WinPath_to_WslLinuxPath (line 153) | void Convert_WinPath_to_WslLinuxPath(FString &s, bool convertDrivePath) function FillLinkData_WslLink (line 170) | void FillLinkData_WslLink(CByteBuffer &dest, const wchar_t *path) function FillLinkData_WinLink (line 190) | void FillLinkData_WinLink(CByteBuffer &dest, const wchar_t *path, bo... function GetString (line 287) | static void GetString(const Byte *p, unsigned len, UString &res) function UString (line 484) | UString CReparseAttr::GetPath() const type NSystem (line 512) | namespace NSystem type NIO (line 520) | namespace NIO { function GetReparseData (line 522) | bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDL... function CreatePrefixDirOfFile (line 541) | static bool CreatePrefixDirOfFile(CFSTR path) function OutIoReparseData (line 556) | static bool OutIoReparseData(DWORD controlCode, CFSTR path, void *... function SetReparseData (line 573) | bool SetReparseData(CFSTR path, bool isDir, const void *data, DWOR... function DeleteReparseData (line 604) | bool DeleteReparseData(CFSTR path) function GetReparseData (line 634) | bool GetReparseData(CFSTR path, CByteBuffer &reparseData) function SetSymLink (line 676) | bool SetSymLink(CFSTR from, CFSTR to) function SetSymLink_UString (line 686) | bool SetSymLink_UString(CFSTR from, const UString &to) type NIO (line 632) | namespace NIO { function GetReparseData (line 522) | bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDL... function CreatePrefixDirOfFile (line 541) | static bool CreatePrefixDirOfFile(CFSTR path) function OutIoReparseData (line 556) | static bool OutIoReparseData(DWORD controlCode, CFSTR path, void *... function SetReparseData (line 573) | bool SetReparseData(CFSTR path, bool isDir, const void *data, DWOR... function DeleteReparseData (line 604) | bool DeleteReparseData(CFSTR path) function GetReparseData (line 634) | bool GetReparseData(CFSTR path, CByteBuffer &reparseData) function SetSymLink (line 676) | bool SetSymLink(CFSTR from, CFSTR to) function SetSymLink_UString (line 686) | bool SetSymLink_UString(CFSTR from, const UString &to) FILE: NanaZip.Core/SevenZip/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: NanaZip.Core/SevenZip/CPP/Windows/FileMapping.h function namespace (line 10) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/FileName.cpp function FindSepar (line 24) | int FindSepar(const wchar_t *s) throw() function FindSepar (line 37) | int FindSepar(const FChar *s) throw() function NormalizeDirPathPrefix (line 51) | void NormalizeDirPathPrefix(FString &dirPath) function NormalizeDirPathPrefix (line 60) | void NormalizeDirPathPrefix(UString &dirPath) function IsDrivePath (line 70) | bool IsDrivePath (const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]... function IsDrivePath2 (line 75) | bool IsDrivePath2(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]... function NormalizeDirSeparators (line 79) | static void NormalizeDirSeparators(UString &s) function NormalizeDirSeparators (line 89) | void NormalizeDirSeparators(FString &s) function IsAltPathPrefix (line 97) | bool IsAltPathPrefix(CFSTR s) throw() function IsSuperPath (line 147) | bool IsSuperPath(const wchar_t *s) throw() { return IS_SUPER_PREFIX(s); } function IsSuperOrDevicePath (line 153) | bool IsSuperOrDevicePath(const wchar_t *s) throw() { return IS_SUPER_OR_... function IsDevicePath (line 154) | bool IsDevicePath(CFSTR s) throw() function IsSuperUncPath (line 187) | bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_... function IsNetworkPath (line 188) | bool IsNetworkPath(CFSTR s) throw() function GetNetworkServerPrefixSize (line 198) | unsigned GetNetworkServerPrefixSize(CFSTR s) throw() function IsNetworkShareRootPath (line 217) | bool IsNetworkShareRootPath(CFSTR s) throw() function IsAltStreamPrefixWithColon (line 229) | bool IsAltStreamPrefixWithColon(const UString &s) throw() function If_IsSuperPath_RemoveSuperPrefix (line 243) | bool If_IsSuperPath_RemoveSuperPrefix(UString &s) function IsDrivePath2 (line 261) | bool IsDrivePath2(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1]... function IsDrivePath (line 263) | bool IsDrivePath(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] ... function IsSuperPath (line 264) | bool IsSuperPath(CFSTR s) throw() { return IS_SUPER_PREFIX(s); } function IsSuperOrDevicePath (line 265) | bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PA... function IsDrivePath_SuperAllowed (line 268) | bool IsDrivePath_SuperAllowed(CFSTR s) throw() function IsDriveRootPath_SuperAllowed (line 275) | bool IsDriveRootPath_SuperAllowed(CFSTR s) throw() function IsAbsolutePath (line 282) | bool IsAbsolutePath(const wchar_t *s) throw() function FindAltStreamColon (line 287) | int FindAltStreamColon(CFSTR path) throw() function GetRootPrefixSize_Of_NetworkPath (line 313) | static unsigned GetRootPrefixSize_Of_NetworkPath(CFSTR s) function GetRootPrefixSize_Of_SimplePath (line 325) | static unsigned GetRootPrefixSize_Of_SimplePath(CFSTR s) function GetRootPrefixSize_Of_SuperPath (line 337) | static unsigned GetRootPrefixSize_Of_SuperPath(CFSTR s) function GetRootPrefixSize (line 351) | unsigned GetRootPrefixSize(CFSTR s) throw() function GetRootPrefixSize_Of_NetworkPath (line 364) | static unsigned GetRootPrefixSize_Of_NetworkPath(const wchar_t *s) throw() function GetRootPrefixSize_Of_SimplePath (line 376) | static unsigned GetRootPrefixSize_Of_SimplePath(const wchar_t *s) throw() function GetRootPrefixSize_Of_SuperPath (line 388) | static unsigned GetRootPrefixSize_Of_SuperPath(const wchar_t *s) throw() function GetRootPrefixSize_WINDOWS (line 405) | unsigned GetRootPrefixSize_WINDOWS(const wchar_t *s) throw() function IsAbsolutePath (line 417) | bool IsAbsolutePath(const wchar_t *s) throw() { return IS_SEPAR(s[0]); } function GetRootPrefixSize (line 421) | unsigned GetRootPrefixSize(CFSTR s) throw() { return IS_SEPAR(s[0]) ? 1 ... function GetRootPrefixSize (line 423) | unsigned GetRootPrefixSize(const wchar_t *s) throw() { return IS_SEPAR(s... function GetCurDir (line 437) | static bool GetCurDir(UString &path) function ResolveDotsFolders (line 450) | static bool ResolveDotsFolders(UString &s) function AreThereDotsFolders (line 532) | static bool AreThereDotsFolders(CFSTR s) function GetUseSuperPathType (line 571) | int GetUseSuperPathType(CFSTR s) throw() function GetSuperPathBase (line 622) | static bool GetSuperPathBase(CFSTR s, UString &res) function GetSuperPath (line 772) | bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) function GetSuperPaths (line 792) | bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool on... function GetFullPath (line 906) | bool GetFullPath(CFSTR path, FString &fullPath) FILE: NanaZip.Core/SevenZip/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Handle.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/MemoryGlobal.cpp type NWindows (line 7) | namespace NWindows { type NMemory (line 8) | namespace NMemory { FILE: NanaZip.Core/SevenZip/CPP/Windows/MemoryGlobal.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/MemoryLock.cpp type NWindows (line 9) | namespace NWindows { type NSecurity (line 10) | namespace NSecurity { function EnablePrivilege (line 30) | bool EnablePrivilege(LPCTSTR privilegeName, bool enable) function Get_LargePages_RiskLevel (line 97) | unsigned Get_LargePages_RiskLevel() FILE: NanaZip.Core/SevenZip/CPP/Windows/MemoryLock.h function namespace (line 8) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/NtCheck.h function IsItWindowsNT (line 17) | static inline bool IsItWindowsNT() FILE: NanaZip.Core/SevenZip/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function BSTR (line 12) | BSTR AllocBstrFromAscii(const char *s) throw() function HRESULT (line 26) | HRESULT PropVarEm_Alloc_Bstr(PROPVARIANT *p, unsigned numChars) throw() function HRESULT (line 39) | HRESULT PropVarEm_Set_Str(PROPVARIANT *p, const char *s) throw() function CPropVariant (line 76) | CPropVariant& CPropVariant::operator=(const CPropVariant &varSrc) function CPropVariant (line 82) | CPropVariant& CPropVariant::operator=(const PROPVARIANT &varSrc) function CPropVariant (line 88) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 96) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 111) | CPropVariant& CPropVariant::operator=(const UString &s) function CPropVariant (line 122) | CPropVariant& CPropVariant::operator=(const UString2 &s) function CPropVariant (line 153) | CPropVariant& CPropVariant::operator=(const char *s) function CPropVariant (line 168) | CPropVariant& CPropVariant::operator=(bool bSrc) throw() function BSTR (line 179) | BSTR CPropVariant::AllocBstr(unsigned numChars) function HRESULT (line 260) | HRESULT PropVariant_Clear(PROPVARIANT *prop) throw() function HRESULT (line 282) | HRESULT CPropVariant::Clear() throw() function HRESULT (line 292) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) throw() function HRESULT (line 306) | HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) throw() function HRESULT (line 318) | HRESULT CPropVariant::Detach(PROPVARIANT *pDest) throw() function HRESULT (line 333) | HRESULT CPropVariant::InternalClear() throw() FILE: NanaZip.Core/SevenZip/CPP/Windows/PropVariant.h function namespace (line 10) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/PropVariantConv.cpp function else (line 135) | else if (g_Timestamp_Show_ZoneOffset) function ConvertUtcFileTimeToString (line 176) | bool ConvertUtcFileTimeToString(const FILETIME &utc, char *s, int level)... function ConvertUtcFileTimeToString2 (line 181) | bool ConvertUtcFileTimeToString2(const FILETIME &ft, unsigned ns100, wch... function ConvertUtcFileTimeToString (line 195) | bool ConvertUtcFileTimeToString(const FILETIME &ft, wchar_t *dest, int l... function ConvertPropVariantToShortString (line 210) | void ConvertPropVariantToShortString(const PROPVARIANT &prop, char *dest... function ConvertPropVariantToShortString (line 243) | void ConvertPropVariantToShortString(const PROPVARIANT &prop, wchar_t *d... FILE: NanaZip.Core/SevenZip/CPP/Windows/PropVariantConv.h function ConvertPropVariantToUInt64 (line 34) | inline bool ConvertPropVariantToUInt64(const PROPVARIANT &prop, UInt64 &... FILE: NanaZip.Core/SevenZip/CPP/Windows/PropVariantUtils.cpp function AddHex (line 11) | static void AddHex(AString &s, UInt32 v) function AString (line 21) | AString TypePairToString(const CUInt32PCharPair *pairs, unsigned num, UI... function PairToProp (line 39) | void PairToProp(const CUInt32PCharPair *pairs, unsigned num, UInt32 valu... function AString (line 45) | AString TypeToString(const char * const table[], unsigned num, UInt32 va... function TypeToProp (line 59) | void TypeToProp(const char * const table[], unsigned num, UInt32 value, ... function AString (line 74) | AString FlagsToString(const char * const *names, unsigned num, UInt32 fl... function AString (line 98) | AString FlagsToString(const CUInt32PCharPair *pairs, unsigned num, UInt3... function FlagsToProp (line 120) | void FlagsToProp(const char * const *names, unsigned num, UInt32 flags, ... function FlagsToProp (line 125) | void FlagsToProp(const CUInt32PCharPair *pairs, unsigned num, UInt32 fla... function AString (line 131) | static AString Flags64ToString(const CUInt32PCharPair *pairs, unsigned n... function Flags64ToProp (line 158) | void Flags64ToProp(const CUInt32PCharPair *pairs, unsigned num, UInt64 f... FILE: NanaZip.Core/SevenZip/CPP/Windows/PropVariantUtils.h type CUInt32PCharPair (line 10) | struct CUInt32PCharPair FILE: NanaZip.Core/SevenZip/CPP/Windows/Registry.cpp type NWindows (line 17) | namespace NWindows { type NRegistry (line 18) | namespace NRegistry { function LONG (line 37) | LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, function LONG (line 56) | LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) ... function LONG (line 70) | LONG CKey::Close() throw() function LONG (line 83) | LONG CKey::DeleteSubKey(LPCTSTR subKeyName) throw() function LONG (line 89) | LONG CKey::RecurseDeleteKey(LPCTSTR subKeyName) throw() function UInt32 (line 128) | static inline UInt32 BoolToUINT32(bool value) { return (value ? 1: ... function UINT32ToBool (line 129) | static inline bool UINT32ToBool(UInt32 value) { return (value != 0); } function LONG (line 132) | LONG CKey::DeleteValue(LPCTSTR name) throw() function LONG (line 139) | LONG CKey::DeleteValue(LPCWSTR name) function LONG (line 148) | LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() function LONG (line 155) | LONG CKey::SetValue(LPCTSTR name, bool value) throw() function LONG (line 162) | LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() function LONG (line 183) | LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) function LONG (line 198) | LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) th... function LONG (line 206) | LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LP... function LONG (line 216) | LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR v... function LONG (line 227) | LONG CKey::GetValue_UInt32_IfOk(LPCTSTR name, UInt32 &value) throw() function LONG (line 243) | LONG CKey::GetValue_UInt64_IfOk(LPCTSTR name, UInt64 &value) throw() function LONG (line 258) | LONG CKey::GetValue_bool_IfOk(LPCTSTR name, bool &value) throw() function LONG (line 269) | LONG CKey::QueryValue(LPCTSTR name, CSysString &value) function LONG (line 316) | LONG CKey::QueryValue(LPCWSTR name, UString &value) function LONG (line 365) | LONG CKey::QueryValue_Binary(LPCTSTR name, CByteBuffer &value) function LONG (line 402) | LONG CKey::EnumKeys(CSysStringVector &keyNames) function LONG (line 424) | LONG CKey::SetValue_Strings(LPCTSTR valueName, const UStringVector &... function LONG (line 446) | LONG CKey::GetValue_Strings(LPCTSTR valueName, UStringVector &strings) FILE: NanaZip.Core/SevenZip/CPP/Windows/Registry.h function namespace (line 9) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/ResourceString.cpp type NWindows (line 16) | namespace NWindows { function CSysString (line 20) | static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) function MyLoadString2 (line 39) | static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UStrin... function UString (line 54) | UString MyLoadString(UINT resourceID) function MyLoadString (line 75) | void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) function MyLoadString (line 98) | void MyLoadString(UINT resourceID, UString &dest) FILE: NanaZip.Core/SevenZip/CPP/Windows/ResourceString.h function namespace (line 9) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/SecurityUtils.cpp type NWindows (line 7) | namespace NWindows { type NSecurity (line 8) | namespace NSecurity { function SetLsaString (line 33) | static void SetLsaString(LPWSTR src, PLSA_UNICODE_STRING dest) function PSID (line 69) | static PSID GetSid(LPWSTR accountName) function AddLockMemoryPrivilege (line 114) | bool AddLockMemoryPrivilege() FILE: NanaZip.Core/SevenZip/CPP/Windows/SecurityUtils.h function namespace (line 41) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Shell.cpp function Print_Number (line 27) | static void Print_Number(UInt32 number, const char *s) type NWindows (line 49) | namespace NWindows { type NShell (line 50) | namespace NShell { function HRESULT (line 113) | static HRESULT ReadUnicodeStrings(const wchar_t *p, size_t size, USt... function HRESULT (line 150) | static HRESULT ReadAnsiStrings(const char *p, size_t size, UStringVe... function HRESULT (line 173) | static HRESULT DataObject_GetData_HGLOBAL(IDataObject *dataObject, C... function HRESULT (line 182) | static HRESULT DataObject_GetData_HDROP_Names(IDataObject *dataObjec... function HRESULT (line 243) | static HRESULT DataObject_GetData_IDLIST(IDataObject *dataObject, US... function HRESULT (line 350) | HRESULT DataObject_GetData_HDROP_or_IDLIST_Names(IDataObject *dataOb... function HRESULT (line 378) | HRESULT DataObject_GetData_FILE_ATTRS(IDataObject *dataObject, CFile... function GetPathFromIDList (line 562) | bool GetPathFromIDList(LPCITEMIDLIST itemIDList, AString &path) function GetPathFromIDList (line 573) | bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path) function BrowseForFolder (line 632) | bool BrowseForFolder(LPBROWSEINFO, CSysString) function BrowseForFolder (line 637) | bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) function BrowseForFolder (line 642) | bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, function BrowseForFolder (line 666) | bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) function BrowseCallbackProc (line 679) | static int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM ... function BrowseForFolder (line 708) | static bool BrowseForFolder(HWND owner, LPCTSTR title, UINT ulFlags, function BrowseForFolder (line 739) | bool BrowseForFolder(HWND owner, LPCTSTR title, function BrowseForFolder (line 756) | static bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resul... function BrowseCallbackProc2 (line 774) | static function BrowseForFolder (line 803) | static bool BrowseForFolder(HWND owner, LPCWSTR title, UINT ulFlags, function BrowseForFolder (line 818) | bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolde... FILE: NanaZip.Core/SevenZip/CPP/Windows/Shell.h function namespace (line 17) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/Synchronization.cpp type NWindows (line 9) | namespace NWindows { type NSynchronization (line 10) | namespace NSynchronization { function DWORD (line 46) | DWORD WINAPI WaitForMultiObj_Any_Infinite(DWORD count, const CHandle... FILE: NanaZip.Core/SevenZip/CPP/Windows/Synchronization.h function namespace (line 16) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/System.cpp type NWindows (line 24) | namespace NWindows { type NSystem (line 25) | namespace NSystem { function Z7_DIAGNOSTIC_IGNORE_CAST_FUNCTION (line 46) | Z7_DIAGNOSTIC_IGNORE_CAST_FUNCTION function UInt32 (line 92) | UInt32 CountAffinity(DWORD_PTR mask) function BOOL (line 103) | BOOL CProcessAffinity::Get() function UInt32 (line 141) | UInt32 CProcessAffinity::Load_and_GetNumberOfThreads() function UInt32 (line 155) | UInt32 GetNumberOfProcessors() function BOOL (line 166) | BOOL CProcessAffinity::Get() function UInt32 (line 194) | UInt32 GetNumberOfProcessors() function GetRamSize (line 240) | bool GetRamSize(size_t &size) function GetRamSize (line 297) | bool GetRamSize(size_t &size) function Get_File_OPEN_MAX (line 384) | unsigned long Get_File_OPEN_MAX() function Get_File_OPEN_MAX_Reduced_for_3_tasks (line 407) | unsigned Get_File_OPEN_MAX_Reduced_for_3_tasks() FILE: NanaZip.Core/SevenZip/CPP/Windows/System.h function namespace (line 15) | namespace NWindows { type CProcessAffinity (line 52) | struct CProcessAffinity function Get_and_return_NumProcessThreads_and_SysThreads (line 109) | void Get_and_return_NumProcessThreads_and_SysThreads(UInt32 &numProcessT... type CProcessAffinity (line 138) | struct CProcessAffinity function InitST (line 149) | void InitST() function CpuZero (line 157) | void CpuZero() { CpuSet_Zero(&cpu_set); } function CpuSet (line 158) | void CpuSet(unsigned cpuIndex) { CpuSet_Set(&cpu_set, cpuIndex); } function IsCpuSet (line 159) | int IsCpuSet(unsigned cpuIndex) const { return CpuSet_IsSet(&cpu_set, cp... function InitST (line 169) | void InitST() function CpuZero (line 185) | void CpuZero() { } function CpuSet (line 186) | void CpuSet(unsigned /* cpuIndex */) { /* UNUSED_VAR(cpuIndex) */ } function IsCpuSet (line 187) | int IsCpuSet(unsigned cpuIndex) const { return (cpuIndex < numSysThreads... FILE: NanaZip.Core/SevenZip/CPP/Windows/Thread.h function namespace (line 10) | namespace NWindows { FILE: NanaZip.Core/SevenZip/CPP/Windows/TimeUtils.cpp type NWindows (line 13) | namespace NWindows { type NTime (line 14) | namespace NTime { function DosTime_To_FileTime (line 26) | bool DosTime_To_FileTime(UInt32 dosTime, FILETIME &ft) throw() function FileTime_To_DosTime (line 53) | bool FileTime_To_DosTime(const FILETIME &ft, UInt32 &dosTime) throw() function UtcFileTime_To_LocalDosTime (line 138) | bool UtcFileTime_To_LocalDosTime(const FILETIME &utc, UInt32 &dosTim... function UInt64 (line 158) | UInt64 UnixTime_To_FileTime64(UInt32 unixTime) throw() function UnixTime_To_FileTime (line 163) | void UnixTime_To_FileTime(UInt32 unixTime, FILETIME &ft) throw() function UInt64 (line 170) | UInt64 UnixTime64_To_FileTime64(Int64 unixTime) throw() function UnixTime64_To_FileTime64 (line 176) | bool UnixTime64_To_FileTime64(Int64 unixTime, UInt64 &fileTime) throw() function UnixTime64_To_FileTime (line 193) | bool UnixTime64_To_FileTime(Int64 unixTime, FILETIME &ft) throw() function Int64 (line 203) | Int64 FileTime_To_UnixTime64(const FILETIME &ft) throw() function Int64 (line 209) | Int64 FileTime_To_UnixTime64_and_Quantums(const FILETIME &ft, UInt32... function FileTime_To_UnixTime (line 216) | bool FileTime_To_UnixTime(const FILETIME &ft, UInt32 &unixTime) throw() function GetSecondsSince1601 (line 235) | bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function GetCurUtc_FiTime (line 271) | void GetCurUtc_FiTime(CFiTime &ft) throw() function GetCurUtcFileTime (line 320) | void GetCurUtcFileTime(FILETIME &ft) throw() function Compare_FiTime (line 428) | int Compare_FiTime(const CFiTime *a1, const CFiTime *a2) function FILETIME_To_timespec (line 437) | bool FILETIME_To_timespec(const FILETIME &ft, CFiTime &ts) function FiTime_To_FILETIME_ns100 (line 452) | void FiTime_To_FILETIME_ns100(const CFiTime &ts, FILETIME &ft, unsigned ... function FiTime_To_FILETIME (line 460) | void FiTime_To_FILETIME(const CFiTime &ts, FILETIME &ft) FILE: NanaZip.Core/SevenZip/CPP/Windows/TimeUtils.h function UInt64 (line 10) | inline UInt64 FILETIME_To_UInt64(const FILETIME &ft) function FILETIME_Clear (line 15) | inline void FILETIME_Clear(FILETIME &ft) function FILETIME_IsZero (line 21) | inline bool FILETIME_IsZero(const FILETIME &ft) function FiTime_To_FILETIME (line 30) | inline void FiTime_To_FILETIME(const CFiTime &ts, FILETIME &ft) function FiTime_Clear (line 40) | inline void FiTime_Clear(CFiTime &ft) function FiTime_Clear (line 58) | inline void FiTime_Clear(CFiTime &ft) function CFiTime (line 70) | inline CFiTime ST_MTIME(const struct stat &st) function CFiTime (line 72) | inline CFiTime ST_ATIME(const struct stat &st) function CFiTime (line 74) | inline CFiTime ST_CTIME(const struct stat &st) function namespace (line 86) | namespace NWindows { function PropVariant_SetFrom_UnixTime (line 119) | inline void PropVariant_SetFrom_UnixTime(NWindows::NCOM::CPropVariant &p... function PropVariant_SetFrom_NtfsTime (line 126) | inline void PropVariant_SetFrom_NtfsTime(NWindows::NCOM::CPropVariant &p... function PropVariant_SetFrom_FiTime (line 131) | inline void PropVariant_SetFrom_FiTime(NWindows::NCOM::CPropVariant &pro... function PropVariant_SetFrom_DosTime (line 143) | inline bool PropVariant_SetFrom_DosTime(NWindows::NCOM::CPropVariant &pr... FILE: NanaZip.Core/SevenZip/CPP/Windows/Window.cpp type NWindows (line 14) | namespace NWindows { function ATOM (line 17) | ATOM MyRegisterClass(CONST WNDCLASSW *wndClass) function MySetWindowText (line 106) | bool MySetWindowText(HWND wnd, LPCWSTR s) FILE: NanaZip.Core/SevenZip/CPP/Windows/Window.h function LRESULTToBool (line 102) | inline bool LRESULTToBool(LRESULT v) { return (v != FALSE); } function namespace (line 106) | namespace NWindows { FILE: NanaZip.Core/Wrappers/Sha1Wrapper.cpp function CSha1 (line 17) | CSha1& CSha1::operator=( function BoolInt (line 35) | BoolInt Sha1_SetFunction( function Sha1_InitState (line 51) | void Sha1_InitState( function Sha1_Init (line 72) | void Sha1_Init( function Sha1_Update (line 84) | void Sha1_Update( function Sha1_Final (line 100) | void Sha1_Final( function Sha1_PrepareBlock (line 115) | void Sha1_PrepareBlock( function Sha1_GetBlockDigest (line 127) | void Sha1_GetBlockDigest( FILE: NanaZip.Core/Wrappers/Sha1Wrapper.h type CSha1 (line 26) | typedef struct CSha1 FILE: NanaZip.Core/Wrappers/Sha256Wrapper.cpp function CSha256 (line 17) | CSha256& CSha256::operator=( function BoolInt (line 35) | BoolInt Sha256_SetFunction( function Sha256_InitState (line 51) | void Sha256_InitState( function Sha256_Init (line 72) | void Sha256_Init( function Sha256_Update (line 84) | void Sha256_Update( function Sha256_Final (line 100) | void Sha256_Final( FILE: NanaZip.Core/Wrappers/Sha256Wrapper.h type CSha256 (line 26) | typedef struct CSha256 FILE: NanaZip.Core/Wrappers/Sha512Wrapper.cpp function CSha512 (line 17) | CSha512& CSha512::operator=( function BoolInt (line 35) | BoolInt Sha512_SetFunction( function Sha512_InitState (line 51) | void Sha512_InitState( function Sha512_Init (line 84) | void Sha512_Init( function Sha512_Update (line 97) | void Sha512_Update( function Sha512_Final (line 113) | void Sha512_Final( FILE: NanaZip.Core/Wrappers/Sha512Wrapper.h type CSha512 (line 25) | typedef struct CSha512 FILE: NanaZip.MigrateLegacyStringResources/Program.cs type ResourceMapping (line 7) | public record ResourceMapping( class Program (line 14) | internal class Program method Main (line 46) | static int Main(string[] args) FILE: NanaZip.MigrateLegacyStringResources/VSWhereHelper.cs class VSWhereHelper (line 5) | public static class VSWhereHelper method GetVSPath (line 7) | public static string? GetVSPath() FILE: NanaZip.Modern/AboutPage.cpp type winrt::NanaZip::Modern::implementation (line 13) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/AboutPage.h function namespace (line 7) | namespace winrt function namespace (line 13) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/AddressBar.cpp type winrt::NanaZip::Modern::implementation (line 9) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/AddressBar.h function namespace (line 13) | namespace winrt type AddressBar (line 27) | struct AddressBar function AddressBarItem (line 75) | struct AddressBarItem : AddressBarItemT function AddressBarQuerySubmittedEventArgs (line 85) | struct AddressBarQuerySubmittedEventArgs : function namespace (line 102) | namespace winrt::NanaZip::Modern::factory_implementation FILE: NanaZip.Modern/AddressBarTemplate.h function namespace (line 5) | namespace winrt::NanaZip::Modern::implementation function namespace (line 16) | namespace winrt::NanaZip::Modern::factory_implementation FILE: NanaZip.Modern/App.cpp type winrt::NanaZip::Modern::implementation (line 10) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/App.h function namespace (line 5) | namespace winrt function namespace (line 13) | namespace winrt::NanaZip::Modern::implementation function App (line 51) | struct App : AppT2 FILE: NanaZip.Modern/CopyLocationPage.cpp type winrt::NanaZip::Modern::implementation (line 11) | namespace winrt::NanaZip::Modern::implementation function LPCWSTR (line 38) | LPCWSTR CopyLocationPage::GetPath() FILE: NanaZip.Modern/CopyLocationPage.h function namespace (line 7) | namespace winrt function namespace (line 13) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/InformationPage.cpp type winrt::NanaZip::Modern::implementation (line 7) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/InformationPage.h function namespace (line 7) | namespace winrt function namespace (line 13) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/MainWindowToolBarPage.cpp type winrt::Mile (line 15) | namespace winrt::Mile function DWORD (line 24) | DWORD GetShellProcessId() function GetCurrentProcessModulePath (line 40) | std::wstring GetCurrentProcessModulePath() type winrt (line 50) | namespace winrt type ToolBarCommandID (line 65) | namespace ToolBarCommandID type MenuIndex (line 82) | namespace MenuIndex type winrt::NanaZip::Modern::implementation (line 94) | namespace winrt::NanaZip::Modern::implementation function EXTERN_C (line 592) | EXTERN_C LPVOID WINAPI K7ModernCreateMainWindowToolBarPage( FILE: NanaZip.Modern/MainWindowToolBarPage.h function namespace (line 10) | namespace winrt function namespace (line 17) | namespace winrt::NanaZip::Modern::implementation function namespace (line 94) | namespace winrt::NanaZip::Modern::factory_implementation FILE: NanaZip.Modern/NanaZip.Modern.Wrapper.cpp function GetCurrentProcessModulePath (line 20) | std::wstring GetCurrentProcessModulePath() function HMODULE (line 31) | static HMODULE GetNanaZipModernModuleHandle() function EXTERN_C (line 52) | EXTERN_C LPCWSTR WINAPI K7ModernGetLegacyStringResource( function EXTERN_C (line 77) | EXTERN_C BOOL WINAPI K7ModernAvailable() function EXTERN_C (line 101) | EXTERN_C HRESULT WINAPI K7ModernInitialize() function EXTERN_C (line 125) | EXTERN_C HRESULT WINAPI K7ModernUninitialize() function EXTERN_C (line 149) | EXTERN_C INT WINAPI K7ModernShowSponsorDialog( function EXTERN_C (line 174) | EXTERN_C INT WINAPI K7ModernShowAboutDialog( function EXTERN_C (line 200) | EXTERN_C INT WINAPI K7ModernShowInformationDialog( function EXTERN_C (line 227) | EXTERN_C VOID WINAPI K7ModernUpdateProgressWindowStatus( function EXTERN_C (line 251) | EXTERN_C VOID WINAPI K7ModernSetProgressWindowPausedMode( function EXTERN_C (line 275) | EXTERN_C INT WINAPI K7ModernShowProgressWindow( function EXTERN_C (line 308) | EXTERN_C LPVOID WINAPI K7ModernCreateMainWindowToolBarPage( FILE: NanaZip.Modern/NanaZip.Modern.cpp type winrt (line 33) | namespace winrt function GetMainResourceMap (line 41) | static winrt::ResourceMap GetMainResourceMap() function EXTERN_C (line 63) | EXTERN_C LPCWSTR WINAPI K7ModernGetLegacyStringResource( function EXTERN_C (line 109) | EXTERN_C BOOL WINAPI K7ModernAvailable() function EXTERN_C (line 114) | EXTERN_C HRESULT WINAPI K7ModernInitialize() function EXTERN_C (line 138) | EXTERN_C HRESULT WINAPI K7ModernUninitialize() type winrt (line 157) | namespace winrt function HWND (line 164) | HWND K7ModernCreateXamlWindow( function HWND (line 225) | HWND K7ModernCreateXamlDialog( function K7ModernShowXamlWindow (line 234) | int K7ModernShowXamlWindow( function K7ModernShowXamlDialog (line 289) | int K7ModernShowXamlDialog( function K7ModernGetDesktopWindowXamlSource (line 335) | winrt::DesktopWindowXamlSource K7ModernGetDesktopWindowXamlSource( function EXTERN_C (line 346) | EXTERN_C INT WINAPI K7ModernShowSponsorDialog( function EXTERN_C (line 372) | EXTERN_C INT WINAPI K7ModernShowAboutDialog( function EXTERN_C (line 401) | EXTERN_C INT WINAPI K7ModernShowInformationDialog( function EXTERN_C (line 432) | EXTERN_C VOID WINAPI K7ModernUpdateProgressWindowStatus( function EXTERN_C (line 460) | EXTERN_C VOID WINAPI K7ModernSetProgressWindowPausedMode( function EXTERN_C (line 488) | EXTERN_C INT WINAPI K7ModernShowProgressWindow( function EXTERN_C (line 546) | EXTERN_C INT WINAPI K7ModernShowCopyLocationDialog( function EXTERN_C (line 596) | EXTERN_C LPCWSTR WINAPI K7ModernGetCopyLocationDialogPath( FILE: NanaZip.Modern/NanaZip.Modern.h type K7_PROGRESS_WINDOW_STATUS (line 90) | typedef struct _K7_PROGRESS_WINDOW_STATUS FILE: NanaZip.Modern/ProgressPage.cpp type winrt::Mile (line 8) | namespace winrt::Mile type winrt (line 16) | namespace winrt function ConvertByteSizeToString (line 24) | std::wstring ConvertByteSizeToString( function ConvertSecondsToTimeString (line 68) | std::wstring ConvertSecondsToTimeString( type winrt::NanaZip::Modern::implementation (line 88) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/ProgressPage.h function namespace (line 12) | namespace winrt function namespace (line 19) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/SponsorPage.cpp type winrt::Mile (line 12) | namespace winrt::Mile type winrt (line 24) | namespace winrt type winrt::NanaZip::Modern::implementation (line 31) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/SponsorPage.h function namespace (line 7) | namespace winrt function namespace (line 13) | namespace winrt::NanaZip::Modern::implementation FILE: NanaZip.Modern/StatusBar.h function namespace (line 6) | namespace winrt::NanaZip::Modern::implementation function namespace (line 19) | namespace winrt::NanaZip::Modern::factory_implementation FILE: NanaZip.Modern/StatusBarTemplate.h function namespace (line 5) | namespace winrt::NanaZip::Modern::implementation function namespace (line 17) | namespace winrt::NanaZip::Modern::factory_implementation