/external/curl/lib/vquic/ |
D | vquic.c | 50 unsigned char *scid, in Curl_qlogdir()
|
D | quiche.h | 43 uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; member
|
D | ngtcp2.h | 48 ngtcp2_cid scid; member
|
/external/rust/crates/quiche/src/ |
D | ffi.rs | 289 let scid = slice::from_raw_parts_mut(scid, *scid_len); in quiche_header_info() localVariable 290 let scid = &mut scid[..hdr.scid.len()]; in quiche_header_info() localVariable 330 let scid = unsafe { slice::from_raw_parts(scid, scid_len) }; in quiche_accept() localVariable 356 let scid = unsafe { slice::from_raw_parts(scid, scid_len) }; in quiche_connect() localVariable 370 let scid = unsafe { slice::from_raw_parts(scid, scid_len) }; in quiche_negotiate_version() localVariable 392 let scid = unsafe { slice::from_raw_parts(scid, scid_len) }; in quiche_retry() localVariable 410 let scid = unsafe { slice::from_raw_parts(scid, scid_len) }; in quiche_conn_new_with_tls() localVariable
|
D | packet.rs | 145 pub scid: Vec<u8>, field 238 let scid = b.get_bytes(scid_len as usize)?.to_vec(); in from_bytes() localVariable
|
D | lib.rs | 783 scid: Vec<u8>, field 6502 let mut scid = [0; MAX_CONN_ID_LEN]; in retry() localVariable 6559 let mut scid = [0; MAX_CONN_ID_LEN]; in missing_retry_source_connection_id() localVariable 6614 let mut scid = [0; MAX_CONN_ID_LEN]; in invalid_retry_source_connection_id() localVariable
|
/external/rust/crates/quiche/examples/ |
D | http3-client.rs | 104 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
|
D | client.rs | 103 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
|
D | http3-server.c | 175 static struct conn_io *create_conn(uint8_t *scid, size_t scid_len, in create_conn() 246 uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; in recv_cb() local
|
D | client.c | 258 uint8_t scid[LOCAL_CONN_ID_LEN]; in main() local
|
D | http3-client.c | 356 uint8_t scid[LOCAL_CONN_ID_LEN]; in main() local
|
D | server.rs | 203 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
|
D | http3-server.rs | 211 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
|
D | server.c | 230 uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; in recv_cb() local
|
/external/llvm/lib/IR/ |
D | Value.cpp | 48 Value::Value(Type *ty, unsigned scid) in Value()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 53 Value::Value(Type *ty, unsigned scid) in Value()
|
/external/llvm-project/llvm/lib/IR/ |
D | Value.cpp | 53 Value::Value(Type *ty, unsigned scid) in Value()
|