Home
last modified time | relevance | path

Searched refs:newHashEntry (Results 1 – 2 of 2) sorted by relevance

/dports/games/uqm/uqm-0.8.0/src/libs/uio/
H A Dhashtable.c42 static inline HASHTABLE_(HashEntry) *HASHTABLE_(newHashEntry)(uio_uint32 hash,
100 HASHTABLE_(newHashEntry)(hash, in HASHTABLE_()
326 HASHTABLE_(newHashEntry)(uio_uint32 hash, HASHTABLE_(Key) *key, in HASHTABLE_()
/dports/sysutils/modules/modules-4.6.0/compat/
H A Dutility.c469 *newHashEntry; in Copy_Hash_Tables() local
522 newHashEntry = Tcl_CreateHashEntry( *n_ptr, key, &new); in Copy_Hash_Tables()
525 Tcl_SetHashValue(newHashEntry, stringer(NULL,0, val, NULL)); in Copy_Hash_Tables()
527 Tcl_SetHashValue(newHashEntry, (char *) NULL); in Copy_Hash_Tables()