Home
last modified time | relevance | path

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

/external/srec/shared/src/
DHashMapImpl.c109 static ESR_ReturnCode HashMap_Remove_Internal(HashMapImpl* impl, const LCHAR* key, ESR_BOOL freeVal… in HashMap_Remove_Internal() function
131 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_FALSE); in HashMap_Remove()
136 return HashMap_Remove_Internal((HashMapImpl*) self, key, ESR_TRUE); in HashMap_RemoveAndFree()