Home
last modified time | relevance | path

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

/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c467 BIO *readbio; in process_new_stream() local
511 readbio = BIO_new_file(path, "r"); in process_new_stream()
512 if (readbio == NULL) { in process_new_stream()
519 while (BIO_eof(readbio) <= 0) { in process_new_stream()
521 if (!BIO_read_ex(readbio, buf, BUF_SIZE, &bytes_read)) { in process_new_stream()
522 if (BIO_eof(readbio) <= 0) { in process_new_stream()
561 BIO_free(readbio); in process_new_stream()