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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c598 PL_DHashTableRawRemove(table, entry);
625 PL_DHashTableRawRemove(PLDHashTable *table, PLDHashEntryHdr *entry) function
681 PL_DHashTableRawRemove(table, entry);
H A Dpldhash.h64 #define PL_DHashTableRawRemove VBoxNsplPL_DHashTableRawRemove macro
546 PL_DHashTableRawRemove(PLDHashTable *table, PLDHashEntryHdr *entry);
581 * to other entries that it retains, it can use PL_DHashTableRawRemove on the
584 * to be shrunk or compressed, you can call PL_DHashTableRawRemove safely on

Completed in 46 milliseconds