Searched refs:ossl_quic_rstream_read (Results 1 – 3 of 3) sorted by relevance
/ssl/quic/ |
A D | quic_tserver.c | 286 if (!ossl_quic_rstream_read(qs->rstream, buf, buf_len, in ossl_quic_tserver_read() 348 if (!ossl_quic_rstream_read(qs->rstream, buf, sizeof(buf), in ossl_quic_tserver_has_read_ended()
|
A D | quic_rstream.c | 152 int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in ossl_quic_rstream_read() function
|
A D | quic_impl.c | 3001 if (!ossl_quic_rstream_read(stream->rstream, buf, buf_len, in quic_read_actual()
|
Completed in 58 milliseconds