Home
last modified time | relevance | path

Searched refs:encodedLen (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/access_control/unit_tests/
H A Dtest_utils.cc35 size_t encodedLen; variable
39 CHECK(4 == encodedLen);
43 CHECK(89 == encodedLen);
47 CHECK(92 == encodedLen);
51 CHECK(90 == encodedLen);
55 CHECK(89 == encodedLen);
60 size_t encodedLen; variable
66 CHECK(66 == encodedLen);
71 CHECK(66 == encodedLen);
81 CHECK(0 == encodedLen);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DStructStream.h148 detail::EncodedLenT encodedLen = 0; in StructFromStream() local
150 HRESULT hr = aStream->Read(&encodedLen, sizeof(encodedLen), &bytesRead); in StructFromStream()
163 if (bytesRead != sizeof(encodedLen)) { in StructFromStream()
167 if (!encodedLen) { in StructFromStream()
172 MOZ_ASSERT(encodedLen % kRpcReqdBufAlignment == 0); in StructFromStream()
173 if (encodedLen % kRpcReqdBufAlignment) { in StructFromStream()
179 ::_aligned_malloc(encodedLen, kRpcReqdBufAlignment))); in StructFromStream()
185 hr = aStream->Read(mEncodedBuffer.get(), encodedLen, &bytesReadFromStream); in StructFromStream()
186 if (FAILED(hr) || bytesReadFromStream != encodedLen) { in StructFromStream()
190 mStatus = ::MesDecodeBufferHandleCreate(mEncodedBuffer.get(), encodedLen, in StructFromStream()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DStructStream.h148 detail::EncodedLenT encodedLen = 0; in StructFromStream() local
150 HRESULT hr = aStream->Read(&encodedLen, sizeof(encodedLen), &bytesRead); in StructFromStream()
163 if (bytesRead != sizeof(encodedLen)) { in StructFromStream()
167 if (!encodedLen) { in StructFromStream()
172 MOZ_ASSERT(encodedLen % kRpcReqdBufAlignment == 0); in StructFromStream()
173 if (encodedLen % kRpcReqdBufAlignment) { in StructFromStream()
179 ::_aligned_malloc(encodedLen, kRpcReqdBufAlignment))); in StructFromStream()
185 hr = aStream->Read(mEncodedBuffer.get(), encodedLen, &bytesReadFromStream); in StructFromStream()
186 if (FAILED(hr) || bytesReadFromStream != encodedLen) { in StructFromStream()
190 mStatus = ::MesDecodeBufferHandleCreate(mEncodedBuffer.get(), encodedLen, in StructFromStream()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DStructStream.h148 detail::EncodedLenT encodedLen = 0; in StructFromStream() local
150 HRESULT hr = aStream->Read(&encodedLen, sizeof(encodedLen), &bytesRead); in StructFromStream()
163 if (bytesRead != sizeof(encodedLen)) { in StructFromStream()
167 if (!encodedLen) { in StructFromStream()
172 MOZ_ASSERT(encodedLen % kRpcReqdBufAlignment == 0); in StructFromStream()
173 if (encodedLen % kRpcReqdBufAlignment) { in StructFromStream()
179 ::_aligned_malloc(encodedLen, kRpcReqdBufAlignment))); in StructFromStream()
185 hr = aStream->Read(mEncodedBuffer.get(), encodedLen, &bytesReadFromStream); in StructFromStream()
186 if (FAILED(hr) || bytesReadFromStream != encodedLen) { in StructFromStream()
190 mStatus = ::MesDecodeBufferHandleCreate(mEncodedBuffer.get(), encodedLen, in StructFromStream()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DStructStream.h148 detail::EncodedLenT encodedLen = 0; in StructFromStream() local
150 HRESULT hr = aStream->Read(&encodedLen, sizeof(encodedLen), &bytesRead); in StructFromStream()
163 if (bytesRead != sizeof(encodedLen)) { in StructFromStream()
167 if (!encodedLen) { in StructFromStream()
172 MOZ_ASSERT(encodedLen % kRpcReqdBufAlignment == 0); in StructFromStream()
173 if (encodedLen % kRpcReqdBufAlignment) { in StructFromStream()
179 ::_aligned_malloc(encodedLen, kRpcReqdBufAlignment))); in StructFromStream()
185 hr = aStream->Read(mEncodedBuffer.get(), encodedLen, &bytesReadFromStream); in StructFromStream()
186 if (FAILED(hr) || bytesReadFromStream != encodedLen) { in StructFromStream()
190 mStatus = ::MesDecodeBufferHandleCreate(mEncodedBuffer.get(), encodedLen, in StructFromStream()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DStructStream.h148 detail::EncodedLenT encodedLen = 0; in StructFromStream() local
150 HRESULT hr = aStream->Read(&encodedLen, sizeof(encodedLen), &bytesRead); in StructFromStream()
163 if (bytesRead != sizeof(encodedLen)) { in StructFromStream()
167 if (!encodedLen) { in StructFromStream()
172 MOZ_ASSERT(encodedLen % kRpcReqdBufAlignment == 0); in StructFromStream()
173 if (encodedLen % kRpcReqdBufAlignment) { in StructFromStream()
179 ::_aligned_malloc(encodedLen, kRpcReqdBufAlignment))); in StructFromStream()
185 hr = aStream->Read(mEncodedBuffer.get(), encodedLen, &bytesReadFromStream); in StructFromStream()
186 if (FAILED(hr) || bytesReadFromStream != encodedLen) { in StructFromStream()
190 mStatus = ::MesDecodeBufferHandleCreate(mEncodedBuffer.get(), encodedLen, in StructFromStream()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qpack/integrationtests/self/
H A Dintegration_test.go117 encodedLen := output.Len()
123 …er, "Encoding field name:\n\t%s: %d bytes\n\t%s: %d bytes\n", oldName, encodedLen, hf.Name, output…
124 Expect(output.Len()).To(BeNumerically(">", encodedLen))
142 encodedLen := output.Len()
148 …er, "Encoding field name:\n\t%s: %d bytes\n\t%s: %d bytes\n", oldName, encodedLen, hf.Name, output…
149 Expect(output.Len()).To(BeNumerically(">", encodedLen))
171 encodedLen := output.Len()
178 Expect(output.Len()).To(BeNumerically(">", encodedLen))
196 encodedLen := output.Len()
204 hf.Name, oldValue, encodedLen,
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/marten-seemann/qpack/integrationtests/self/
H A Dintegration_test.go117 encodedLen := output.Len()
123 …er, "Encoding field name:\n\t%s: %d bytes\n\t%s: %d bytes\n", oldName, encodedLen, hf.Name, output…
124 Expect(output.Len()).To(BeNumerically(">", encodedLen))
142 encodedLen := output.Len()
148 …er, "Encoding field name:\n\t%s: %d bytes\n\t%s: %d bytes\n", oldName, encodedLen, hf.Name, output…
149 Expect(output.Len()).To(BeNumerically(">", encodedLen))
171 encodedLen := output.Len()
178 Expect(output.Len()).To(BeNumerically(">", encodedLen))
196 encodedLen := output.Len()
204 hf.Name, oldValue, encodedLen,
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/marten-seemann/qpack/integrationtests/self/
H A Dintegration_test.go117 encodedLen := output.Len()
123 …er, "Encoding field name:\n\t%s: %d bytes\n\t%s: %d bytes\n", oldName, encodedLen, hf.Name, output…
124 Expect(output.Len()).To(BeNumerically(">", encodedLen))
142 encodedLen := output.Len()
148 …er, "Encoding field name:\n\t%s: %d bytes\n\t%s: %d bytes\n", oldName, encodedLen, hf.Name, output…
149 Expect(output.Len()).To(BeNumerically(">", encodedLen))
171 encodedLen := output.Len()
178 Expect(output.Len()).To(BeNumerically(">", encodedLen))
196 encodedLen := output.Len()
204 hf.Name, oldValue, encodedLen,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/zlibcut/
H A Dzlibcut.go62 func Cut(w io.Writer, encoded []byte, maxEncodedLen int) (encodedLen int, decodedLen int, retErr er…
98 encodedLen, decodedLen, err := flatecut.Cut(
108 hashBytes := encoded[payloadStart+encodedLen : payloadStart+encodedLen+4]
114 return payloadStart + encodedLen + 4, decodedLen, nil
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/zlibcut/
H A Dzlibcut.go62 func Cut(w io.Writer, encoded []byte, maxEncodedLen int) (encodedLen int, decodedLen int, retErr er…
98 encodedLen, decodedLen, err := flatecut.Cut(
108 hashBytes := encoded[payloadStart+encodedLen : payloadStart+encodedLen+4]
114 return payloadStart + encodedLen + 4, decodedLen, nil
/dports/security/keybase/client-v5.7.1/go/kbfs/data/
H A Dbsplitter_simple.go63 var encodedLen int64
75 encodedLen = int64(len(encodedBlock))
76 if encodedLen >= 2*desiredBlockSize {
79 encodedLen, desiredBlockSize)
82 if encodedLen == desiredBlockSize {
86 maxSize += (desiredBlockSize - encodedLen)
89 if encodedLen != desiredBlockSize {
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DCompressedInt.h112 int encodedLen = bitlen / 7 + 1; // Calculate length of total encoded value in serialize() local
113 int iStart = sizeof(buf) - encodedLen; // Starting index of encoded output byte in serialize()
118 …for(int hb = encodedLen; hb > 0; --hb) { // Set the sign bit and all but the last unary le… in serialize()
130 ar.serializeBytes(buf + iStart, encodedLen); in serialize()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/encoding/json/
H A Dvalue.go121 encodedLen := base64.StdEncoding.EncodedLen(len(v))
122 if encodedLen <= len(scratch) {
125 dst := scratch[:encodedLen]
128 } else if encodedLen <= 1024 {
131 dst := make([]byte, encodedLen)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/encoding/json/
H A Dvalue.go121 encodedLen := base64.StdEncoding.EncodedLen(len(v))
122 if encodedLen <= len(scratch) {
125 dst := scratch[:encodedLen]
128 } else if encodedLen <= 1024 {
131 dst := make([]byte, encodedLen)
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/rs/xid/
H A Did.go67 encodedLen = 20 // string encoded len const
179 text := make([]byte, encodedLen)
192 text := make([]byte, encodedLen)
202 text := make([]byte, encodedLen+2)
203 encode(text[1:encodedLen+1], id[:])
204 text[0], text[encodedLen+1] = '"', '"'
237 if len(text) != encodedLen {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/rs/xid/
H A Did.go67 encodedLen = 20 // string encoded len const
179 text := make([]byte, encodedLen)
192 text := make([]byte, encodedLen)
202 text := make([]byte, encodedLen+2)
203 encode(text[1:encodedLen+1], id[:])
204 text[0], text[encodedLen+1] = '"', '"'
237 if len(text) != encodedLen {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/rs/xid/
H A Did.go67 encodedLen = 20 // string encoded len const
179 text := make([]byte, encodedLen)
192 text := make([]byte, encodedLen)
202 text := make([]byte, encodedLen+2)
203 encode(text[1:encodedLen+1], id[:])
204 text[0], text[encodedLen+1] = '"', '"'
237 if len(text) != encodedLen {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/rs/xid/
H A Did.go67 encodedLen = 20 // string encoded len const
179 text := make([]byte, encodedLen)
192 text := make([]byte, encodedLen)
202 text := make([]byte, encodedLen+2)
203 encode(text[1:encodedLen+1], id[:])
204 text[0], text[encodedLen+1] = '"', '"'
237 if len(text) != encodedLen {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/rs/xid/
H A Did.go67 encodedLen = 20 // string encoded len const
179 text := make([]byte, encodedLen)
192 text := make([]byte, encodedLen)
202 text := make([]byte, encodedLen+2)
203 encode(text[1:encodedLen+1], id[:])
204 text[0], text[encodedLen+1] = '"', '"'
237 if len(text) != encodedLen {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/rs/xid/
H A Did.go67 encodedLen = 20 // string encoded len const
179 text := make([]byte, encodedLen)
192 text := make([]byte, encodedLen)
202 text := make([]byte, encodedLen+2)
203 encode(text[1:encodedLen+1], id[:])
204 text[0], text[encodedLen+1] = '"', '"'
237 if len(text) != encodedLen {
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/include/client-glue/
H A DWXMPUtils.hpp80 #define zXMPUtils_EncodeToBase64_1(rawStr,rawLen,encodedStr,encodedLen) \ argument
81 WXMPUtils_EncodeToBase64_1 ( rawStr, rawLen, encodedStr, encodedLen, &wResult );
83 #define zXMPUtils_DecodeFromBase64_1(encodedStr,encodedLen,rawStr,rawLen) \ argument
84 WXMPUtils_DecodeFromBase64_1 ( encodedStr, encodedLen, rawStr, rawLen, &wResult );
245 XMP_StringLen * encodedLen,
250 XMP_StringLen encodedLen,
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/public/include/client-glue/
H A DWXMPUtils.hpp80 #define zXMPUtils_EncodeToBase64_1(rawStr,rawLen,encodedStr,encodedLen) \ argument
81 WXMPUtils_EncodeToBase64_1 ( rawStr, rawLen, encodedStr, encodedLen, &wResult );
83 #define zXMPUtils_DecodeFromBase64_1(encodedStr,encodedLen,rawStr,rawLen) \ argument
84 WXMPUtils_DecodeFromBase64_1 ( encodedStr, encodedLen, rawStr, rawLen, &wResult );
245 XMP_StringLen * encodedLen,
250 XMP_StringLen encodedLen,
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/include/client-glue/
H A DWXMPUtils.hpp80 #define zXMPUtils_EncodeToBase64_1(rawStr,rawLen,encodedStr,encodedLen) \ argument
81 WXMPUtils_EncodeToBase64_1 ( rawStr, rawLen, encodedStr, encodedLen, &wResult );
83 #define zXMPUtils_DecodeFromBase64_1(encodedStr,encodedLen,rawStr,rawLen) \ argument
84 WXMPUtils_DecodeFromBase64_1 ( encodedStr, encodedLen, rawStr, rawLen, &wResult );
245 XMP_StringLen * encodedLen,
250 XMP_StringLen encodedLen,
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/smithy-go/encoding/xml/
H A Dvalue.go272 encodedLen := base64.StdEncoding.EncodedLen(len(v))
273 if encodedLen <= len(scratch) {
276 dst := scratch[:encodedLen]
279 } else if encodedLen <= 1024 {
282 dst := make([]byte, encodedLen)

12345678910>>...21