Home
last modified time | relevance | path

Searched refs:qc_get_stream_avail (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/quic/
H A Dquic_impl.c3306 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() function
3469 return qc_get_stream_avail(&ctx, class_, /*uni=*/0, /*remote=*/0, value); in ossl_quic_get_value_uint()
3471 return qc_get_stream_avail(&ctx, class_, /*uni=*/0, /*remote=*/1, value); in ossl_quic_get_value_uint()
3473 return qc_get_stream_avail(&ctx, class_, /*uni=*/1, /*remote=*/0, value); in ossl_quic_get_value_uint()
3475 return qc_get_stream_avail(&ctx, class_, /*uni=*/1, /*remote=*/1, value); in ossl_quic_get_value_uint()

Completed in 18 milliseconds