Home | History | Annotate | Download | only in bzip2

Lines Matching full:bzfile

1688 typedef void BZFILE;
1690 BZFILE *BZ2_bzReadOpen( int *bzerror, FILE *f,
1749 Pointer to an abstract BZFILE
1771 int BZ2_bzRead ( int *bzerror, BZFILE *b, void *buf, int len );
1865 void BZ2_bzReadGetUnused( int* bzerror, BZFILE *b,
1909 void BZ2_bzReadClose ( int *bzerror, BZFILE *b );
1943 BZFILE *BZ2_bzWriteOpen( int *bzerror, FILE *f,
1986 Pointer to an abstract BZFILE
2009 void BZ2_bzWrite ( int *bzerror, BZFILE *b, void *buf, int len );
2037 void BZ2_bzWriteClose( int *bzerror, BZFILE* f,
2042 void BZ2_bzWriteClose64( int *bzerror, BZFILE* f,
2162 BZFILE* b;
2197 BZFILE* b;
2396 typedef void BZFILE;
2404 BZFILE * BZ2_bzopen ( const char *path, const char *mode );
2405 BZFILE * BZ2_bzdopen ( int fd, const char *mode );
2414 int BZ2_bzread ( BZFILE* b, void* buf, int len );
2415 int BZ2_bzwrite ( BZFILE* b, void* buf, int len );
2419 <computeroutput>BZFILE</computeroutput>. Analogous to
2424 int BZ2_bzflush ( BZFILE* b );
2425 void BZ2_bzclose ( BZFILE* b );
2428 <para>Flushes/closes a <computeroutput>BZFILE</computeroutput>.
2434 const char * BZ2_bzerror ( BZFILE *b, int *errnum )