Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c1817 gzFile ingz = NULL; in pcre2grep() local
1835 ingz = (gzFile)handle; in pcre2grep()
1836 bufflength = gzread (ingz, main_buffer, bufsize); in pcre2grep()
2335 gzread (ingz, main_buffer + 2*bufthird, bufthird); in pcre2grep()
2423 gzFile ingz = NULL; in grep_or_recurse() local
2564 ingz = gzopen(pathname, "rb"); in grep_or_recurse()
2565 if (ingz == NULL) in grep_or_recurse()
2572 handle = (void *)ingz; in grep_or_recurse()
2621 gzclose(ingz); in grep_or_recurse()