OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026