Home
last modified time | relevance | path

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

/external/srec/shared/src/
DHashMapImpl.c113 LCHAR *clonedKey = NULL; in HashMap_Remove_Internal() local
117 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)&clonedKey, (void **)&value)); in HashMap_Remove_Internal()
119 if (clonedKey) in HashMap_Remove_Internal()
120 FREE(clonedKey); in HashMap_Remove_Internal()