Searched refs:ngtcp2_path_eq (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_path.c | 43 int ngtcp2_path_eq(const ngtcp2_path *a, const ngtcp2_path *b) { in ngtcp2_path_eq() function
|
D | ngtcp2_conn.c | 3086 if (ngtcp2_path_eq(&dcid->ps.path, &conn->dcid.current.ps.path)) { in conn_server_tx_left() 3641 if (ngtcp2_path_eq(&conn->dcid.current.ps.path, &pcent->ps.path)) { in conn_write_pkt() 4450 (!path || ngtcp2_path_eq(&conn->dcid.current.ps.path, path))) { in ngtcp2_conn_write_single_frame_pkt() 4475 ngtcp2_path_eq(&conn->dcid.current.ps.path, path)) { in ngtcp2_conn_write_single_frame_pkt() 4487 if (path && ngtcp2_path_eq(&conn->dcid.current.ps.path, path)) { in ngtcp2_conn_write_single_frame_pkt() 4629 assert(!ngtcp2_path_eq(&conn->dcid.current.ps.path, path)); in conn_bind_dcid() 4630 assert(!conn->pv || !ngtcp2_path_eq(&conn->pv->dcid.ps.path, path)); in conn_bind_dcid() 4632 !ngtcp2_path_eq(&conn->pv->fallback_dcid.ps.path, path)); in conn_bind_dcid() 4638 if (ngtcp2_path_eq(&dcid->ps.path, path)) { in conn_bind_dcid() 4995 if (ngtcp2_path_eq(&pv->dcid.ps.path, &conn->dcid.current.ps.path)) { in conn_write_path_challenge() [all …]
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 5626 NGTCP2_EXTERN int ngtcp2_path_eq(const ngtcp2_path *a, const ngtcp2_path *b);
|
/third_party/nghttp2/src/ |
D | shrpx_http3_upstream.cc | 919 } else if (!ngtcp2_path_eq(&prev_ps.path, &ps.path) || in write_streams()
|