Lines Matching refs:class_
3254 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_, in qc_getset_idle_timeout() argument
3262 switch (class_) { in qc_getset_idle_timeout()
3298 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout()
3319 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() argument
3325 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail()
3367 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() argument
3376 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling()
3415 static int qc_get_stream_write_buf_stat(QCTX *ctx, uint32_t class_, in qc_get_stream_write_buf_stat() argument
3424 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_write_buf_stat()
3465 int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in ossl_quic_get_value_uint() argument
3479 return qc_getset_idle_timeout(&ctx, class_, value, NULL); in ossl_quic_get_value_uint()
3482 return qc_get_stream_avail(&ctx, class_, /*uni=*/0, /*remote=*/0, value); in ossl_quic_get_value_uint()
3484 return qc_get_stream_avail(&ctx, class_, /*uni=*/0, /*remote=*/1, value); in ossl_quic_get_value_uint()
3486 return qc_get_stream_avail(&ctx, class_, /*uni=*/1, /*remote=*/0, value); in ossl_quic_get_value_uint()
3488 return qc_get_stream_avail(&ctx, class_, /*uni=*/1, /*remote=*/1, value); in ossl_quic_get_value_uint()
3491 return qc_getset_event_handling(&ctx, class_, value, NULL); in ossl_quic_get_value_uint()
3494 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3497 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3500 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3512 int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in ossl_quic_set_value_uint() argument
3522 return qc_getset_idle_timeout(&ctx, class_, NULL, &value); in ossl_quic_set_value_uint()
3525 return qc_getset_event_handling(&ctx, class_, NULL, &value); in ossl_quic_set_value_uint()