|
mupdf
|
#include <archive.h>

Public Attributes | |
| int | refs |
| fz_stream * | file |
| const char * | format |
| void(* | drop_archive )(fz_context *ctx, fz_archive *arch) |
| int(* | count_entries )(fz_context *ctx, fz_archive *arch) |
| const char *(* | list_entry )(fz_context *ctx, fz_archive *arch, int idx) |
| int(* | has_entry )(fz_context *ctx, fz_archive *arch, const char *name) |
| fz_buffer *(* | read_entry )(fz_context *ctx, fz_archive *arch, const char *name) |
| fz_stream *(* | open_entry )(fz_context *ctx, fz_archive *arch, const char *name) |
Implementation details: Subject to change.
| int(* fz_archive::count_entries) (fz_context *ctx, fz_archive *arch) |
| void(* fz_archive::drop_archive) (fz_context *ctx, fz_archive *arch) |
| fz_stream* fz_archive::file |
| const char* fz_archive::format |
| int(* fz_archive::has_entry) (fz_context *ctx, fz_archive *arch, const char *name) |
| const char *(* fz_archive::list_entry) (fz_context *ctx, fz_archive *arch, int idx) |
| fz_stream *(* fz_archive::open_entry) (fz_context *ctx, fz_archive *arch, const char *name) |
| fz_buffer *(* fz_archive::read_entry) (fz_context *ctx, fz_archive *arch, const char *name) |
| int fz_archive::refs |