Home
last modified time | relevance | path

Searched refs:query_bio (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dts.c593 BIO *query_bio = NULL; in reply_command() local
647 BIO_free_all(query_bio); in reply_command()
699 BIO *query_bio = NULL; in create_response() local
702 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL) in create_response()
746 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL) in create_response()
756 BIO_free_all(query_bio); in create_response()
/third_party/openssl/apps/
H A Dts.c593 BIO *query_bio = NULL; in reply_command() local
647 BIO_free_all(query_bio); in reply_command()
699 BIO *query_bio = NULL; in create_response() local
702 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL) in create_response()
746 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL) in create_response()
756 BIO_free_all(query_bio); in create_response()

Completed in 4 milliseconds