JimInsertHashEntry() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimInsertHashEntry() function

Syntax

static Jim_HashEntry *JimInsertHashEntry(Jim_HashTable *ht,     const void *key,     int replace);
Implemented in jimsh0.c:6918

Arguments

ht

key

replace

References

LocationReferrerText
jimsh0.c:6918
static Jim_HashEntry *JimInsertHashEntry(Jim_HashTable *ht, const void *key, int replace)
jimsh0.c:6631
static Jim_HashEntry *JimInsertHashEntry(Jim_HashTable *ht, const void *key, int replace);
jimsh0.c:6752Jim_AddHashEntry()
entry = JimInsertHashEntry(ht, key, 0);
jimsh0.c:6768Jim_ReplaceHashEntry()
entry = JimInsertHashEntry(ht, key, 1);

Call Tree

Functions calling JimInsertHashEntry()
Functions called by JimInsertHashEntry()
JimInsertHashEntry()
Data read by JimInsertHashEntry()
Data written by JimInsertHashEntry()
JimInsertHashEntry()
JimInsertHashEntry()::h
JimInsertHashEntry()::he
all items filtered out
Type of JimInsertHashEntry()
JimInsertHashEntry()
all items filtered out