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.c160 server_args mock_args = { NULL, NULL, NULL, '0', 0 }; in test_http_method() local
179 mock_args.txt = text1; in test_http_method()
183 mock_args.txt = NULL; in test_http_method()
188 mock_args.out = rbio; in test_http_method()
189 mock_args.content_type = content_type; in test_http_method()
191 BIO_set_callback_arg(wbio, (char *)&mock_args); in test_http_method()
249 server_args mock_args = { NULL, NULL, NULL, '0', 0 }; in test_http_keep_alive() local
255 mock_args.out = rbio; in test_http_keep_alive()
256 mock_args.content_type = content_type; in test_http_keep_alive()
257 mock_args.version = version; in test_http_keep_alive()
[all …]