Symbol: QUIC_XSO
crypto/openssl/include/internal/ssl_unwrap.h
66
? (c QUIC_XSO *)(ssl) \
crypto/openssl/include/internal/ssl_unwrap.h
68
? (c QUIC_XSO *)((QUIC_CONNECTION *)(ssl))->default_xso \
crypto/openssl/ssl/quic/quic_impl.c
2076
qc_set_default_xso(qc, (QUIC_XSO *)quic_conn_stream_new(ctx, flags,
crypto/openssl/ssl/quic/quic_impl.c
2205
static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs)
crypto/openssl/ssl/quic/quic_impl.c
2207
QUIC_XSO *xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
2267
QUIC_XSO *xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
2445
static void quic_post_write(QUIC_XSO *xso, int did_append,
crypto/openssl/ssl/quic/quic_impl.c
2471
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
2514
static int xso_sstream_append(QUIC_XSO *xso, const unsigned char *buf,
crypto/openssl/ssl/quic/quic_impl.c
2572
QUIC_XSO *xso = ctx->xso;
crypto/openssl/ssl/quic/quic_impl.c
261
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
2630
static void aon_write_begin(QUIC_XSO *xso, const unsigned char *buf,
crypto/openssl/ssl/quic/quic_impl.c
2641
static void aon_write_finish(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
2654
QUIC_XSO *xso = ctx->xso;
crypto/openssl/ssl/quic/quic_impl.c
2742
QUIC_XSO *xso = ctx->xso;
crypto/openssl/ssl/quic/quic_impl.c
2762
static int quic_validate_for_write(QUIC_XSO *xso, int *err)
crypto/openssl/ssl/quic/quic_impl.c
28
static void aon_write_finish(QUIC_XSO *xso);
crypto/openssl/ssl/quic/quic_impl.c
2896
static int quic_validate_for_read(QUIC_XSO *xso, int *err, int *eos)
crypto/openssl/ssl/quic/quic_impl.c
30
static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs);
crypto/openssl/ssl/quic/quic_impl.c
3440
QUIC_XSO *xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
3464
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
3474
xso = (QUIC_XSO *)stream;
crypto/openssl/ssl/quic/quic_impl.c
358
xso = (QUIC_XSO *)s;
crypto/openssl/ssl/quic/quic_impl.c
3888
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
40
static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch);
crypto/openssl/ssl/quic/quic_impl.c
41
static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso,
crypto/openssl/ssl/quic/quic_impl.c
42
int touch, QUIC_XSO **old_xso);
crypto/openssl/ssl/quic/quic_impl.c
44
static int quic_validate_for_write(QUIC_XSO *xso, int *err);
crypto/openssl/ssl/quic/quic_impl.c
5148
static int test_poll_event_r(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
5176
static int test_poll_event_er(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
5185
static int test_poll_event_w(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
5198
static int test_poll_event_ew(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
74
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
820
QUIC_XSO *xso = ctx.qc->default_xso;
crypto/openssl/ssl/quic/quic_impl.c
930
static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso,
crypto/openssl/ssl/quic/quic_impl.c
932
QUIC_XSO **old_xso)
crypto/openssl/ssl/quic/quic_impl.c
976
static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch)
crypto/openssl/ssl/quic/quic_impl.c
978
QUIC_XSO *old_xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
987
static void xso_update_options(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_local.h
160
QUIC_XSO *default_xso;