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

  /external/srec/shared/src/
HashMapImpl.c 117 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)&clonedKey, (void **)&value));
153 if ((rc = PHashTableEntryGetKeyValue(entry1, (void **)&key, (void **)&value)) != ESR_SUCCESS)
195 CHK(rc, PHashTableEntryGetKeyValue(entry, (void **)NULL, (void **)value));
232 rc = PHashTableEntryGetKeyValue(entry, (void **) key, (void **) NULL);
247 rc = PHashTableEntryGetKeyValue(entry, (void **)NULL, (void **)value);
263 if ((rc = PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL)) != ESR_SUCCESS)
  /external/srec/portable/include/
phashtable.h 204 * PHashTableEntryGetKeyValue, destroy the key and value and then use
238 PORTABLE_API ESR_ReturnCode PHashTableEntryGetKeyValue(PHashTableEntry *entry,
  /external/srec/portable/src/
PFileSystemImpl.c 91 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)NULL));
PANSIFileSystemImpl.c 84 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
200 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
225 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void**)&key, (void**)&value));
320 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
340 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
350 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
PFileSystem.c 285 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
phashtable.c 457 ESR_ReturnCode PHashTableEntryGetKeyValue(PHashTableEntry *entry,
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 55 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
  /external/srec/srec/crec/
srec_context.c 575 clean_status = PHashTableEntryGetKeyValue ( entry, NULL, (void **)&value );
    [all...]

Completed in 3143 milliseconds