Home
last modified time | relevance | path

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

/external/srec/portable/src/
DPFileSystemImpl.c88 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry)); in PFileSystemDestroy()
DPANSIFileSystemImpl.c81 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); in PANSIFileSystemDestroyImpl()
222 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); in PANSIFileSystemGetRealPathImpl()
Dphashtable.c537 ESR_ReturnCode PHashTableEntryGetFirst(PHashTable *table, PHashTableEntry **entry) in PHashTableEntryGetFirst() function
DPFileSystem.c282 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry)); in PFileSystemGetFS()
/external/srec/portable/include/
Dphashtable.h268 ESR_ReturnCode PHashTableEntryGetFirst(PHashTable *table,
/external/srec/shared/src/
DHashMapImpl.c148 if ((rc = PHashTableEntryGetFirst(impl->table, &entry1)) != ESR_SUCCESS) in HashMap_RemoveAll_Internal()
207 if ((rc = PHashTableEntryGetFirst(impl->table, entry)) != ESR_SUCCESS) in HashMap_GetEntryAtIndex()
/external/srec/portable/src/UNIX/
DPANSIFileSystemUNIXImpl.c52 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); in PANSIFileSystemGetVirtualPathImpl()
/external/srec/srec/crec/
Dsrec_context.c571 clean_status = PHashTableEntryGetFirst ( word_map->wordIDForWord, &entry); in wordmap_clean()