Searched refs:query_bio (Results 1 – 1 of 1) sorted by relevance
781 BIO *query_bio = NULL; in reply_command() local843 BIO_free_all(query_bio); in reply_command()903 BIO *query_bio = NULL; in create_response() local906 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()