Home
last modified time | relevance | path

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

/external/srec/portable/src/
DPFileSystemImpl.c93 CHKLOG(rc, PHashTableEntryAdvance(&entry)); in PFileSystemDestroy()
DPANSIFileSystemImpl.c86 CHKLOG(rc, PHashTableEntryAdvance(&entry)); in PANSIFileSystemDestroyImpl()
236 CHKLOG(rc, PHashTableEntryAdvance(&entry)); in PANSIFileSystemGetRealPathImpl()
Dphashtable.c553 ESR_ReturnCode PHashTableEntryAdvance(PHashTableEntry **entry) in PHashTableEntryAdvance() function
DPFileSystem.c297 CHKLOG(rc, PHashTableEntryAdvance(&entry)); in PFileSystemGetFS()
/external/srec/portable/include/
Dphashtable.h277 PORTABLE_API ESR_ReturnCode PHashTableEntryAdvance(PHashTableEntry** entry);
/external/srec/shared/src/
DHashMapImpl.c158 if ((rc = PHashTableEntryAdvance(&entry1)) != ESR_SUCCESS) in HashMap_RemoveAll_Internal()
213 if ((rc = PHashTableEntryAdvance(entry)) != ESR_SUCCESS) in HashMap_GetEntryAtIndex()
/external/srec/portable/src/UNIX/
DPANSIFileSystemUNIXImpl.c67 CHKLOG(rc, PHashTableEntryAdvance(&entry)); in PANSIFileSystemGetVirtualPathImpl()
/external/srec/srec/crec/
Dsrec_context.c580 clean_status = PHashTableEntryAdvance ( &entry ); in wordmap_clean()