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

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.h66 typedef struct PLHashEntry PLHashEntry; typedef in typeref:struct:PLHashEntry
76 typedef PRIntn (PR_CALLBACK *PLHashEnumerator)(PLHashEntry *he, PRIntn i, void *arg);
91 PLHashEntry * (PR_CALLBACK *allocEntry)(void *pool, const void *key);
92 void (PR_CALLBACK *freeEntry)(void *pool, PLHashEntry *he, PRUintn flag);
98 struct PLHashEntry { struct
99 PLHashEntry *next; /* hash chain linkage */
106 PLHashEntry **buckets; /* vector of hash buckets */
135 PR_EXTERN(PLHashEntry *)
163 PR_EXTERN(PLHashEntry **)
[all...]

Completed in 69 milliseconds