Searched refs:Z_OK (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Duncompr.c21 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
H A Dcompress.c17 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
46 if (err != Z_OK) return err;
51 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/logfs/
H A Dcompr.c24 if (err != Z_OK)
39 if (err != Z_OK)
58 if (err != Z_OK)
73 if (err != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/logfs/
H A Dcompr.c24 if (err != Z_OK)
39 if (err != Z_OK)
58 if (err != Z_OK)
73 if (err != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/examples/
H A Dzpipe.c21 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
39 if (ret != Z_OK)
73 return Z_OK;
77 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
97 if (ret != Z_OK)
137 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
173 if (ret != Z_OK)
181 if (ret != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/examples/
H A Dzpipe.c31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
49 if (ret != Z_OK)
83 return Z_OK;
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
107 if (ret != Z_OK)
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
187 if (ret != Z_OK)
195 if (ret != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/examples/
H A Dzpipe.c21 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
39 if (ret != Z_OK)
73 return Z_OK;
77 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
97 if (ret != Z_OK)
137 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
173 if (ret != Z_OK)
181 if (ret != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/examples/
H A Dzpipe.c31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
49 if (ret != Z_OK)
83 return Z_OK;
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
107 if (ret != Z_OK)
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
187 if (ret != Z_OK)
195 if (ret != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/examples/
H A Dzpipe.c21 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
39 if (ret != Z_OK)
73 return Z_OK;
77 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
97 if (ret != Z_OK)
137 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
173 if (ret != Z_OK)
181 if (ret != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/examples/
H A Dzpipe.c31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
49 if (ret != Z_OK)
83 return Z_OK;
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
107 if (ret != Z_OK)
147 return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
187 if (ret != Z_OK)
195 if (ret != Z_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
H A Dcompress.c17 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
46 if (err != Z_OK) return err;
51 return err == Z_OK ? Z_BUF_ERROR : err;
H A Duncompr.c21 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
47 if (err != Z_OK) return err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Dcompress.c18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/boot/lib/
H A Dzmem.c63 if (r != Z_OK) {
72 if (r != Z_OK && r != Z_STREAM_END) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/boot/lib/
H A Dzmem.c63 if (r != Z_OK) {
72 if (r != Z_OK && r != Z_STREAM_END) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Dcompress.c17 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
46 if (err != Z_OK) return err;
51 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Dcompress.c18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Dcompress.c17 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
46 if (err != Z_OK) return err;
51 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Dcompress.c18 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
47 if (err != Z_OK) return err;
52 return err == Z_OK ? Z_BUF_ERROR : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/squashfs/
H A Dzlib_wrapper.c98 if (zlib_err != Z_OK) {
111 } while (zlib_err == Z_OK);
119 if (zlib_err != Z_OK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/squashfs/
H A Dzlib_wrapper.c98 if (zlib_err != Z_OK) {
111 } while (zlib_err == Z_OK);
119 if (zlib_err != Z_OK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlclenc.c88 if (zret != Z_OK) {
99 if (zret != Z_OK) {
158 if (zret != Z_OK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlclenc.c88 if (zret != Z_OK) {
99 if (zret != Z_OK) {
158 if (zret != Z_OK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlclenc.c88 if (zret != Z_OK) {
99 if (zret != Z_OK) {
158 if (zret != Z_OK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_zlib.c81 if (Z_OK != zlib_deflateInit(&def_strm, 3)) {
101 if (ret != Z_OK) {
171 if (Z_OK != zlib_inflateInit2(&inf_strm, wbits)) {
177 while((ret = zlib_inflate(&inf_strm, Z_FINISH)) == Z_OK)

Completed in 414 milliseconds

1234567891011>>