Searched refs:bzf (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c896 if (bzf != NULL) bzf->lastErr = eee; \
931 bzFile* bzf = NULL; local
944 bzf = (bzFile*) malloc ( sizeof(bzFile) );
945 if (bzf == NULL)
949 bzf->initialisedOk = False;
950 bzf->bufN = 0;
951 bzf->handle = f;
952 bzf->writing = True;
953 bzf
978 bzFile* bzf = (bzFile*)b; local
1038 bzFile* bzf = (bzFile*)b; local
1102 bzFile* bzf = NULL; local
1152 bzFile* bzf = (bzFile*)b; local
1175 bzFile* bzf = (bzFile*)b; local
1234 bzFile* bzf = (bzFile*)b; local
[all...]

Completed in 122 milliseconds