Home
last modified time | relevance | path

Searched defs:tester_options (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_connection.c38 struct tester_options { struct
39 struct aws_allocator *alloc;
40 bool tls;
41 char *server_alpn_list;
42 char *client_alpn_list;
43 bool no_connection; /* don't connect server to client */
H A Dtest_h1_client.c93 struct tester_options { struct
99 …init_ex(struct tester *tester, struct aws_allocator *alloc, const struct tester_options *options) { in s_tester_init_ex() argument
H A Dtest_websocket_handler.c40 static struct tester_options { bool manual_window_update; } s_tester_options; struct