Home | History | Annotate | Download | only in updater

Lines Matching refs:HashString

1365 // HashString is used to hash command names for the hash table
1367 static unsigned int HashString(const char *s) {
1543 unsigned int cmdhash = HashString(commands[i].name);
1561 unsigned int cmdhash = HashString(params.cmdname);