Searched refs:quic_get_stream_error_code (Results 1 – 1 of 1) sorted by relevance
3779 static int quic_get_stream_error_code(SSL *ssl, int is_write, in quic_get_stream_error_code() function3805 return quic_get_stream_error_code(ssl, /*is_write=*/0, app_error_code); in ossl_quic_get_stream_read_error_code()3814 return quic_get_stream_error_code(ssl, /*is_write=*/1, app_error_code); in ossl_quic_get_stream_write_error_code()
Completed in 11 milliseconds