OpenOCD
Jim_ClearHashTable()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
Jim_ClearHashTable()
Jim_ClearHashTable() function
Clear all hash entries from the table, but don't free the table.
Syntax
Show:
Summary
Declaration
from
jim.c:923
void
Jim_ClearHashTable
(
Jim_HashTable
*
ht
)
;
Arguments
Argument
ht
Related Functions
Found 22 other functions taking a
Jim_HashTable
argument:
Function
Description
Jim_InitHashTable()
Jim_ExpandHashTable()
Jim_AddHashEntry()
Jim_ReplaceHashEntry()
Jim_DeleteHashEntry()
Search the hash table for the given key. If found, removes the hash entry and returns JIM_OK. Otherwise returns JIM_ERR.
Jim_FreeHashTable()
Jim_FindHashEntry()
Jim_GetHashTableIterator()
JimInsertHashEntry()
JimExpandHashTableIfNeeded()
JimHashtablePatternMatch()
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.
JimSetNewVariable()
JimFindVariable()
JimUnsetVariable()
JimInitHashTableIterator()
JimResetHashTable()
JimExpandHashTableIfNeeded()
JimInsertHashEntry()
JimHashtablePatternMatch()
JimResetHashTable()
JimInitHashTableIterator()
Jim_ResizeHashTable()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out