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

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.h67 typedef struct PLHashTable PLHashTable; typedef in typeref:struct:PLHashTable
105 struct PLHashTable { struct
126 PR_EXTERN(PLHashTable *)
132 PL_HashTableDestroy(PLHashTable *ht);
136 PL_HashTableAdd(PLHashTable *ht, const void *key, void *value);
139 PL_HashTableRemove(PLHashTable *ht, const void *key);
142 PL_HashTableLookup(PLHashTable *ht, const void *key);
145 PL_HashTableLookupConst(PLHashTable *ht, const void *key);
148 PL_HashTableEnumerateEntries(PLHashTable *h
[all...]

Completed in 55 milliseconds