Lines Matching refs:class_

3243 static int qc_getset_idle_timeout(QCTX *ctx, uint32_t class_,  in qc_getset_idle_timeout()  argument
3251 switch (class_) { in qc_getset_idle_timeout()
3287 value_out = (class_ == SSL_VALUE_CLASS_FEATURE_NEGOTIATED) in qc_getset_idle_timeout()
3308 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() argument
3314 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_avail()
3356 static int qc_getset_event_handling(QCTX *ctx, uint32_t class_, in qc_getset_event_handling() argument
3365 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_getset_event_handling()
3404 static int qc_get_stream_write_buf_stat(QCTX *ctx, uint32_t class_, in qc_get_stream_write_buf_stat() argument
3413 if (class_ != SSL_VALUE_CLASS_GENERIC) { in qc_get_stream_write_buf_stat()
3454 int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in ossl_quic_get_value_uint() argument
3468 return qc_getset_idle_timeout(&ctx, class_, value, NULL); in ossl_quic_get_value_uint()
3471 return qc_get_stream_avail(&ctx, class_, /*uni=*/0, /*remote=*/0, value); in ossl_quic_get_value_uint()
3473 return qc_get_stream_avail(&ctx, class_, /*uni=*/0, /*remote=*/1, value); in ossl_quic_get_value_uint()
3475 return qc_get_stream_avail(&ctx, class_, /*uni=*/1, /*remote=*/0, value); in ossl_quic_get_value_uint()
3477 return qc_get_stream_avail(&ctx, class_, /*uni=*/1, /*remote=*/1, value); in ossl_quic_get_value_uint()
3480 return qc_getset_event_handling(&ctx, class_, value, NULL); in ossl_quic_get_value_uint()
3483 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3486 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3489 return qc_get_stream_write_buf_stat(&ctx, class_, value, in ossl_quic_get_value_uint()
3501 int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in ossl_quic_set_value_uint() argument
3511 return qc_getset_idle_timeout(&ctx, class_, NULL, &value); in ossl_quic_set_value_uint()
3514 return qc_getset_event_handling(&ctx, class_, NULL, &value); in ossl_quic_set_value_uint()