Home
last modified time | relevance | path

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

/openbsd/usr.bin/openssl/
H A Dts.c781 BIO *query_bio = NULL; in reply_command() local
843 BIO_free_all(query_bio); in reply_command()
903 BIO *query_bio = NULL; in create_response() local
906 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL) in create_response()
966 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL) in create_response()
976 BIO_free_all(query_bio); in create_response()