hello              29 lib/zlib/example.c const char hello[] = "hello, hello!";
hello              64 lib/zlib/example.c     uLong len = (uLong)strlen(hello)+1;
hello              66 lib/zlib/example.c     err = compress(compr, &comprLen, (const Bytef*)hello, len);
hello              74 lib/zlib/example.c     if (strcmp((char*)uncompr, hello)) {
hello              94 lib/zlib/example.c     int len = (int)strlen(hello)+1;
hello             126 lib/zlib/example.c     if (strcmp((char*)uncompr, hello)) {
hello             155 lib/zlib/example.c     if (strcmp((char*)uncompr, hello + 6)) {
hello             175 lib/zlib/example.c     uLong len = (uLong)strlen(hello)+1;
hello             184 lib/zlib/example.c     c_stream.next_in  = (Bytef*)hello;
hello             237 lib/zlib/example.c     if (strcmp((char*)uncompr, hello)) {
hello             350 lib/zlib/example.c     uInt len = (uInt)strlen(hello)+1;
hello             359 lib/zlib/example.c     c_stream.next_in  = (Bytef*)hello;
hello             448 lib/zlib/example.c     c_stream.next_in = (Bytef*)hello;
hello             449 lib/zlib/example.c     c_stream.avail_in = (uInt)strlen(hello)+1;
hello             502 lib/zlib/example.c     if (strcmp((char*)uncompr, hello)) {