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.c154 server_args mock_args = { NULL, NULL, NULL, '0', 0 }; in test_http_method() local
173 mock_args.txt = text1; in test_http_method()
177 mock_args.txt = NULL; in test_http_method()
182 mock_args.out = rbio; in test_http_method()
183 mock_args.content_type = content_type; in test_http_method()
185 BIO_set_callback_arg(wbio, (char *)&mock_args); in test_http_method()
244 server_args mock_args = { NULL, NULL, NULL, '0', 0 }; in test_http_keep_alive() local
250 mock_args.out = rbio; in test_http_keep_alive()
251 mock_args.content_type = content_type; in test_http_keep_alive()
252 mock_args.version = version; in test_http_keep_alive()
[all …]