Home
last modified time | relevance | path

Searched refs:get_ptls (Results 1 – 4 of 4) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/include/
H A Dh2o.h914 ptls_t *(*get_ptls)(h2o_conn_t *conn); member
2314 if (conn->callbacks->get_ptls == NULL) in h2o_conn_is_early_data()
2316 if ((tls = conn->callbacks->get_ptls(conn)) == NULL) in h2o_conn_is_early_data()
/dports/www/h2o-devel/h2o-dcc7134/lib/
H A Dhttp1.c1156 static ptls_t *get_ptls(h2o_conn_t *_conn) in get_ptls() function
1212 .get_ptls = get_ptls,
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c488 static ptls_t *get_ptls(h2o_conn_t *_conn) in get_ptls() function
496 ptls_t *ptls = get_ptls(conn); in get_skip_tracing()
1791 .get_ptls = get_ptls, in h2o_http3_server_accept()
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dconnection.c1558 static ptls_t *get_ptls(h2o_conn_t *_conn) in get_ptls() function
1681 .get_ptls = get_ptls, in create_conn()