Searched refs:clearEntry (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h345 * clearEntry Run dtor on entry.
356 * course, the clearEntry hook must zero or null appropriately.
368 PLDHashClearEntry clearEntry; member in struct:PLDHashTableOps
529 * If key's entry is found, it is cleared (via table->ops->clearEntry) and
562 * table->ops->clearEntry) and free entry. Then we check whether op contains
H A Dpldhash.c370 table->ops->clearEntry(table, entry);
627 PLDHashNumber keyHash; /* load first in case clearEntry goofs it */
631 table->ops->clearEntry(table, entry);

Completed in 46 milliseconds