Home
last modified time | relevance | path

Searched refs:ingz (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcregrep.c1520 gzFile ingz = NULL; in pcregrep() local
1538 ingz = (gzFile)handle; in pcregrep()
1539 bufflength = gzread (ingz, main_buffer, bufsize); in pcregrep()
2049 gzread (ingz, main_buffer + 2*bufthird, bufthird); in pcregrep()
2137 gzFile ingz = NULL; in grep_or_recurse() local
2278 ingz = gzopen(pathname, "rb"); in grep_or_recurse()
2279 if (ingz == NULL) in grep_or_recurse()
2286 handle = (void *)ingz; in grep_or_recurse()
2335 gzclose(ingz); in grep_or_recurse()