Searched refs:chm_file (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/itss/ |
H A D | protocol.c | 46 struct chmFile *chm_file; member 67 if(This->chm_file) { in release_chm() 68 chm_close(This->chm_file); in release_chm() 69 This->chm_file = NULL; in release_chm() 229 struct chmFile *chm_file; in ITSProtocol_Start() local 271 chm_file = chm_openW(file_name); in ITSProtocol_Start() 272 if(!chm_file) { in ITSProtocol_Start() 300 res = chm_resolve_object(chm_file, object_name, &chm_object); in ITSProtocol_Start() 304 chm_close(chm_file); in ITSProtocol_Start() 320 This->chm_file = chm_file; in ITSProtocol_Start() [all …]
|
/reactos/dll/win32/hhctrl.ocx/ |
H A D | chm.c | 512 WCHAR chm_file[MAX_PATH]; in SetChmPath() local 525 PathCombineW(chm_file, base_path, rel_path); in SetChmPath() 527 file->chm_file = strdupW(chm_file); in SetChmPath() 530 file->chm_file = strdupW(base_file); in SetChmPath() 536 TRACE("ChmFile = {%s %s}\n", debugstr_w(file->chm_file), debugstr_w(file->chm_index)); in SetChmPath() 539 IStream *GetChmStream(CHMInfo *info, LPCWSTR parent_chm, ChmPath *chm_file) in GetChmStream() argument 545 TRACE("%s (%s :: %s)\n", debugstr_w(parent_chm), debugstr_w(chm_file->chm_file), in GetChmStream() 546 debugstr_w(chm_file->chm_index)); in GetChmStream() 548 if(parent_chm || chm_file->chm_file) { in GetChmStream() 550 chm_file->chm_file ? chm_file->chm_file : parent_chm, NULL, in GetChmStream() [all …]
|
H A D | content.c | 46 heap_free(item->merge.chm_file); in free_content_item() 99 SetChmPath(&item->merge, hhc_root->merge.chm_file, merge); in parse_obj_node_param() 165 merge_stream = GetChmStream(info->pCHMInfo, item->merge.chm_file, &item->merge); in parse_sitemap_object() 170 WARN("Could not get %s::%s stream\n", debugstr_w(item->merge.chm_file), in parse_sitemap_object() 171 debugstr_w(item->merge.chm_file)); in parse_sitemap_object()
|
H A D | help.c | 230 ret = NavigateToChm(info, chm_path.chm_file, chm_path.chm_index); in NavigateToUrl() 232 heap_free(chm_path.chm_file); in NavigateToUrl() 617 if(citer->merge.chm_file) { in OnTopicChange() 618 chmfile = citer->merge.chm_file; in OnTopicChange() 656 chmfile = iiter->merge.chm_file; in OnTopicChange() 1380 NavigateToChm(info, info->index->merge.chm_file, iter->local); in PopupChild_WndProc() 1396 NavigateToChm(info, info->index->merge.chm_file, iter->local); in PopupChild_WndProc()
|
H A D | hhctrl.h | 55 LPWSTR chm_file; member
|
H A D | index.c | 295 heap_free(item->merge.chm_file); in ReleaseIndex()
|