Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dmkhelp.pl119 static const unsigned char hugehelpgz[] = {
159 if(hugehelpgz[3] & 0xfe)
166 z.avail_in = (unsigned int)(sizeof(hugehelpgz) - headerlen);
167 z.next_in = (unsigned char *)hugehelpgz + headerlen;
H A Dtool_hugehelp.c7624 static const unsigned char hugehelpgz[] = { variable
13470 if(hugehelpgz[3] & 0xfe) in hugehelp()
13477 z.avail_in = (unsigned int)(sizeof(hugehelpgz) - headerlen); in hugehelp()
13478 z.next_in = (unsigned char *)hugehelpgz + headerlen; in hugehelp()

Completed in 37 milliseconds