SIZE               97 lib/zlib/examples/gun.c         if ((unsigned)ret > SIZE - len)
SIZE               98 lib/zlib/examples/gun.c             ret = (int)(SIZE - len);
SIZE              106 lib/zlib/examples/gun.c     } while (ret != 0 && len < SIZE);
SIZE              157 lib/zlib/examples/gun.c unsigned char inbuf[SIZE];              /* input buffer */
SIZE              158 lib/zlib/examples/gun.c unsigned char outbuf[SIZE];             /* output buffer */
SIZE              343 lib/zlib/examples/gun.c         while (stack > SIZE - outcnt) {
SIZE              344 lib/zlib/examples/gun.c             while (outcnt < SIZE)