HomeSort by: relevance | last modified time | path
    Searched defs:req_bio (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c 860 BIO *req_bio = NULL; local
888 req_bio = BIO_new_file(reqfile, "r");
889 if (req_bio == NULL) {
895 while (!BIO_eof(req_bio)) {
896 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) {
1036 BIO_free(req_bio);

Completed in 26 milliseconds