Home
last modified time | relevance | path

Searched defs:encoded_length (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/net-mgmt/net-snmp/net-snmp-5.9/testing/fulltests/unit-tests/
H A DT008asn1_clib.c29 size_t encoded_length; variable
78 size_t encoded_length; variable
178 size_t encoded_length; variable
244 size_t encoded_length; variable
289 size_t encoded_length; variable
332 size_t encoded_length; variable
/dports/devel/cutter/cutter-1.2.6/sample/glib/
H A Dbase64.c47 gsize *encoded_length, in test_incremental()
92 gsize encoded_length, decoded_length, max; in test_incremental_with_line_breaks_for_length() local
107 gsize encoded_length, decoded_length, max; in test_incremental_no_line_breaks_for_length() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/alts/handshaker/
H A Dtransport_security_common_api_test.cc65 size_t encoded_length = in test_success() local
98 size_t encoded_length = in test_failure() local
/dports/devel/grpc134/grpc-1.34.1/test/core/slice/
H A Dpercent_encoding_test.cc38 size_t encoded_length, const uint8_t* dict) { in test_vector()
82 size_t encoded_length, in test_nonconformant_vector()
/dports/devel/grpc130/grpc-1.30.2/test/core/slice/
H A Dpercent_encoding_test.cc38 size_t encoded_length, const uint8_t* dict) { in test_vector()
82 size_t encoded_length, in test_nonconformant_vector()
/dports/devel/grpc/grpc-1.42.0/test/core/slice/
H A Dpercent_encoding_test.cc38 size_t encoded_length, in test_vector()
83 size_t encoded_length, in test_nonconformant_vector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/slice/
H A Dpercent_encoding_test.cc38 size_t encoded_length, const uint8_t* dict) { in test_vector()
82 size_t encoded_length, in test_nonconformant_vector()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/src/
H A Dvar_int_parser.h43 int encoded_length() const { in encoded_length() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/src/
H A Dvar_int_parser.h43 int encoded_length() const { in encoded_length() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/src/
H A Dvar_int_parser.h43 int encoded_length() const { in encoded_length() function
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dutil_str_escape.c28 static size_t encoded_length(char c) in encoded_length() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_auth_challenge_tokenizer.cc34 auto encoded_length = params_end_ - params_begin_; in base64_param() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/base32/
H A Dbase32.cc35 const size_t encoded_length = policy == Base32EncodePolicy::INCLUDE_PADDING in Base32Encode() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_challenge_tokenizer.cc34 auto encoded_length = params_end_ - params_begin_; in base64_param() local
/dports/japanese/ebnetd/ebnetd-1.0/ebhttpd/
H A Dhttp.c509 size_t encoded_length; local
590 size_t encoded_length; local
645 size_t encoded_length; local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/base32/
H A Dbase32.cc49 const size_t encoded_length = policy == Base32EncodePolicy::INCLUDE_PADDING in Base32Encode() local
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/cryptography/
H A Dbase64.cpp31 auto encoded_length = (input.size() + 2 - ((input.size() + 2) % 3)) / 3 * 4; in encode_base64() local
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/replication/
H A Dgtid.py157 def encoded_length(self): member in Gtid
277 def encoded_length(self): member in GtidSet
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dencoding.c66 int aws_hex_compute_encoded_len(size_t to_encode_len, size_t *encoded_length) { in aws_hex_compute_encoded_len()
273 size_t encoded_length = 0; in aws_base64_encode() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Dencode_decode_unittest.cc63 size_t encoded_length = sink.Length(); in TestAssembleToStreamDisassemble() local
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/
H A DBlob.cpp81 encoded_length; in base64() local
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/
H A DBlob.cpp81 encoded_length; in base64() local
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dunicharset_test.cc101 unsigned encoded_length; in TEST() local
/dports/comms/py-libimobiledevice/libimobiledevice-1.3.0/src/
H A Ddebugserver.c263 …void debugserver_encode_string(const char* buffer, char** encoded_buffer, uint32_t* encoded_length) in debugserver_encode_string()
279 …CE_API void debugserver_decode_string(const char *encoded_buffer, size_t encoded_length, char** bu… in debugserver_decode_string()
296 uint32_t encoded_length = 0; in debugserver_format_command() local
/dports/comms/libimobiledevice/libimobiledevice-1.3.0/src/
H A Ddebugserver.c263 …void debugserver_encode_string(const char* buffer, char** encoded_buffer, uint32_t* encoded_length) in debugserver_encode_string()
279 …CE_API void debugserver_decode_string(const char *encoded_buffer, size_t encoded_length, char** bu… in debugserver_decode_string()
296 uint32_t encoded_length = 0; in debugserver_format_command() local

1234567