Lines Matching refs:hello
51 z_const char hello[] = "hello, hello! I said hello, hello!"; variable
118 uLong len = (uLong)strlen(hello)+1;
120 err = compress(compr, &comprLen, (const Bytef*)hello, len);
128 if (strcmp((char*)uncompr, hello)) {
148 int len = (int)strlen(hello)+1;
180 if (strcmp((char*)uncompr, hello)) {
209 if (strcmp((char*)uncompr, hello + 6+21)) {
231 uLong len = (uLong)strlen(hello)+1;
240 c_stream.next_in = (z_const unsigned char *)hello;
293 if (strcmp((char*)uncompr, hello)) {
406 uInt len = (uInt)strlen(hello)+1;
415 c_stream.next_in = (z_const unsigned char *)hello;
504 c_stream.next_in = (z_const unsigned char *)hello;
505 c_stream.avail_in = (uInt)strlen(hello)+1;
558 if (strcmp((char*)uncompr, hello)) {