Searched defs:ingz (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c1520 gzFile ingz = NULL; local
1538 ingz = (gzFile)handle;
1539 bufflength = gzread (ingz, main_buffer, bufsize);
2014 gzread (ingz, main_buffer + 2*bufthird, bufthird);
2102 gzFile ingz = NULL; local
2243 ingz = gzopen(pathname, "rb");
2244 if (ingz == NULL)
2251 handle = (void *)ingz;
2300 gzclose(ingz);

Completed in 57 milliseconds