OpenOCD
Jim_DeleteHashEntry()
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_DeleteHashEntry()
Jim_DeleteHashEntry() function
Search the hash table for the given key. If found, removes the hash entry and returns JIM_OK. Otherwise returns JIM_ERR.
Syntax
Show:
Summary
Declaration
Definition
from
jim.h:683
int
Jim_DeleteHashEntry
(
Jim_HashTable
*
ht
,
const
void
*
key
)
;
Implemented in
jim.c:891
Arguments
Argument
ht
key
Related Functions
Found 22 other functions taking a
Jim_HashTable
argument:
Function
Description
Jim_InitHashTable()
Jim_ExpandHashTable()
Jim_AddHashEntry()
Jim_ReplaceHashEntry()
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()
Jim_ClearHashTable()
Clear all hash entries from the table, but don't free the table.
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