Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DProxyAutoConfig.cpp450 char dottedDecimal[128]; in PACResolveToString() local
451 if (!NetAddrToString(&netAddr, dottedDecimal, sizeof(dottedDecimal))) in PACResolveToString()
454 aDottedDecimal.Assign(dottedDecimal); in PACResolveToString()
473 nsAutoCString dottedDecimal; in PACDnsResolve() local
476 if (PACResolveToString(NS_ConvertUTF16toUTF8(hostName), dottedDecimal, 0)) { in PACDnsResolve()
477 JSString *dottedDecimalString = JS_NewStringCopyZ(cx, dottedDecimal.get()); in PACDnsResolve()
847 char dottedDecimal[128]; in SrcAddress() local
848 if (PR_NetAddrToString(&localName, dottedDecimal, sizeof(dottedDecimal)) != in SrcAddress()
852 localAddress.Assign(dottedDecimal); in SrcAddress()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DProxyAutoConfig.cpp446 char dottedDecimal[128]; in PACResolveToString() local
447 if (!NetAddrToString(&netAddr, dottedDecimal, sizeof(dottedDecimal))) in PACResolveToString()
450 aDottedDecimal.Assign(dottedDecimal); in PACResolveToString()
473 nsAutoCString dottedDecimal; in PACDnsResolve() local
477 if (PACResolveToString(NS_ConvertUTF16toUTF8(hostName), dottedDecimal, 0)) { in PACDnsResolve()
478 JSString *dottedDecimalString = JS_NewStringCopyZ(cx, dottedDecimal.get()); in PACDnsResolve()
887 char dottedDecimal[128]; in SrcAddress() local
888 if (PR_NetAddrToString(&localName, dottedDecimal, sizeof(dottedDecimal)) != PR_SUCCESS) in SrcAddress()
891 localAddress.Assign(dottedDecimal); in SrcAddress()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DProxyAutoConfig.cpp493 char dottedDecimal[128]; in PACResolveToString() local
494 if (!NetAddrToString(&netAddr, dottedDecimal, sizeof(dottedDecimal))) in PACResolveToString()
497 aDottedDecimal.Assign(dottedDecimal); in PACResolveToString()
516 nsAutoCString dottedDecimal; in PACDnsResolve() local
519 if (PACResolveToString(NS_ConvertUTF16toUTF8(hostName), dottedDecimal, 0)) { in PACDnsResolve()
520 JSString* dottedDecimalString = JS_NewStringCopyZ(cx, dottedDecimal.get()); in PACDnsResolve()
916 char dottedDecimal[128]; in SrcAddress() local
917 if (PR_NetAddrToString(&localName, dottedDecimal, sizeof(dottedDecimal)) != in SrcAddress()
921 localAddress.Assign(dottedDecimal); in SrcAddress()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DProxyAutoConfig.cpp498 char dottedDecimal[128]; in PACResolveToString() local
499 if (!netAddr.ToStringBuffer(dottedDecimal, sizeof(dottedDecimal))) { in PACResolveToString()
503 aDottedDecimal.Assign(dottedDecimal); in PACResolveToString()
522 nsAutoCString dottedDecimal; in PACDnsResolve() local
525 if (PACResolveToString(NS_ConvertUTF16toUTF8(hostName), dottedDecimal, 0)) { in PACDnsResolve()
526 JSString* dottedDecimalString = JS_NewStringCopyZ(cx, dottedDecimal.get()); in PACDnsResolve()
928 char dottedDecimal[128]; in SrcAddress() local
929 if (PR_NetAddrToString(&localName, dottedDecimal, sizeof(dottedDecimal)) != in SrcAddress()
934 localAddress.Assign(dottedDecimal); in SrcAddress()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DProxyAutoConfig.cpp498 char dottedDecimal[128]; in PACResolveToString() local
499 if (!netAddr.ToStringBuffer(dottedDecimal, sizeof(dottedDecimal))) { in PACResolveToString()
503 aDottedDecimal.Assign(dottedDecimal); in PACResolveToString()
522 nsAutoCString dottedDecimal; in PACDnsResolve() local
525 if (PACResolveToString(NS_ConvertUTF16toUTF8(hostName), dottedDecimal, 0)) { in PACDnsResolve()
526 JSString* dottedDecimalString = JS_NewStringCopyZ(cx, dottedDecimal.get()); in PACDnsResolve()
928 char dottedDecimal[128]; in SrcAddress() local
929 if (PR_NetAddrToString(&localName, dottedDecimal, sizeof(dottedDecimal)) != in SrcAddress()
934 localAddress.Assign(dottedDecimal); in SrcAddress()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DProxyAutoConfig.cpp289 char dottedDecimal[128]; in PACResolveToString() local
290 if (!netAddr.ToStringBuffer(dottedDecimal, sizeof(dottedDecimal))) { in PACResolveToString()
294 aDottedDecimal.Assign(dottedDecimal); in PACResolveToString()
322 nsAutoCString dottedDecimal; in PACDnsResolve() local
325 if (PACResolveToString(NS_ConvertUTF16toUTF8(hostName), dottedDecimal, 0)) { in PACDnsResolve()
326 JSString* dottedDecimalString = JS_NewStringCopyZ(cx, dottedDecimal.get()); in PACDnsResolve()
738 char dottedDecimal[128]; in SrcAddress() local
739 if (PR_NetAddrToString(&localName, dottedDecimal, sizeof(dottedDecimal)) != in SrcAddress()
744 localAddress.Assign(dottedDecimal); in SrcAddress()