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
2082
qc_set_default_xso(qc, (QUIC_XSO *)quic_conn_stream_new(ctx, flags,
crypto/openssl/ssl/quic/quic_impl.c
2211
static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs)
crypto/openssl/ssl/quic/quic_impl.c
2213
QUIC_XSO *xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
2273
QUIC_XSO *xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
2451
static void quic_post_write(QUIC_XSO *xso, int did_append,
crypto/openssl/ssl/quic/quic_impl.c
2477
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
2520
static int xso_sstream_append(QUIC_XSO *xso, const unsigned char *buf,
crypto/openssl/ssl/quic/quic_impl.c
2578
QUIC_XSO *xso = ctx->xso;
crypto/openssl/ssl/quic/quic_impl.c
261
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
2636
static void aon_write_begin(QUIC_XSO *xso, const unsigned char *buf,
crypto/openssl/ssl/quic/quic_impl.c
2647
static void aon_write_finish(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
2660
QUIC_XSO *xso = ctx->xso;
crypto/openssl/ssl/quic/quic_impl.c
2748
QUIC_XSO *xso = ctx->xso;
crypto/openssl/ssl/quic/quic_impl.c
2768
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
2902
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
3446
QUIC_XSO *xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
3470
QUIC_XSO *xso;
crypto/openssl/ssl/quic/quic_impl.c
3480
xso = (QUIC_XSO *)stream;
crypto/openssl/ssl/quic/quic_impl.c
358
xso = (QUIC_XSO *)s;
crypto/openssl/ssl/quic/quic_impl.c
3894
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
5154
static int test_poll_event_r(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
5182
static int test_poll_event_er(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
5191
static int test_poll_event_w(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_impl.c
5204
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
823
QUIC_XSO *xso = ctx.qc->default_xso;
crypto/openssl/ssl/quic/quic_impl.c
933
static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso,
crypto/openssl/ssl/quic/quic_impl.c
935
QUIC_XSO **old_xso)
crypto/openssl/ssl/quic/quic_impl.c
979
static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch)
crypto/openssl/ssl/quic/quic_impl.c
981
QUIC_XSO *old_xso = NULL;
crypto/openssl/ssl/quic/quic_impl.c
990
static void xso_update_options(QUIC_XSO *xso)
crypto/openssl/ssl/quic/quic_local.h
160
QUIC_XSO *default_xso;