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

/external/pcre/dist/
H A Dpcregrep.c1524 BZFILE *inbz2 = NULL; local
1547 inbz2 = (BZFILE *)handle;
1548 bufflength = BZ2_bzread(inbz2, main_buffer, bufsize);
2021 BZ2_bzread(inbz2, main_buffer + 2*bufthird, bufthird);
2106 BZFILE *inbz2 = NULL; local
2262 inbz2 = BZ2_bzopen(pathname, "rb");
2263 handle = (void *)inbz2;
2314 const char *err = BZ2_bzerror(inbz2, &errnum);
2317 BZ2_bzclose(inbz2);
2325 BZ2_bzclose(inbz2);
[all...]

Completed in 436 milliseconds