Searched refs:mock_args (Results 1 – 1 of 1) sorted by relevance
154 server_args mock_args = { NULL, NULL, NULL, '0', 0 }; in test_http_method() local173 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() local250 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 …]