Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dhttp_test.c118 server_args mock_args = { NULL, '0', 0 }; in test_http_x509() local
126 mock_args.out = rbio; in test_http_x509()
128 BIO_set_callback_arg(wbio, (char *)&mock_args); in test_http_x509()
162 server_args mock_args = { NULL, '0', 0 }; in test_http_keep_alive() local
169 mock_args.out = rbio; in test_http_keep_alive()
170 mock_args.version = version; in test_http_keep_alive()
171 mock_args.keep_alive = kept_alive; in test_http_keep_alive()
173 BIO_set_callback_arg(wbio, (char *)&mock_args); in test_http_keep_alive()