OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendAll
(Results
1 - 4
of
4
) sorted by null
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
main.cpp
53
ssize_t
SendAll
(const Packet& packet) {
104
if (packet.empty() || vsock_sender.
SendAll
(packet) < 0) {
120
if (socket_sender.
SendAll
(packet) < 0) {
/device/google/cuttlefish_common/host/libs/adb_connection_maintainer/
adb_connection_maintainer.cpp
56
bool
SendAll
(cvd::SharedFD sock, const std::string& msg) {
100
if (!
SendAll
(sock, message)) {
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp
71
ssize_t
SendAll
(const Packet& packet) {
138
if (socket_sender.
SendAll
(packet) < 0) {
/external/boringssl/src/tool/
transport_common.cc
865
//
SendAll
writes |data_len| bytes from |data| to |sock|. It returns true on
867
static bool
SendAll
(int sock, const char *data, size_t data_len) {
903
if (!
SendAll
(sock, kHelloLine, sizeof(kHelloLine) - 1)) {
925
if (!
SendAll
(sock, kSTARTTLSLine, sizeof(kSTARTTLSLine) - 1)) {
953
if (!
SendAll
(sock, buf, strlen(buf))) {
Completed in 213 milliseconds