|
mupdf
|
#include <stream.h>
Public Attributes | |
| int | refs |
| int | error |
| int | eof |
| int | progressive |
| int64_t | pos |
| int | avail |
| int | bits |
| unsigned char * | rp |
| unsigned char * | wp |
| void * | state |
| fz_stream_next_fn * | next |
| fz_stream_drop_fn * | drop |
| fz_stream_seek_fn * | seek |
| int fz_stream::avail |
| int fz_stream::bits |
| fz_stream_drop_fn* fz_stream::drop |
| int fz_stream::eof |
| int fz_stream::error |
| fz_stream_next_fn* fz_stream::next |
| int64_t fz_stream::pos |
| int fz_stream::progressive |
| int fz_stream::refs |
| unsigned char* fz_stream::rp |
| fz_stream_seek_fn* fz_stream::seek |
| void* fz_stream::state |
| unsigned char * fz_stream::wp |