This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | CHM_UNCOMPRESSED (0) |
| #define | CHM_COMPRESSED (1) |
| #define | CHM_MAX_PATHLEN (256) |
| #define | CHM_PARAM_MAX_BLOCKS_CACHED 0 |
| #define | CHM_RESOLVE_SUCCESS (0) |
| #define | CHM_RESOLVE_FAILURE (1) |
| #define | CHM_ENUMERATE_NORMAL (1) |
| #define | CHM_ENUMERATE_META (2) |
| #define | CHM_ENUMERATE_SPECIAL (4) |
| #define | CHM_ENUMERATE_FILES (8) |
| #define | CHM_ENUMERATE_DIRS (16) |
| #define | CHM_ENUMERATE_ALL (31) |
| #define | CHM_ENUMERATOR_FAILURE (0) |
| #define | CHM_ENUMERATOR_CONTINUE (1) |
| #define | CHM_ENUMERATOR_SUCCESS (2) |
Typedefs | |
| typedef unsigned long long | LONGUINT64 |
| typedef long long | LONGINT64 |
| typedef int(* | CHM_ENUMERATOR )(struct chmFile *h, struct chmUnitInfo *ui, void *context) |
Functions | |
| chmFile * | chm_open (const char *filename) |
| void | chm_close (struct chmFile *h) |
| void | chm_set_param (struct chmFile *h, int paramType, int paramVal) |
| int | chm_resolve_object (struct chmFile *h, const char *objPath, struct chmUnitInfo *ui) |
| LONGINT64 | chm_retrieve_object (struct chmFile *h, struct chmUnitInfo *ui, unsigned char *buf, LONGUINT64 addr, LONGINT64 len) |
| int | chm_enumerate (struct chmFile *h, int what, CHM_ENUMERATOR e, void *context) |
| int | chm_enumerate_dir (struct chmFile *h, const char *prefix, int what, CHM_ENUMERATOR e, void *context) |
| int | chm_resolve_location (struct chmFile *h, unsigned long pos, struct chmUnitInfo *ui) |
|
|
|
|
|
Definition at line 111 of file chm_lib.h. Referenced by CHM::OpenFile(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 113 of file chm_lib.h. Referenced by _get_hhc(), and _print_ui_index(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 90 of file chm_lib.h. Referenced by CHM::locate(). |
|
|
Definition at line 89 of file chm_lib.h. Referenced by CHM::FillContent(), CHM::FillHomeContent(), and CHM::getPicture(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by CHM::OpenFile(), CHM::suspend(), and CHM::~CHM(). |
|
||||||||||||||||||||
|
Referenced by CHM::OpenFile(). |
|
||||||||||||||||||||||||
|
|
|
|
Referenced by CHM::OpenFile(), and CHM::unsuspend(). |
|
||||||||||||||||
|
Referenced by CHM::locate(). |
|
||||||||||||||||
|
Referenced by CHM::FillContent(), CHM::FillHomeContent(), and CHM::getPicture(). |
|
||||||||||||||||||||||||
|
Referenced by CHM::FillBuffer(), CHM::FillContent(), CHM::FillHomeContent(), and CHM::getPicture(). |
|
||||||||||||||||
|
|
1.4.2