Lines Matching refs:hello
29 static z_const char hello[] = "hello, hello!";
30 /* "hello world" would be more standard, but the repeated "hello"
34 static const char dictionary[] = "hello";
66 uLong len = (uLong)strlen(hello)+1;
68 err = compress(compr, &comprLen, (const Bytef*)hello, len);
76 if (strcmp((char*)uncompr, hello)) {
93 int len = (int)strlen(hello)+1;
107 if (gzprintf(file, ", %s!", "hello") != 8) {
125 if (strcmp((char*)uncompr, hello)) {
150 if (strlen((char*)uncompr) != 7) { /* " hello!" */
154 if (strcmp((char*)uncompr, hello + 6)) {
174 uLong len = (uLong)strlen(hello)+1;
183 c_stream.next_in = (z_const unsigned char *)hello;
241 if (strcmp((char*)uncompr, hello)) {
353 uInt len = (uInt)strlen(hello)+1;
362 c_stream.next_in = (z_const unsigned char *)hello;
447 c_stream.next_in = (z_const unsigned char *)hello;
448 c_stream.avail_in = (uInt)strlen(hello)+1;
503 if (strcmp((char*)uncompr, hello)) {