Lines Matching refs:hello
29 static z_const char hello[] = "hello, hello!"; variable
63 uLong len = (uLong)strlen(hello)+1; in test_compress()
65 err = compress(compr, &comprLen, (const Bytef*)hello, len); in test_compress()
73 if (strcmp((char*)uncompr, hello)) { in test_compress()
89 int len = (int)strlen(hello)+1; in test_gzio()
121 if (strcmp((char*)uncompr, hello)) { in test_gzio()
150 if (strcmp((char*)uncompr, hello + 6)) { in test_gzio()
169 uLong len = (uLong)strlen(hello)+1; in test_deflate()
178 c_stream.next_in = (z_const unsigned char *)hello; in test_deflate()
229 if (strcmp((char*)uncompr, hello)) { in test_inflate()
335 uInt len = (uInt)strlen(hello)+1; in test_flush()
344 c_stream.next_in = (z_const unsigned char *)hello; in test_flush()
427 c_stream.next_in = (z_const unsigned char *)hello; in test_dict_deflate()
428 c_stream.avail_in = (uInt)strlen(hello)+1; in test_dict_deflate()
479 if (strcmp((char*)uncompr, hello)) { in test_dict_inflate()