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

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

Completed in 121 milliseconds