Searched refs:hugehelpgz (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dmkhelp.pl144 static const unsigned char hugehelpgz[] = {
187 if (hugehelpgz[3] & 0xfe)
194 z.avail_in = (unsigned int)(sizeof(hugehelpgz) - headerlen);
195 z.next_in = (unsigned char *)hugehelpgz + headerlen;
H A Dtool_hugehelp.c4178 static const unsigned char hugehelpgz[] = { variable
8164 if (hugehelpgz[3] & 0xfe)
8171 z.avail_in = (unsigned int)(sizeof(hugehelpgz) - headerlen);
8172 z.next_in = (unsigned char *)hugehelpgz + headerlen;

Completed in 65 milliseconds