Home
last modified time | relevance | path

Searched refs:kFdControl (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dhandshaker.cc155 ssize_t len = read_eintr(kFdControl, buf.get(), kBufSize); in main()
162 kFdControl)) { in main()
164 if (write_eintr(kFdControl, &msg, 1) != 1) { in main()
Dhandshake_util.cc373 assert(kFdControl != rfd[0]); in RunHandshaker()
374 assert(kFdControl != wfd[1]); in RunHandshaker()
375 if (control[1] != kFdControl && in RunHandshaker()
376 posix_spawn_file_actions_adddup2(&actions, control[1], kFdControl) != 0) { in RunHandshaker()
Dhandshake_util.h49 constexpr int kFdControl = 3; // Bi-directional dgram socket. variable
/external/boringssl/src/ssl/test/
Dhandshaker.cc132 if (write_eintr(kFdControl, &msg, 1) != 1) { in SignalError()
163 ssize_t len = read_eintr(kFdControl, buf.get(), kBufSize); in main()
170 kFdControl)) { in main()
Dhandshake_util.cc373 assert(kFdControl != rfd[0]); in RunHandshaker()
374 assert(kFdControl != wfd[1]); in RunHandshaker()
375 if (control[1] != kFdControl && in RunHandshaker()
376 posix_spawn_file_actions_adddup2(&actions, control[1], kFdControl) != 0) { in RunHandshaker()
Dhandshake_util.h49 constexpr int kFdControl = 3; // Bi-directional dgram socket. variable