Searched refs:bstream (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dzip.c138 bz_stream bstream; /* bzLib stream structure for bziped */ member in struct:__anon120
1194 zi->ci.bstream.avail_in = (uInt)0;
1195 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1196 zi->ci.bstream.next_out = (char*)zi->ci.buffered_data;
1197 zi->ci.bstream.total_in_hi32 = 0;
1198 zi->ci.bstream.total_in_lo32 = 0;
1199 zi->ci.bstream.total_out_hi32 = 0;
1200 zi->ci.bstream.total_out_lo32 = 0;
1234 zi->ci.bstream.bzalloc = 0;
1235 zi->ci.bstream
[all...]

Completed in 32 milliseconds