Searched refs:fdi_Ziphuft_build (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/directx/wine/d3dxof/ |
H A D | mszip.c | 57 static cab_LONG fdi_Ziphuft_build(cab_ULONG *b, cab_ULONG n, cab_ULONG s, const cab_UWORD *d, const… in fdi_Ziphuft_build() function 388 if((i = fdi_Ziphuft_build(l, 288, 257, Zipcplens, Zipcplext, &fixed_tl, &fixed_bl, decomp_state))) in fdi_Zipinflate_fixed() 395 …if((i = fdi_Ziphuft_build(l, 30, 0, Zipcpdist, Zipcpdext, &fixed_td, &fixed_bd, decomp_state)) > 1) in fdi_Zipinflate_fixed() 461 if((i = fdi_Ziphuft_build(ll, 19, 19, NULL, NULL, &tl, &bl, decomp_state)) != 0) in fdi_Zipinflate_dynamic() 523 if((i = fdi_Ziphuft_build(ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl, decomp_state)) != 0) in fdi_Zipinflate_dynamic() 530 fdi_Ziphuft_build(ll + nl, nd, 0, Zipcpdist, Zipcpdext, &td, &bd, decomp_state); in fdi_Zipinflate_dynamic()
|
/reactos/dll/win32/cabinet/ |
H A D | fdi.c | 880 static cab_LONG fdi_Ziphuft_build(cab_ULONG *b, cab_ULONG n, cab_ULONG s, const cab_UWORD *d, const… in fdi_Ziphuft_build() function 1211 if((i = fdi_Ziphuft_build(l, 288, 257, Zipcplens, Zipcplext, &fixed_tl, &fixed_bl, decomp_state))) in fdi_Zipinflate_fixed() 1218 …if((i = fdi_Ziphuft_build(l, 30, 0, Zipcpdist, Zipcpdext, &fixed_td, &fixed_bd, decomp_state)) > 1) in fdi_Zipinflate_fixed() 1284 if((i = fdi_Ziphuft_build(ll, 19, 19, NULL, NULL, &tl, &bl, decomp_state)) != 0) in fdi_Zipinflate_dynamic() 1346 if((i = fdi_Ziphuft_build(ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl, decomp_state)) != 0) in fdi_Zipinflate_dynamic() 1353 fdi_Ziphuft_build(ll + nl, nd, 0, Zipcpdist, Zipcpdext, &td, &bd, decomp_state); in fdi_Zipinflate_dynamic()
|