Home
last modified time | relevance | path

Searched refs:scid (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_quic_connection_handler.cc74 send_version_negotiation(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
200 send_connection_close(faddr, hd.version, hd.dcid, hd.scid, remote_addr, in handle_packet()
208 send_retry(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
238 send_connection_close(faddr, hd.version, hd.dcid, hd.scid, in handle_packet()
269 send_retry(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
290 send_retry(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
311 send_retry(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
324 send_connection_close(faddr, hd.version, hd.dcid, hd.scid, remote_addr, in handle_packet()
330 send_retry(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, vc.scidlen, in handle_packet()
334 send_version_negotiation(faddr, vc.version, vc.dcid, vc.dcidlen, vc.scid, in handle_packet()
Dshrpx_http3_upstream.cc585 ngtcp2_cid scid; in init() local
587 if (generate_quic_connection_id(scid, SHRPX_QUIC_SCIDLEN, in init()
600 auto fd = open_qlog_file(quicconf.upstream.qlog.dir, scid); in init()
673 params.stateless_reset_token, scid, qkm.secret.data(), qkm.secret.size()); in init()
692 rv = ngtcp2_conn_server_new(&conn_, &initial_hd.scid, &scid, &path, in init()
710 quic_connection_handler->add_connection_id(scid, handler_); in init()
1774 ngtcp2_cid_init(&ini_scid, vc.scid, vc.scidlen); in on_read()
1786 vc.dcid, vc.dcidlen, vc.scid, vc.scidlen, in on_read()
2819 const ngtcp2_cid &scid) const { in open_qlog_file()
2827 path += util::format_hex(scid.data, scid.datalen); in open_qlog_file()
Dh2load_quic.cc357 ngtcp2_cid scid, dcid; in quic_init() local
358 if (generate_cid(scid) != 0) { in quic_init()
426 rv = ngtcp2_conn_client_new(&quic.conn, &dcid, &scid, &path, quic_version, in quic_init()
Dshrpx_http3_upstream.h145 int open_qlog_file(const StringRef &dir, const ngtcp2_cid &scid) const;
/third_party/openssl/apps/
Dcms.c1341 ASN1_STRING *scid; in receipt_request_print() local
1356 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst, in receipt_request_print()
1359 idlen = ASN1_STRING_length(scid); in receipt_request_print()
1360 id = (const char *)ASN1_STRING_get0_data(scid); in receipt_request_print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp53 Value::Value(Type *ty, unsigned scid) in Value() argument
54 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h199 Value(Type *Ty, unsigned scid);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h206 Value(Type *Ty, unsigned scid);