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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h104 typedef struct PLDHashTable PLDHashTable; typedef in typeref:struct:PLDHashTable
144 * A PLDHashTable is currently 8 words (without the PL_DHASHMETER overhead)
154 * (PLDHashTable overhead) > (PLHashTable overhead)
215 struct PLDHashTable { struct
262 (* PR_CALLBACK PLDHashAllocTable)(PLDHashTable *table, PRUint32 nbytes);
265 (* PR_CALLBACK PLDHashFreeTable) (PLDHashTable *table, void *ptr);
274 (* PR_CALLBACK PLDHashGetKey) (PLDHashTable *table,
282 (* PR_CALLBACK PLDHashHashKey) (PLDHashTable *table, const void *key);
289 (* PR_CALLBACK PLDHashMatchEntry)(PLDHashTable *tabl
[all...]

Completed in 45 milliseconds