Home
last modified time | relevance | path

Searched defs:received_bytes (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc405 alts_tsi_handshaker* handshaker, const unsigned char* received_bytes, in alts_tsi_handshaker_continue_handshaker_next()
476 std::unique_ptr<unsigned char> received_bytes; member
503 tsi_handshaker* self, const unsigned char* received_bytes, in handshaker_next()
558 tsi_handshaker* self, const unsigned char* received_bytes, in handshaker_next_dedicated()
/third_party/boost/libs/container/src/
Ddlmalloc.cpp73 (size_t minbytes, size_t preferred_bytes, size_t *received_bytes) in dlmalloc_alloc()
Ddlmalloc_ext_2_8_6.c1156 size_t received_bytes; in boost_cont_malloc() local
1324 (size_t minbytes, size_t preferred_bytes, size_t *received_bytes) in boost_cont_alloc()
/third_party/grpc/src/core/tsi/
Dtransport_security.cc216 tsi_handshaker* self, const unsigned char* received_bytes, in tsi_handshaker_next()
Dfake_transport_security.cc673 tsi_handshaker* self, const unsigned char* received_bytes, in fake_handshaker_next()
Dssl_transport_security.cc1504 tsi_handshaker* self, const unsigned char* received_bytes, in ssl_handshaker_next()
/third_party/node/src/
Dnode_http2.h458 uint64_t received_bytes; member
1001 uint64_t received_bytes() const { return received_bytes_; } in received_bytes() function
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc128 int received_bytes = 0; member
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h621 int64_t received_bytes = 0; member