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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c205 local bz_stream bstrm; /* zlib's data interface structure */ variable
1680 bstrm.bzalloc = NULL;
1681 bstrm.bzfree = NULL;
1682 bstrm.opaque = NULL;
1685 err = BZ2_bzCompressInit(&bstrm, pack_level, 0, 30);
1712 err = BZ2_bzCompressEnd(&bstrm);
1766 bstrm.next_in = (Bytef *)window;
1771 bstrm.next_in = (char *)f_ibuf;
1773 bstrm.avail_in = file_read(bstrm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dextract.c2702 bz_stream bstrm; local
2711 bstrm.next_out = (char *)redirSlide;
2712 bstrm.avail_out = wsize;
2714 bstrm.next_in = (char *)G.inptr;
2715 bstrm.avail_in = G.incnt;
2721 bstrm.bzalloc = NULL;
2722 bstrm.bzfree = NULL;
2723 bstrm.opaque = NULL;
2726 err = BZ2_bzDecompressInit(&bstrm, 0, 0);
2740 while (bstrm
[all...]

Completed in 100 milliseconds