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

  /external/srec/portable/include/
phashtable.h 2 * phashtable.h *
88 typedef struct PHashTable_t PHashTable;
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
    [all...]
PFileSystemImpl.h 28 #include "phashtable.h"
47 PORTABLE_API PHashTable* PFileSystemPathMap;
PANSIFileSystemImpl.h 28 #include "phashtable.h"
43 PHashTable* directoryMap;
  /external/srec/portable/src/
phashtable.c 2 * phashtable.c *
27 #include "phashtable.h"
40 PHashTable *table;
76 PHashTable **table)
78 PHashTable *tmp;
86 if ((tmp = NEW(PHashTable, memTag)) == NULL)
129 ESR_ReturnCode PHashTableDestroy(PHashTable *table)
149 ESR_ReturnCode PHashTableGetSize(PHashTable *table,
159 static PHashTableEntry *getEntry(PHashTable *table,
208 ESR_ReturnCode PHashTableGetValue(PHashTable *table, const void *key, void **value
    [all...]
PFileSystemImpl.c 32 PHashTable* PFileSystemPathMap = NULL;
PANSIFileSystemImpl.c 42 extern PHashTable* PFileSystemPathMap;
PFileSystem.c 24 #include "phashtable.h"
39 extern PHashTable* PFileSystemPathMap;
  /external/srec/shared/include/
HashMapImpl.h 28 #include "phashtable.h"
43 PHashTable *table;
  /external/srec/srec/include/
srec_context.h 30 #include "phashtable.h"
60 PHashTable *wordIDForWord;
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 36 #include "phashtable.h"
127 * PHashTable
144 PHashTable* table = NULL;
395 PHashTableDestroy( (PHashTable*)pm->phoneH);
752 PHashTableDestroy( (PHashTable*)lts->allowable_cons_combH);
943 rc = PHashTableGetValue((PHashTable*)pm->phoneH, ph, (void**)(void*)&iRet);
    [all...]

Completed in 3701 milliseconds