OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:query_bio
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ts.c
620
BIO *
query_bio
= NULL;
local
674
BIO_free_all(
query_bio
);
726
BIO *
query_bio
= NULL;
local
729
if ((
query_bio
= BIO_new_file(queryfile, "rb")) == NULL)
773
if ((response = TS_RESP_create_response(resp_ctx,
query_bio
)) == NULL)
783
BIO_free_all(
query_bio
);
/src/crypto/external/bsd/openssl/dist/apps/
ts.c
596
BIO *
query_bio
= NULL;
local
650
BIO_free_all(
query_bio
);
702
BIO *
query_bio
= NULL;
local
705
if ((
query_bio
= BIO_new_file(queryfile, "rb")) == NULL)
749
if ((response = TS_RESP_create_response(resp_ctx,
query_bio
)) == NULL)
759
BIO_free_all(
query_bio
);
/src/crypto/external/bsd/openssl.old/dist/apps/
ts.c
565
BIO *
query_bio
= NULL;
local
619
BIO_free_all(
query_bio
);
671
BIO *
query_bio
= NULL;
local
674
if ((
query_bio
= BIO_new_file(queryfile, "rb")) == NULL)
718
if ((response = TS_RESP_create_response(resp_ctx,
query_bio
)) == NULL)
728
BIO_free_all(
query_bio
);
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026