Searched refs:kFdControl (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshaker.cc | 155 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()
|
D | handshake_util.cc | 373 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()
|
D | handshake_util.h | 49 constexpr int kFdControl = 3; // Bi-directional dgram socket. variable
|
/external/boringssl/src/ssl/test/ |
D | handshaker.cc | 132 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()
|
D | handshake_util.cc | 373 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()
|
D | handshake_util.h | 49 constexpr int kFdControl = 3; // Bi-directional dgram socket. variable
|