Searched refs:PHashTableGetEntry (Results 1 – 4 of 4) sorted by relevance
/external/srec/portable/src/ |
D | PANSIFileSystemImpl.c | 199 CHKLOG(rc, PHashTableGetEntry(impl->directoryMap, path, &entry)); in PANSIFileSystemRemovePathImpl() 319 CHKLOG(rc, PHashTableGetEntry(impl->directoryMap, L(""), &entry)); in PANSIFileSystemSetDefault() 339 CHKLOG(rc, PHashTableGetEntry(impl->directoryMap, L(""), &entry)); in PANSIFileSystemSetDefault() 349 CHKLOG(rc, PHashTableGetEntry(PFileSystemPathMap, L(""), &entry)); in PANSIFileSystemSetDefault()
|
D | phashtable.c | 242 rc = PHashTableGetEntry(table, key, &entry); in PHashTableContainsKey() 255 ESR_ReturnCode PHashTableGetEntry(PHashTable *table, const void *key, PHashTableEntry **entry) in PHashTableGetEntry() function
|
/external/srec/shared/src/ |
D | HashMapImpl.c | 101 CHKLOG(rc, PHashTableGetEntry(impl->table, key, &entry)); in HashMap_Put() 116 CHK(rc, PHashTableGetEntry(impl->table, key, &entry)); in HashMap_Remove_Internal() 194 CHK(rc, PHashTableGetEntry(impl->table, key, &entry)); in HashMap_Get()
|
/external/srec/portable/include/ |
D | phashtable.h | 225 PORTABLE_API ESR_ReturnCode PHashTableGetEntry(PHashTable *hashtable,
|