Searched refs:query_bio (Results 1 – 1 of 1) sorted by relevance
657 BIO *query_bio = NULL; in reply_command() local719 BIO_free_all(query_bio); in reply_command()778 BIO *query_bio = NULL; in create_response() local781 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()