Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dchm_lib.h84 int chm_resolve_object(struct chmFile *h,
H A Dchm_lib.c768 if (CHM_RESOLVE_SUCCESS != chm_resolve_object(newHandle, in chm_openW()
772 CHM_RESOLVE_SUCCESS != chm_resolve_object(newHandle, in chm_openW()
776 CHM_RESOLVE_SUCCESS != chm_resolve_object(newHandle, in chm_openW()
1048 int chm_resolve_object(struct chmFile *h, in chm_resolve_object() function
H A Dprotocol.c300 res = chm_resolve_object(chm_file, object_name, &chm_object); in ITSProtocol_Start()
H A Dstorage.c368 r = chm_resolve_object(This->chmfile, path, &ui); in ITSS_IStorageImpl_OpenStream()