Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dchm_lib.h63 struct chmFile;
75 struct chmFile* chm_openW(const WCHAR *filename) DECLSPEC_HIDDEN;
76 struct chmFile *chm_dup(struct chmFile *oldHandle) DECLSPEC_HIDDEN;
79 void chm_close(struct chmFile *h) DECLSPEC_HIDDEN;
84 int chm_resolve_object(struct chmFile *h,
89 LONGINT64 chm_retrieve_object(struct chmFile *h,
96 typedef int (*CHM_ENUMERATOR)(struct chmFile *h,
108 BOOL chm_enumerate_dir(struct chmFile *h,
H A Dchm_lib.c525 struct chmFile struct
566 static Int64 _chm_fetch_bytes(struct chmFile *h, in _chm_fetch_bytes() argument
613 static void chm_set_param(struct chmFile *h, in chm_set_param()
678 struct chmFile *chm_openW(const WCHAR *filename) in chm_openW()
683 struct chmFile *newHandle=NULL; in chm_openW()
831 struct chmFile *chm_dup(struct chmFile *oldHandle) in chm_dup()
833 struct chmFile *newHandle=NULL; in chm_dup()
863 void chm_close(struct chmFile *h) in chm_close()
1048 int chm_resolve_object(struct chmFile *h, in chm_resolve_object()
1342 LONGINT64 chm_retrieve_object(struct chmFile *h, in chm_retrieve_object()
[all …]
H A Dstorage.c48 struct chmFile *chmfile;
90 struct chmFile *chmfile, const WCHAR *dir, IStorage** ppstgOpen );
407 struct chmFile *chmfile; in ITSS_IStorageImpl_OpenStorage()
485 struct chmFile *h, in ITSS_chm_enumerator()
614 struct chmFile *chmfile, const WCHAR *dir, IStorage** ppstgOpen ) in ITSS_create_chm_storage()
641 struct chmFile *chmfile; in ITSS_StgOpenStorage()
H A Dprotocol.c46 struct chmFile *chm_file;
229 struct chmFile *chm_file; in ITSProtocol_Start()