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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h323 * PL_DHashTableOperate's PL_DHASH_ADD case finds no existing entry for the
350 * entry storage: On successful PL_DHashTableOperate(tbl, key, PL_DHASH_ADD),
353 * PL_DHASH_ADD callers can test such members to see whether the entry was
354 * newly created by the PL_DHASH_ADD call that just succeeded. If placement
497 PL_DHASH_ADD = 1, /* add entry */ enumerator in enum:PLDHashOperator
513 * entry = PL_DHashTableOperate(table, key, PL_DHASH_ADD);

Completed in 313 milliseconds