Found 22 other functions taking a
Jim_HashTable
argument:
Search the hash table for the given key. If found, removes the hash entry and returns JIM_OK. Otherwise returns JIM_ERR.
For each key of the hash table 'ht' with object keys that matches the glob pattern (all if NULL), invoke the callback to add entries to a list. Returns the list.
Clear all hash entries from the table, but don't free the table.