Searched defs:PHashTableEntry (Results 1 - 1 of 1) sorted by relevance

/external/srec/portable/include/
H A Dphashtable.h90 typedef struct PHashTableEntry_t PHashTableEntry; typedef in typeref:struct:PHashTableEntry_t
227 PHashTableEntry **entry);
238 PORTABLE_API ESR_ReturnCode PHashTableEntryGetKeyValue(PHashTableEntry *entry,
250 PORTABLE_API ESR_ReturnCode PHashTableEntrySetValue(PHashTableEntry *entry,
262 PORTABLE_API ESR_ReturnCode PHashTableEntryRemove(PHashTableEntry *entry);
269 PHashTableEntry **entry);
277 PORTABLE_API ESR_ReturnCode PHashTableEntryAdvance(PHashTableEntry** entry);

Completed in 28 milliseconds