Searched refs:fdi_Zipinflate_codes (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/directx/wine/d3dxof/ |
H A D | mszip.c | 238 static cab_LONG fdi_Zipinflate_codes(const struct Ziphuft *tl, const struct Ziphuft *td, in fdi_Zipinflate_codes() function 402 i = fdi_Zipinflate_codes(fixed_tl, fixed_td, fixed_bl, fixed_bd, decomp_state); in fdi_Zipinflate_fixed() 533 if(fdi_Zipinflate_codes(tl, td, bl, bd, decomp_state)) in fdi_Zipinflate_dynamic()
|
/reactos/dll/win32/cabinet/ |
H A D | fdi.c | 1061 static cab_LONG fdi_Zipinflate_codes(const struct Ziphuft *tl, const struct Ziphuft *td, in fdi_Zipinflate_codes() function 1225 i = fdi_Zipinflate_codes(fixed_tl, fixed_td, fixed_bl, fixed_bd, decomp_state); in fdi_Zipinflate_fixed() 1356 if(fdi_Zipinflate_codes(tl, td, bl, bd, decomp_state)) in fdi_Zipinflate_dynamic()
|