Searched refs:fixed_tl (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/d3dxof/ |
H A D | mszip.c | 370 struct Ziphuft *fixed_tl; in fdi_Zipinflate_fixed() local 388 if((i = fdi_Ziphuft_build(l, 288, 257, Zipcplens, Zipcplext, &fixed_tl, &fixed_bl, decomp_state))) in fdi_Zipinflate_fixed() 397 fdi_Ziphuft_free(CAB(hfdi), fixed_tl); in fdi_Zipinflate_fixed() 402 i = fdi_Zipinflate_codes(fixed_tl, fixed_td, fixed_bl, fixed_bd, decomp_state); in fdi_Zipinflate_fixed() 405 fdi_Ziphuft_free(CAB(hfdi), fixed_tl); in fdi_Zipinflate_fixed()
|
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | inffixed.h | 12 local const inflate_huft fixed_tl[] = { variable
|
H A D | inftrees.c | 402 local inflate_huft *fixed_tl; variable 445 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, in inflate_trees_fixed() 465 *tl = fixed_tl; in inflate_trees_fixed()
|
/reactos/dll/win32/cabinet/ |
H A D | fdi.c | 1193 struct Ziphuft *fixed_tl; in fdi_Zipinflate_fixed() local 1211 if((i = fdi_Ziphuft_build(l, 288, 257, Zipcplens, Zipcplext, &fixed_tl, &fixed_bl, decomp_state))) in fdi_Zipinflate_fixed() 1220 fdi_Ziphuft_free(CAB(fdi), fixed_tl); in fdi_Zipinflate_fixed() 1225 i = fdi_Zipinflate_codes(fixed_tl, fixed_td, fixed_bl, fixed_bd, decomp_state); in fdi_Zipinflate_fixed() 1228 fdi_Ziphuft_free(CAB(fdi), fixed_tl); in fdi_Zipinflate_fixed()
|