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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h125 * The PL_DHASH_ENTRY_IS_LIVE macro tests whether entry is neither free nor
141 #define PL_DHASH_ENTRY_IS_LIVE(entry) ((entry)->keyHash >= 2) macro
H A Dpldhash.c321 * If you change any of these magic numbers, also update PL_DHASH_ENTRY_IS_LIVE
329 #define ENTRY_IS_LIVE(entry) PL_DHASH_ENTRY_IS_LIVE(entry)
629 PR_ASSERT(PL_DHASH_ENTRY_IS_LIVE(entry));

Completed in 41 milliseconds