Home
last modified time | relevance | path

Searched defs:outgoing (Results 1 – 10 of 10) sorted by relevance

/third_party/libuv/test/
Dtest-tcp-close-accept.c57 uv_stream_t* outgoing; in connect_cb() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h206 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing() function
/third_party/python/Lib/
Dssl.py522 def wrap_bio(self, incoming, outgoing, server_side=False, argument
862 def _create(cls, incoming, outgoing, server_side=False, argument
/third_party/node/lib/
D_http_server.js466 outgoing: [], property
/third_party/python/Modules/clinic/
D_ssl.c.h716 PySSLMemoryBIO *outgoing; in _ssl__SSLContext__wrap_bio() local
/third_party/node/test/cctest/
Dtest_inspector_socket.cc777 std::string outgoing(FRAME_TO_SERVER_HEADER, sizeof(FRAME_TO_SERVER_HEADER)); in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp236 gl::Rectangle *outgoing) in RotateRectangle()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs1191 outgoing: Vec<u8>, in stateless() field
/third_party/python/Lib/test/
Dtest_ssl.py2261 def ssl_io_loop(self, sock, incoming, outgoing, func, *args, **kwargs): argument
/third_party/python/Modules/
D_ssl.c4221 PySSLMemoryBIO *outgoing, int server_side, in _ssl__SSLContext__wrap_bio_impl()