Searched defs:block_state (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon112
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c70 } block_state; typedef in typeref:enum:__anon3
72 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
76 local block_state deflate_stored OF((deflate_state *s, int flush));
77 local block_state deflate_fast OF((deflate_state *s, int flush));
78 local block_state deflate_slow OF((deflate_state *s, int flush));
513 block_state bstate;
1080 local block_state deflate_stored(s, flush)
1138 local block_state deflate_fast(s, flush)
1234 local block_state deflate_slow(s, flush)

Completed in 42 milliseconds