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

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dbunzip2.c39 int zstat; member in struct:_xzip_buf
60 x->zstat = BZ2_bzDecompressInit(&(x->z),
63 if (x->zstat != BZ_OK) {
111 switch (x->zstat) {
142 x->zstat = BZ2_bzDecompress(&(x->z));
144 if (x->zstat == BZ_STREAM_END) {
148 if (x->zstat != BZ_OK) {
H A Dgunzip.c14 int zstat; member in struct:_xzip_buf
45 x->zstat = inflateInit2(&(x->z), -MAX_WBITS);
46 if (x->zstat != Z_OK) {
100 switch (x->zstat) {
131 x->zstat = inflate(&(x->z), Z_NO_FLUSH);
133 if (x->zstat == Z_STREAM_END) {
137 if (x->zstat != Z_OK) {
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dbunzip2.c40 int zstat; member in struct:_xzip_buf
61 x->zstat = BZ2_bzDecompressInit(&(x->z),
64 if (x->zstat != BZ_OK) {
112 switch (x->zstat) {
143 x->zstat = BZ2_bzDecompress(&(x->z));
145 if (x->zstat == BZ_STREAM_END) {
149 if (x->zstat != BZ_OK) {
H A Dgunzip.c15 int zstat; member in struct:_xzip_buf
46 x->zstat = inflateInit2(&(x->z), -MAX_WBITS);
47 if (x->zstat != Z_OK) {
101 switch (x->zstat) {
132 x->zstat = inflate(&(x->z), Z_NO_FLUSH);
134 if (x->zstat == Z_STREAM_END) {
138 if (x->zstat != Z_OK) {

Completed in 8 milliseconds