Home
last modified time | relevance | path

Searched defs:encode_length (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc441 int encode_length; in TEST() local
786 int encode_length = WebSafeBase64Escape(unsigned_plaintext, in TEST() local
/third_party/nghttp2/src/
Dbase64.h86 constexpr size_t encode_length(size_t n) { return (n + 2) / 3 * 4; } in encode_length() function
/third_party/curl/tests/server/
Dmqttd.c346 static int encode_length(size_t packetlen, in encode_length() function
/third_party/nghttp2/tests/
Dnghttp2_hd_test.c1421 static size_t encode_length(uint8_t *buf, uint64_t n, size_t prefix) { in encode_length() function
/third_party/nghttp2/lib/
Dnghttp2_hd.c806 static size_t encode_length(uint8_t *buf, size_t n, size_t prefix) { in encode_length() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c806 static size_t encode_length(uint8_t *buf, size_t n, size_t prefix) { in encode_length() function