Searched refs:qc_get_stream_avail (Results 1 – 1 of 1) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_impl.c | 3319 static int qc_get_stream_avail(QCTX *ctx, uint32_t class_, in qc_get_stream_avail() function 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()
|
Completed in 13 milliseconds