Searched refs:PHashTableEntryGetKeyValue (Results 1 – 8 of 8) sorted by relevance
/external/srec/shared/src/ |
D | HashMapImpl.c | 117 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)&clonedKey, (void **)&value)); in HashMap_Remove_Internal() 153 if ((rc = PHashTableEntryGetKeyValue(entry1, (void **)&key, (void **)&value)) != ESR_SUCCESS) in HashMap_RemoveAll_Internal() 195 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)NULL, (void **)value)); in HashMap_Get() 232 rc = PHashTableEntryGetKeyValue(entry, (void **) key, (void **) NULL); in HashMap_GetKeyAtIndex() 247 rc = PHashTableEntryGetKeyValue(entry, (void **)NULL, (void **)value); in HashMap_GetValueAtIndex() 263 if ((rc = PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL)) != ESR_SUCCESS) in HashMap_RemoveAtIndex()
|
/external/srec/portable/src/ |
D | PANSIFileSystemImpl.c | 84 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PANSIFileSystemDestroyImpl() 200 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PANSIFileSystemRemovePathImpl() 225 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void**)&key, (void**)&value)); in PANSIFileSystemGetRealPathImpl() 320 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PANSIFileSystemSetDefault() 340 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PANSIFileSystemSetDefault() 350 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PANSIFileSystemSetDefault()
|
D | PFileSystemImpl.c | 91 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL)); in PFileSystemDestroy()
|
D | phashtable.c | 457 ESR_ReturnCode PHashTableEntryGetKeyValue(PHashTableEntry *entry, in PHashTableEntryGetKeyValue() function
|
D | PFileSystem.c | 285 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PFileSystemGetFS()
|
/external/srec/portable/include/ |
D | phashtable.h | 238 PORTABLE_API ESR_ReturnCode PHashTableEntryGetKeyValue(PHashTableEntry *entry,
|
/external/srec/portable/src/UNIX/ |
D | PANSIFileSystemUNIXImpl.c | 55 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value)); in PANSIFileSystemGetVirtualPathImpl()
|
/external/srec/srec/crec/ |
D | srec_context.c | 575 clean_status = PHashTableEntryGetKeyValue ( entry, NULL, (void **)&value ); in wordmap_clean()
|