Home
last modified time | relevance | path

Searched refs:PHashTable (Results 1 – 10 of 10) sorted by relevance

/external/srec/portable/include/
Dphashtable.h88 typedef struct PHashTable_t PHashTable; typedef
142 PHashTable **hashtable);
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,
268 ESR_ReturnCode PHashTableEntryGetFirst(PHashTable *table,
DPFileSystemImpl.h47 PORTABLE_API PHashTable* PFileSystemPathMap;
DPANSIFileSystemImpl.h43 PHashTable* directoryMap;
/external/srec/portable/src/
Dphashtable.c40 PHashTable *table;
76 PHashTable **table) in PHashTableCreate()
78 PHashTable *tmp; in PHashTableCreate()
86 if ((tmp = NEW(PHashTable, memTag)) == NULL) in PHashTableCreate()
129 ESR_ReturnCode PHashTableDestroy(PHashTable *table) in PHashTableDestroy()
149 ESR_ReturnCode PHashTableGetSize(PHashTable *table, in PHashTableGetSize()
159 static PHashTableEntry *getEntry(PHashTable *table, in getEntry()
208 ESR_ReturnCode PHashTableGetValue(PHashTable *table, const void *key, void **value) in PHashTableGetValue()
231 ESR_ReturnCode PHashTableContainsKey(PHashTable *table, const void *key, ESR_BOOL* exists) in PHashTableContainsKey()
255 ESR_ReturnCode PHashTableGetEntry(PHashTable *table, const void *key, PHashTableEntry **entry) in PHashTableGetEntry()
[all …]
DPFileSystemImpl.c32 PHashTable* PFileSystemPathMap = NULL;
DPANSIFileSystemImpl.c42 extern PHashTable* PFileSystemPathMap;
DPFileSystem.c39 extern PHashTable* PFileSystemPathMap;
/external/srec/shared/include/
DHashMapImpl.h43 PHashTable *table;
/external/srec/srec/include/
Dsrec_context.h60 PHashTable *wordIDForWord;
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c144 PHashTable* table = NULL; in my_PHashTableCreate_FromStrings()
395 PHashTableDestroy( (PHashTable*)pm->phoneH); in free_phone_mapping()
752 PHashTableDestroy( (PHashTable*)lts->allowable_cons_combH); in free_allowable_cons_comb()
943 rc = PHashTableGetValue((PHashTable*)pm->phoneH, ph, (void**)(void*)&iRet); in find_phone()
1384 rc = PHashTableGetValue( (PHashTable*)lts->allowable_cons_combH, cons_string, &iVal); in is_allowable_cons_comb()