Searched refs:PLHashEntry (Results 1 – 2 of 2) sorted by relevance
45 typedef struct PLHashEntry PLHashEntry; typedef55 typedef PRIntn (PR_CALLBACK *PLHashEnumerator)(PLHashEntry *he, PRIntn i, void *arg);70 PLHashEntry * (PR_CALLBACK *allocEntry)(void *pool, const void *key);71 void (PR_CALLBACK *freeEntry)(void *pool, PLHashEntry *he, PRUintn flag);77 struct PLHashEntry { struct78 PLHashEntry *next; /* hash chain linkage */ argument85 PLHashEntry **buckets; /* vector of hash buckets */ argument114 PR_EXTERN(PLHashEntry *)142 PR_EXTERN(PLHashEntry **)145 PR_EXTERN(PLHashEntry **)[all …]
221 #define PRHashEntry PLHashEntry