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

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dplhash.h46 typedef struct PLHashTable PLHashTable; typedef in typeref:struct:PLHashTable
84 struct PLHashTable { struct
105 PR_EXTERN(PLHashTable *)
111 PL_HashTableDestroy(PLHashTable *ht);
115 PL_HashTableAdd(PLHashTable *ht, const void *key, void *value);
118 PL_HashTableRemove(PLHashTable *ht, const void *key);
121 PL_HashTableLookup(PLHashTable *ht, const void *key);
124 PL_HashTableLookupConst(PLHashTable *ht, const void *key);
127 PL_HashTableEnumerateEntries(PLHashTable *h
[all...]

Completed in 26 milliseconds