Home
last modified time | relevance | path

Searched refs:firstByte (Results 1 – 25 of 1287) sorted by relevance

12345678910>>...52

/dports/www/wt/wt-4.6.1/test/private/
H A DHttpTest.C20 BOOST_REQUIRE(ranges[0].firstByte() == 0); in BOOST_AUTO_TEST_CASE()
25 BOOST_REQUIRE(ranges[0].firstByte() == 1); in BOOST_AUTO_TEST_CASE()
27 BOOST_REQUIRE(ranges[1].firstByte() == 15); in BOOST_AUTO_TEST_CASE()
29 BOOST_REQUIRE(ranges[2].firstByte() == 600); in BOOST_AUTO_TEST_CASE()
35 BOOST_REQUIRE(ranges[0].firstByte() == 100); in BOOST_AUTO_TEST_CASE()
46 BOOST_REQUIRE(ranges[0].firstByte() == 0); in BOOST_AUTO_TEST_CASE()
51 BOOST_REQUIRE(ranges[0].firstByte() == 500); in BOOST_AUTO_TEST_CASE()
67 BOOST_REQUIRE(ranges[0].firstByte() == 500); in BOOST_AUTO_TEST_CASE()
84 BOOST_REQUIRE(ranges[0].firstByte() == 0); in BOOST_AUTO_TEST_CASE()
89 BOOST_REQUIRE(ranges[0].firstByte() == 0); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dheader_protector.go16 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
17 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
53 p.apply(sample, firstByte, hdrBytes)
57 p.apply(sample, firstByte, hdrBytes)
66 *firstByte ^= p.mask[0] & 0xf
68 *firstByte ^= p.mask[0] & 0x1f
95 p.apply(sample, firstByte, hdrBytes)
99 p.apply(sample, firstByte, hdrBytes)
115 p.applyMask(firstByte, hdrBytes)
120 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Dheader_protector.go13 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
14 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
51 p.apply(sample, firstByte, hdrBytes)
55 p.apply(sample, firstByte, hdrBytes)
58 func (p *aesHeaderProtector) apply(sample []byte, firstByte *byte, hdrBytes []byte) {
64 *firstByte ^= p.mask[0] & 0xf
66 *firstByte ^= p.mask[0] & 0x1f
94 p.apply(sample, firstByte, hdrBytes)
98 p.apply(sample, firstByte, hdrBytes)
112 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Dheader_protector.go13 EncryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
14 DecryptHeader(sample []byte, firstByte *byte, hdrBytes []byte)
51 p.apply(sample, firstByte, hdrBytes)
55 p.apply(sample, firstByte, hdrBytes)
58 func (p *aesHeaderProtector) apply(sample []byte, firstByte *byte, hdrBytes []byte) {
64 *firstByte ^= p.mask[0] & 0xf
66 *firstByte ^= p.mask[0] & 0x1f
94 p.apply(sample, firstByte, hdrBytes)
98 p.apply(sample, firstByte, hdrBytes)
112 *firstByte ^= p.mask[0] & 0xf
[all …]
/dports/devel/icu/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/devel/icu-lx/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dcsrmbcs.cpp249 if (firstByte < 0) { in nextChar()
253 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
293 int32_t firstByte = 0; in nextChar() local
301 if (firstByte < 0) { in nextChar()
317 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
407 int32_t firstByte; in nextChar() local
413 if (firstByte < 0) { in nextChar()
417 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
458 int32_t firstByte = 0; in nextChar() local
467 if (firstByte < 0) { in nextChar()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dcsrmbcs.cpp250 if (firstByte < 0) { in nextChar()
254 if (firstByte <= 0x7F || (firstByte > 0xA0 && firstByte <= 0xDF)) { in nextChar()
294 int32_t firstByte = 0; in nextChar() local
302 if (firstByte < 0) { in nextChar()
318 if (firstByte >= 0xA1 && firstByte <= 0xFE) { in nextChar()
408 int32_t firstByte; in nextChar() local
414 if (firstByte < 0) { in nextChar()
418 if (firstByte <= 0x7F || firstByte == 0xFF) { in nextChar()
459 int32_t firstByte = 0; in nextChar() local
468 if (firstByte < 0) { in nextChar()
[all …]

12345678910>>...52