HomeSort by relevance Sort by last modified time
    Searched refs:PHashTableEntryGetFirst (Results 1 - 8 of 8) sorted by null

  /external/srec/portable/include/
phashtable.h 268 ESR_ReturnCode PHashTableEntryGetFirst(PHashTable *table,
  /external/srec/portable/src/
PFileSystemImpl.c 88 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry));
PANSIFileSystemImpl.c 81 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry));
222 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry));
PFileSystem.c 282 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry));
phashtable.c 537 ESR_ReturnCode PHashTableEntryGetFirst(PHashTable *table, PHashTableEntry **entry)
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 52 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry));
  /external/srec/shared/src/
HashMapImpl.c 148 if ((rc = PHashTableEntryGetFirst(impl->table, &entry1)) != ESR_SUCCESS)
207 if ((rc = PHashTableEntryGetFirst(impl->table, entry)) != ESR_SUCCESS)
  /external/srec/srec/crec/
srec_context.c 572 clean_status = PHashTableEntryGetFirst ( word_map->wordIDForWord, &entry);
    [all...]

Completed in 325 milliseconds