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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h306 * invoked during a PL_DHASH_REMOVE operation (see below for operation codes),
498 PL_DHASH_REMOVE = 2, /* remove entry, or enumerator says remove */ enumerator in enum:PLDHashOperator
527 * (void) PL_DHashTableOperate(table, key, PL_DHASH_REMOVE);
561 * then continue enumerating. If op contains PL_DHASH_REMOVE, then clear (via
570 * If any enumerator returns PL_DHASH_REMOVE, table->entryStore may be shrunk
573 * enumerator that never returns PL_DHASH_REMOVE can set pointers to entries
585 * the entry being enumerated, rather than returning PL_DHASH_REMOVE.

Completed in 628 milliseconds