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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h105 typedef struct PLDHashTableOps PLDHashTableOps; typedef in typeref:struct:PLDHashTableOps
114 * below and grouped into the PLDHashTableOps structure, for single static
216 const PLDHashTableOps *ops; /* virtual operations, see below */
360 struct PLDHashTableOps { struct
428 PR_EXTERN(const PLDHashTableOps *)
438 PL_NewDHashTable(const PLDHashTableOps *ops, void *data, PRUint32 entrySize,
455 PL_DHashTableInit(PLDHashTable *table, const PLDHashTableOps *ops, void *data,

Completed in 476 milliseconds