Home | History | Annotate | Download | only in test

Lines Matching defs: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";
63 uLong len = (uLong)strlen(hello)+1;
65 err = compress(compr, &comprLen, (const Bytef*)hello, len);
73 if (strcmp((char*)uncompr, hello)) {
89 int len = (int)strlen(hello)+1;
103 if (gzprintf(file, ", %s!", "hello") != 8) {
121 if (strcmp((char*)uncompr, hello)) {
146 if (strlen((char*)uncompr) != 7) { /* " hello!" */
150 if (strcmp((char*)uncompr, hello + 6)) {
169 uLong len = (uLong)strlen(hello)+1;
178 c_stream.next_in = (z_const unsigned char *)hello;
229 if (strcmp((char*)uncompr, hello)) {
335 uInt len = (uInt)strlen(hello)+1;
344 c_stream.next_in = (z_const unsigned char *)hello;
427 c_stream.next_in = (z_const unsigned char *)hello;
428 c_stream.avail_in = (uInt)strlen(hello)+1;
479 if (strcmp((char*)uncompr, hello)) {