Home
last modified time | relevance | path

Searched refs:prefixCnt (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/
H A DnsUrlClassifierPrefixSet.cpp188 uint32_t prefixCnt = 0; in GetPrefixesNative() local
193 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
196 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
204 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
207 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
211 NS_ASSERTION(mTotalPrefixes == prefixCnt, "Lengths are inconsistent"); in GetPrefixesNative()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/
H A DnsUrlClassifierPrefixSet.cpp188 uint32_t prefixCnt = 0; in GetPrefixesNative() local
193 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
196 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
204 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
207 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
211 NS_ASSERTION(mTotalPrefixes == prefixCnt, "Lengths are inconsistent"); in GetPrefixesNative()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/
H A DnsUrlClassifierPrefixSet.cpp188 uint32_t prefixCnt = 0; in GetPrefixesNative() local
193 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
196 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
204 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
207 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
211 NS_ASSERTION(mTotalPrefixes == prefixCnt, "Lengths are inconsistent"); in GetPrefixesNative()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierPrefixSet.cpp197 uint32_t prefixCnt = 0; in GetPrefixesNative() local
202 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
205 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
213 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
216 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
220 NS_ASSERTION(mTotalPrefixes == prefixCnt, "Lengths are inconsistent"); in GetPrefixesNative()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierPrefixSet.cpp167 uint32_t prefixCnt = 0; in GetPrefixesNative() local
172 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
175 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
179 if (prefixCnt >= mTotalPrefixes) { in GetPrefixesNative()
182 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
186 NS_ASSERTION(mTotalPrefixes == prefixCnt, "Lengths are inconsistent"); in GetPrefixesNative()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DnsUrlClassifierPrefixSet.cpp154 uint32_t prefixCnt = 0; in GetPrefixesNative() local
159 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
162 outArray[prefixCnt++] = prefix; in GetPrefixesNative()
166 NS_ASSERTION(mTotalPrefixes == prefixCnt, "Lengths are inconsistent"); in GetPrefixesNative()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/
H A DPreviewPatchPage2.java599 int prefixCnt= patcher.getStripPrefixSegments(); in createStripSegmentCombo() local
600 String prefix= Integer.toString(prefixCnt); in createStripSegmentCombo()