Home | History | Annotate | Download | only in test

Lines Matching refs:hello

29 const char hello[] = "hello, hello!";
30 /* "hello world" would be more standard, but the repeated "hello"
34 const char dictionary[] = "hello";
93 uLong len = (uLong)strlen(hello)+1;
95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
103 if (strcmp((char*)uncompr, hello)) {
123 int len = (int)strlen(hello)+1;
137 if (gzprintf(file, ", %s!", "hello") != 8) {
155 if (strcmp((char*)uncompr, hello)) {
180 if (strlen((char*)uncompr) != 7) { /* " hello!" */
184 if (strcmp((char*)uncompr, hello + 6)) {
206 uLong len = (uLong)strlen(hello)+1;
215 c_stream.next_in = (Bytef*)hello;
268 if (strcmp((char*)uncompr, hello)) {
381 uInt len = (uInt)strlen(hello)+1;
390 c_stream.next_in = (Bytef*)hello;
479 c_stream.next_in = (Bytef*)hello;
480 c_stream.avail_in = (uInt)strlen(hello)+1;
533 if (strcmp((char*)uncompr, hello)) {