| /external/rust/crates/quiche/src/h3/ |
| D | ffi.rs | 79 quic_conn: &mut Connection, config: &mut h3::Config, in quiche_h3_conn_new_with_transport() 80 ) -> *mut h3::Connection { in quiche_h3_conn_new_with_transport() 90 conn: &mut h3::Connection, quic_conn: &mut Connection, in quiche_h3_conn_poll() 182 conn: &mut h3::Connection, quic_conn: &mut Connection, in quiche_h3_send_request() 196 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_send_response() 210 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_send_response_with_priority() 232 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_send_body() 250 conn: &mut h3::Connection, quic_conn: &mut Connection, stream_id: u64, in quiche_h3_recv_body() 268 conn: &mut h3::Connection, quic_conn: &mut Connection, flow_id: u64, in quiche_h3_send_dgram() 286 conn: &mut h3::Connection, quic_conn: &mut Connection, flow_id: *mut u64, in quiche_h3_recv_dgram() [all …]
|
| D | mod.rs | 542 pub struct Connection { struct 550 local_settings: ConnectionSettings, argument 551 peer_settings: ConnectionSettings, argument 572 impl Connection { argument 573 fn new(config: &Config, is_server: bool) -> Result<Connection> { in new() 629 conn: &mut super::Connection, config: &Config, in with_transport() 630 ) -> Result<Connection> { in with_transport() 666 &mut self, conn: &mut super::Connection, headers: &[T], fin: bool, in send_request() 711 &mut self, conn: &mut super::Connection, stream_id: u64, headers: &[T], in send_response() 733 &mut self, conn: &mut super::Connection, stream_id: u64, headers: &[T], in send_response_with_priority() [all …]
|
| /external/openssh/ |
| D | ssh-keyscan.c | 96 typedef struct Connection { struct 115 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ argument
|
| /external/rust/crates/quiche/src/ |
| D | ffi.rs | 329 ) -> *mut Connection { in quiche_accept() 349 ) -> *mut Connection { in quiche_connect() 409 ) -> *mut Connection { in quiche_conn_new_with_tls() 429 conn: &mut Connection, path: *const c_char, in quiche_conn_set_keylog_path() 451 pub extern fn quiche_conn_set_keylog_fd(conn: &mut Connection, fd: c_int) { in quiche_conn_set_keylog_fd() 461 conn: &mut Connection, path: *const c_char, log_title: *const c_char, in quiche_conn_set_qlog_path() 492 conn: &mut Connection, fd: c_int, log_title: *const c_char, in quiche_conn_set_qlog_fd() 510 conn: &mut Connection, buf: *mut u8, buf_len: size_t, in quiche_conn_recv() 527 conn: &mut Connection, out: *mut u8, out_len: size_t, in quiche_conn_send() 544 conn: &mut Connection, stream_id: u64, out: *mut u8, out_len: size_t, in quiche_conn_stream_recv() [all …]
|
| D | lib.rs | 775 pub struct Connection { struct 777 version: u32, 780 dcid: Vec<u8>, 783 scid: Vec<u8>, 786 trace_id: String, 789 pkt_num_spaces: [packet::PktNumSpace; packet::EPOCH_COUNT], 792 peer_transport_params: TransportParams, 795 local_transport_params: TransportParams, 798 handshake: tls::Handshake, 801 recovery: recovery::Recovery, [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDFS.h | 92 struct Connection { struct 96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ScheduleDFS.h | 92 struct Connection { struct 96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
|
| /external/rust/crates/rusqlite/src/ |
| D | transaction.rs | 105 pub fn new(conn: &mut Connection, behavior: TransactionBehavior) -> Result<Transaction<'_>> { in new() 115 conn: &Connection, in new_unchecked() 222 fn deref(&self) -> &Connection { in deref() 236 conn: &Connection, in with_depth_and_name() 251 fn with_depth(conn: &Connection, depth: u32) -> Result<Savepoint<'_>> { in with_depth() 262 pub fn with_name<T: Into<String>>(conn: &mut Connection, name: T) -> Result<Savepoint<'_>> { in with_name() 335 fn deref(&self) -> &Connection { in deref() 347 impl Connection { implementation 663 fn insert(x: i32, conn: &Connection) { in insert() 667 fn assert_current_sum(x: i32, conn: &Connection) { in assert_current_sum()
|
| D | collation.rs | 16 impl Connection { impl 30 x_coll_needed: fn(&Connection, &str) -> Result<()>, in collation_needed() 101 x_coll_needed: fn(&Connection, &str) -> Result<()>, in collation_needed() 178 fn collate(db: Connection) { in collate() 192 fn collation_needed(db: &Connection, collation_name: &str) -> Result<()> { in collation_needed()
|
| D | limits.rs | 10 impl Connection { implementation
|
| D | backup.rs | 45 impl Connection { impl 183 pub fn new<'a, 'b>(from: &'a Connection, to: &'b mut Connection) -> Result<Backup<'a, 'b>> { in new() 197 from: &'a Connection, in new_with_names() 199 to: &'b mut Connection, in new_with_names()
|
| D | lib.rs | 310 pub struct Connection { struct 311 db: RefCell<InnerConnection>, argument 316 unsafe impl Send for Connection {} argument 318 impl Drop for Connection { implementation 324 impl Connection { implementation 346 pub fn open<P: AsRef<Path>>(path: P) -> Result<Connection> { in open() 370 pub fn open_with_flags<P: AsRef<Path>>(path: P, flags: OpenFlags) -> Result<Connection> { in open_with_flags() 393 ) -> Result<Connection> { in open_with_flags_and_vfs() 411 pub fn open_in_memory_with_flags(flags: OpenFlags) -> Result<Connection> { in open_in_memory_with_flags() 425 pub fn open_in_memory_with_flags_and_vfs(flags: OpenFlags, vfs: &str) -> Result<Connection> { in open_in_memory_with_flags_and_vfs() [all …]
|
| D | config.rs | 62 impl Connection { implementation
|
| D | busy.rs | 12 impl Connection { implementation
|
| /external/llvm/include/llvm/CodeGen/ |
| D | ScheduleDFS.h | 93 struct Connection { struct 97 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
|
| /external/rust/crates/gdbstub/src/connection/ |
| D | mod.rs | 8 pub trait Connection { trait
|
| /external/rust/crates/gdbstub/src/connection/impls/ |
| D | mod.rs | 15 impl<E> Connection for &mut dyn Connection<Error = E> { implementation
|
| /external/libbrillo/brillo/http/ |
| D | http_connection.h | 46 explicit Connection(const std::shared_ptr<Transport>& transport) in Connection() function
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
| D | Connection.java | 68 public interface Connection { interface
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | Connection.java | 66 public interface Connection { interface
|
| /external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/spi/ |
| D | Connection.java | 60 public abstract class Connection { class
|
| /external/python/rsa/rsa/ |
| D | parallel.py | 32 def _find_prime(nbits: int, pipe: Connection) -> None:
|
| /external/clang/test/CodeGen/ |
| D | 2002-03-12-StructInitializer.c | 12 } Connection; typedef
|
| D | 2002-03-12-StructInitialize.c | 8 } Connection; typedef
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | 2002-03-12-StructInitialize.c | 8 } Connection; typedef
|