Searched refs:PHashTable (Results 1 – 10 of 10) sorted by relevance
/external/srec/portable/include/ |
D | phashtable.h | 88 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,
|
D | PFileSystemImpl.h | 47 PORTABLE_API PHashTable* PFileSystemPathMap;
|
D | PANSIFileSystemImpl.h | 43 PHashTable* directoryMap;
|
/external/srec/portable/src/ |
D | phashtable.c | 40 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 …]
|
D | PFileSystemImpl.c | 32 PHashTable* PFileSystemPathMap = NULL;
|
D | PANSIFileSystemImpl.c | 42 extern PHashTable* PFileSystemPathMap;
|
D | PFileSystem.c | 39 extern PHashTable* PFileSystemPathMap;
|
/external/srec/shared/include/ |
D | HashMapImpl.h | 43 PHashTable *table;
|
/external/srec/srec/include/ |
D | srec_context.h | 60 PHashTable *wordIDForWord;
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 144 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()
|