Home | History | Annotate | Download | only in updater

Lines Matching refs:cmdhash

1543         unsigned int cmdhash = HashString(commands[i].name);
1544 mzHashTableLookup(cmdht, cmdhash, (void*) &commands[i], CompareCommands, true);
1561 unsigned int cmdhash = HashString(params.cmdname);
1562 const Command* cmd = reinterpret_cast<const Command*>(mzHashTableLookup(cmdht, cmdhash,