Home
last modified time | relevance | path

Searched refs:sect_id (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/tools/hhpcomp/chmc/
H A Dchmc.c416 if (sect_id >= chm->sections_num) in chmc_add_meta()
419 section = chm->sections[sect_id]; in chmc_add_meta()
437 if (sect_id >= (chm->sections_num)) { in chmc_add_entry()
439 sect_id, chm->sections_num); in chmc_add_entry()
448 node->sect_id = sect_id; in chmc_add_entry()
607 if (sect_id >= chm->sections_num) in chmc_add_file()
610 section = chm->sections[sect_id]; in chmc_add_file()
950 lzx_info.section = chm->sections[sect_id]; in chmc_crunch_lzx()
1296 entry->sect_id); in chmc_pmgl_add_entry()
1303 outlen += chmc_encint_len(entry->sect_id); in chmc_pmgl_add_entry()
[all …]
H A Dchmc.h169 UInt32 sect_id; member
/reactos/sdk/tools/hhpcomp/
H A Dhhpcomp.cpp42 UInt16 prefixlen, int sect_id, UChar *buf,