HomeSort by relevance Sort by last modified time
    Searched defs:bzf (Results 1 - 2 of 2) sorted by null

  /external/bzip2/
bzlib.c 889 if (bzf != NULL) bzf->lastErr = eee; \
924 bzFile* bzf = NULL; local
937 bzf = malloc ( sizeof(bzFile) );
938 if (bzf == NULL)
942 bzf->initialisedOk = False;
943 bzf->bufN = 0;
944 bzf->handle = f;
945 bzf->writing = True;
946 bzf->strm.bzalloc = NULL
971 bzFile* bzf = (bzFile*)b; local
1031 bzFile* bzf = (bzFile*)b; local
1095 bzFile* bzf = NULL; local
1145 bzFile* bzf = (bzFile*)b; local
1168 bzFile* bzf = (bzFile*)b; local
1227 bzFile* bzf = (bzFile*)b; local
    [all...]
bzip2.c 331 BZFILE* bzf = NULL; local
344 bzf = BZ2_bzWriteOpen ( &bzerr, zStream,
355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf );
360 BZ2_bzWriteClose64 ( &bzerr, bzf, 0,
410 BZ2_bzWriteClose64 ( &bzerr_dummy, bzf, 1,
435 BZFILE* bzf = NULL; local
454 bzf = BZ2_bzReadOpen (
458 if (bzf == NULL || bzerr != BZ_OK) goto errhandler;
462 nread = BZ2_bzRead ( &bzerr, bzf, obuf, 5000 );
470 BZ2_bzReadGetUnused ( &bzerr, bzf, &unusedTmpV, &nUnused )
556 BZFILE* bzf = NULL; local
    [all...]

Completed in 45 milliseconds