Home
last modified time | relevance | path

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

/src/contrib/bzip2/
H A Dbzlib.c907 bzFile; typedef
929 bzFile* bzf = NULL; in BZ2_bzWriteOpen()
942 bzf = malloc ( sizeof(bzFile) ); in BZ2_bzWriteOpen()
976 bzFile* bzf = (bzFile*)b; in BZ2_bzWrite()
1036 bzFile* bzf = (bzFile*)b; in BZ2_bzWriteClose64()
1100 bzFile* bzf = NULL; in BZ2_bzReadOpen()
1115 bzf = malloc ( sizeof(bzFile) ); in BZ2_bzReadOpen()
1150 bzFile* bzf = (bzFile*)b; in BZ2_bzReadClose()
1173 bzFile* bzf = (bzFile*)b; in BZ2_bzRead()
1232 bzFile* bzf = (bzFile*)b; in BZ2_bzReadGetUnused()
[all …]