Home
last modified time | relevance | path

Searched refs:allocStringLen (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.cpp6495 uint32_t allocStringLen = (aBuf->StorageSize() / sizeof(char16_t)) - 1; in PopulateStringFromStringBuffer() local
6496 MOZ_ASSERT(stringLen <= allocStringLen, in PopulateStringFromStringBuffer()
6498 stringLen = std::min(stringLen, allocStringLen); in PopulateStringFromStringBuffer()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp6588 uint32_t allocStringLen = (aBuf->StorageSize() / sizeof(char16_t)) - 1; local
6589 MOZ_ASSERT(stringLen <= allocStringLen,
6591 stringLen = std::min(stringLen, allocStringLen);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp6277 uint32_t allocStringLen = (aBuf->StorageSize() / sizeof(char16_t)) - 1; local
6278 MOZ_ASSERT(stringLen <= allocStringLen,
6280 stringLen = std::min(stringLen, allocStringLen);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp6588 uint32_t allocStringLen = (aBuf->StorageSize() / sizeof(char16_t)) - 1; local
6589 MOZ_ASSERT(stringLen <= allocStringLen,
6591 stringLen = std::min(stringLen, allocStringLen);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp6588 uint32_t allocStringLen = (aBuf->StorageSize() / sizeof(char16_t)) - 1; local
6589 MOZ_ASSERT(stringLen <= allocStringLen,
6591 stringLen = std::min(stringLen, allocStringLen);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp6382 uint32_t allocStringLen = (aBuf->StorageSize() / sizeof(char16_t)) - 1; local
6383 MOZ_ASSERT(stringLen <= allocStringLen,
6385 stringLen = std::min(stringLen, allocStringLen);