Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_impl.c113 QUIC_XSO *xso;
203 QUIC_XSO *xso; in expect_quic()
697 QUIC_XSO *old_xso = NULL; in qc_set_default_xso()
1941 QUIC_XSO *xso = NULL; in create_xso_from_stream()
2000 QUIC_XSO *xso = NULL; in quic_conn_stream_new()
2204 QUIC_XSO *xso;
2305 QUIC_XSO *xso = ctx->xso; in quic_write_blocking()
2376 QUIC_XSO *xso = ctx->xso; in quic_write_nonblocking_aon()
3100 QUIC_XSO *xso = NULL; in ossl_quic_detach_stream()
3124 QUIC_XSO *xso; in ossl_quic_attach_stream()
[all …]
H A Dquic_local.h163 QUIC_XSO *default_xso;
284 ? (c QUIC_XSO *)(ssl) \
286 ? (c QUIC_XSO *)((QUIC_CONNECTION *)(ssl))->default_xso \
/openssl/include/internal/
H A Dquic_ssl.h47 typedef struct quic_xso_st QUIC_XSO; typedef
/openssl/doc/designs/quic-design/
H A Dglossary.md155 structure pointers such as `QUIC_CONNECTION` or `QUIC_XSO`.
201 `QUIC_XSO` is to a `QUIC_STREAM`.
310 stream in the APL. Internally, it is the `QUIC_XSO` structure, externally it is

Completed in 24 milliseconds