Lines Matching refs:hello
30 const char hello[] = "hello, hello!";
31 /* "hello world" would be more standard, but the repeated "hello"
35 const char dictionary[] = "hello";
65 uLong len = strlen(hello)+1;
67 err = compress(compr, &comprLen, (const Bytef*)hello, len);
75 if (strcmp((char*)uncompr, hello)) {
93 int len = strlen(hello)+1;
107 if (gzprintf(file, ", %s!", "hello") != 8) {
125 if (strcmp((char*)uncompr, hello)) {
146 if (uncomprLen != 6) { /* "hello!" */
150 if (strcmp((char*)uncompr, hello+7)) {
169 int len = strlen(hello)+1;
178 c_stream.next_in = (Bytef*)hello;
231 if (strcmp((char*)uncompr, hello)) {
344 int len = strlen(hello)+1;
353 c_stream.next_in = (Bytef*)hello;
442 c_stream.next_in = (Bytef*)hello;
443 c_stream.avail_in = (uInt)strlen(hello)+1;
496 if (strcmp((char*)uncompr, hello)) {