Lines Matching refs:hello
46 z_const char hello[] = "hello, hello!"; variable
110 uLong len = (uLong)strlen(hello)+1;
112 err = compress(compr, &comprLen, (const Bytef*)hello, len);
120 if (strcmp((char*)uncompr, hello)) {
140 int len = (int)strlen(hello)+1;
172 if (strcmp((char*)uncompr, hello)) {
201 if (strcmp((char*)uncompr, hello + 6)) {
223 uLong len = (uLong)strlen(hello)+1;
232 c_stream.next_in = (z_const unsigned char *)hello;
285 if (strcmp((char*)uncompr, hello)) {
398 uInt len = (uInt)strlen(hello)+1;
407 c_stream.next_in = (z_const unsigned char *)hello;
496 c_stream.next_in = (z_const unsigned char *)hello;
497 c_stream.avail_in = (uInt)strlen(hello)+1;
550 if (strcmp((char*)uncompr, hello)) {