Searched refs:Ziphuft (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/d3dxof/ |
H A D | mszip.c | 40 static void fdi_Ziphuft_free(HFDI hfdi, struct Ziphuft *t) in fdi_Ziphuft_free() 42 register struct Ziphuft *p, *q; in fdi_Ziphuft_free() 58 struct Ziphuft **t, cab_LONG *m, fdi_decomp_state *decomp_state) in fdi_Ziphuft_build() 70 register struct Ziphuft *q; /* points to current table */ in fdi_Ziphuft_build() 175 if (!(q = PFDI_ALLOC(CAB(hfdi), (z + 1)*sizeof(struct Ziphuft)))) in fdi_Ziphuft_build() 238 static cab_LONG fdi_Zipinflate_codes(const struct Ziphuft *tl, const struct Ziphuft *td, in fdi_Zipinflate_codes() 244 const struct Ziphuft *t; /* pointer to table entry */ in fdi_Zipinflate_codes() 370 struct Ziphuft *fixed_tl; in fdi_Zipinflate_fixed() 371 struct Ziphuft *fixed_td; in fdi_Zipinflate_fixed() 421 struct Ziphuft *tl; /* literal/length code table */ in fdi_Zipinflate_dynamic() [all …]
|
H A D | mszip.h | 55 struct Ziphuft { struct 60 struct Ziphuft *t; /* pointer to next level of table */ argument 71 struct Ziphuft *u[ZIPBMAX]; /* table stack */ argument
|
/reactos/dll/win32/cabinet/ |
H A D | cabinet.h | 128 struct Ziphuft { struct 133 struct Ziphuft *t; /* pointer to next level of table */ argument 144 struct Ziphuft *u[ZIPBMAX]; /* table stack */ argument
|
H A D | fdi.c | 863 static void fdi_Ziphuft_free(FDI_Int *fdi, struct Ziphuft *t) in fdi_Ziphuft_free() 865 register struct Ziphuft *p, *q; in fdi_Ziphuft_free() 881 struct Ziphuft **t, cab_LONG *m, fdi_decomp_state *decomp_state) in fdi_Ziphuft_build() 893 register struct Ziphuft *q; /* points to current table */ in fdi_Ziphuft_build() 998 if (!(q = CAB(fdi)->alloc((z + 1)*sizeof(struct Ziphuft)))) in fdi_Ziphuft_build() 1061 static cab_LONG fdi_Zipinflate_codes(const struct Ziphuft *tl, const struct Ziphuft *td, in fdi_Zipinflate_codes() 1067 const struct Ziphuft *t; /* pointer to table entry */ in fdi_Zipinflate_codes() 1193 struct Ziphuft *fixed_tl; in fdi_Zipinflate_fixed() 1194 struct Ziphuft *fixed_td; in fdi_Zipinflate_fixed() 1244 struct Ziphuft *tl; /* literal/length code table */ in fdi_Zipinflate_dynamic() [all …]
|