Home
last modified time | relevance | path

Searched defs:scid (Results 1 – 17 of 17) sorted by relevance

/external/curl/lib/vquic/
Dvquic.c50 unsigned char *scid, in Curl_qlogdir()
Dquiche.h43 uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; member
Dngtcp2.h48 ngtcp2_cid scid; member
/external/rust/crates/quiche/src/
Dffi.rs289 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
Dpacket.rs145 pub scid: Vec<u8>, field
238 let scid = b.get_bytes(scid_len as usize)?.to_vec(); in from_bytes() localVariable
Dlib.rs783 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/
Dhttp3-client.rs104 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
Dclient.rs103 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
Dhttp3-server.c175 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
Dclient.c258 uint8_t scid[LOCAL_CONN_ID_LEN]; in main() local
Dhttp3-client.c356 uint8_t scid[LOCAL_CONN_ID_LEN]; in main() local
Dserver.rs203 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
Dhttp3-server.rs211 let mut scid = [0; quiche::MAX_CONN_ID_LEN]; in main() localVariable
Dserver.c230 uint8_t scid[QUICHE_MAX_CONN_ID_LEN]; in recv_cb() local
/external/llvm/lib/IR/
DValue.cpp48 Value::Value(Type *ty, unsigned scid) in Value()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp53 Value::Value(Type *ty, unsigned scid) in Value()
/external/llvm-project/llvm/lib/IR/
DValue.cpp53 Value::Value(Type *ty, unsigned scid) in Value()