Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDts.c657 BIO *query_bio = NULL; in reply_command() local
719 BIO_free_all(query_bio); in reply_command()
778 BIO *query_bio = NULL; in create_response() local
781 if (!(query_bio = BIO_new_file(queryfile, "rb"))) in create_response()
846 if (!(response = TS_RESP_create_response(resp_ctx, query_bio))) in create_response()
856 BIO_free_all(query_bio); in create_response()