Searched refs:PL_DHASH_STOP (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp371 status = PL_DHASH_STOP;
649 result = PL_DHASH_STOP;
H A DnsComponentManager.cpp468 return PL_DHASH_STOP;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsBaseHashtable.h169 * @link PLDHashOperator::PL_DHASH_STOP PL_DHASH_STOP @endlink
203 * @link PLDHashOperator::PL_DHASH_STOP PL_DHASH_STOP @endlink
335 if (res & PL_DHASH_STOP)
336 return PL_DHASH_STOP;
H A Dpldhash.h500 PL_DHASH_STOP = 1 /* enumerator says stop */ enumerator in enum:PLDHashOperator
563 * PL_DHASH_STOP; if so, stop enumerating and return the number of live entries
568 * must return PL_DHASH_STOP; otherwise undefined behavior results.
H A DnsPersistentProperties.cpp336 return PL_DHASH_STOP;
H A DnsHashtable.cpp137 return PL_DHASH_STOP;
331 : PL_DHASH_STOP;
768 return PL_DHASH_STOP;
H A Dpldhash.c684 if (op & PL_DHASH_STOP)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp101 return PL_DHASH_STOP;
116 return success ? PL_DHASH_NEXT : PL_DHASH_STOP;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp1790 return NS_FAILED(*rvp) ? PL_DHASH_STOP : PL_DHASH_NEXT;
1808 return NS_FAILED(*rvp) ? PL_DHASH_STOP :PL_DHASH_NEXT;
2352 return PL_DHASH_STOP;
2360 return PL_DHASH_STOP;

Completed in 75 milliseconds