| quic_impl.c | 28 static void aon_write_finish(QUIC_XSO *xso); 40 static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch); 41 static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso, 44 static int quic_validate_for_write(QUIC_XSO *xso, int *err); 57 * - whether a QSSO was passed (xso == NULL must not be used to determine this 74 QUIC_XSO *xso; member in struct:qctx_st 84 if (ctx->is_stream && ctx->xso != NULL) 85 ctx->xso->last_error = last_error; 171 * If QCTX_REMOTE_INIT is set, an auto-created default XSO is 174 * If it is not set, an auto-created default XSO i 261 QUIC_XSO *xso; local 820 QUIC_XSO *xso = ctx.qc->default_xso; local 2207 QUIC_XSO *xso = NULL; local 2267 QUIC_XSO *xso = NULL; local 2471 QUIC_XSO *xso; member in struct:quic_write_again_args 2572 QUIC_XSO *xso = ctx->xso; local 2654 QUIC_XSO *xso = ctx->xso; local 2742 QUIC_XSO *xso = ctx->xso; local 3440 QUIC_XSO *xso = NULL; local 3464 QUIC_XSO *xso; local 3888 QUIC_XSO *xso; local [all...] |