/third_party/nghttp2/src/ |
D | shrpx_quic_connection_handler.cc | 74 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()
|
D | shrpx_http3_upstream.cc | 585 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()
|
D | h2load_quic.cc | 357 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()
|
D | shrpx_http3_upstream.h | 145 int open_qlog_file(const StringRef &dir, const ngtcp2_cid &scid) const;
|
/third_party/openssl/apps/ |
D | cms.c | 1341 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/ |
D | Value.cpp | 53 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/ |
D | Value.h | 199 Value(Type *Ty, unsigned scid);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 206 Value(Type *Ty, unsigned scid);
|