Lines Matching refs:PORTABLE_API
140 PORTABLE_API ESR_ReturnCode PHashTableCreate(PHashTableArgs *hashArgs,
150 PORTABLE_API ESR_ReturnCode PHashTableDestroy(PHashTable *hashtable);
157 PORTABLE_API ESR_ReturnCode PHashTableGetSize(PHashTable *hashtable,
169 PORTABLE_API ESR_ReturnCode PHashTableGetValue(PHashTable *hashtable,
180 PORTABLE_API ESR_ReturnCode PHashTableContainsKey(PHashTable *hashtable,
195 PORTABLE_API ESR_ReturnCode PHashTablePutValue(PHashTable *hashtable,
213 PORTABLE_API ESR_ReturnCode PHashTableRemoveValue(PHashTable *hashtable,
225 PORTABLE_API ESR_ReturnCode PHashTableGetEntry(PHashTable *hashtable,
238 PORTABLE_API ESR_ReturnCode PHashTableEntryGetKeyValue(PHashTableEntry *entry,
250 PORTABLE_API ESR_ReturnCode PHashTableEntrySetValue(PHashTableEntry *entry,
262 PORTABLE_API ESR_ReturnCode PHashTableEntryRemove(PHashTableEntry *entry);
267 PORTABLE_API
277 PORTABLE_API ESR_ReturnCode PHashTableEntryAdvance(PHashTableEntry** entry);