Searched refs:client_connect (Results 1 – 7 of 7) sorted by relevance
/third_party/wayland_standard/tests/ |
D | display-test.c | 257 struct client *c = client_connect(); in post_error_main() 301 struct client *c = client_connect(); in post_error_main2() 314 struct client *c = client_connect(); in post_error_main3() 385 struct client *c = client_connect(); in post_nomem_main() 425 struct client *c = client_connect(); in post_implementation_error_main() 520 struct client *c = client_connect(); in threading_post_err() 586 struct client *c = client_connect(); in threading_cancel_read() 625 struct client *c = client_connect(); in threading_read_eagain() 683 struct client *c = client_connect(); in threading_read_after_error() 797 client = client_connect(); in check_error_after_epipe() [all …]
|
D | test-compositor.h | 70 struct client *client_connect(void);
|
D | connection-test.c | 684 struct client *c = client_connect(); in leak_closure() 725 struct client *c = client_connect(); in leak_after_error()
|
D | test-compositor.c | 459 struct client *client_connect() in client_connect() function
|
/third_party/libuv/test/ |
D | test-delayed-accept.c | 152 static void client_connect(void) { in client_connect() function 177 client_connect(); in TEST_IMPL() 178 client_connect(); in TEST_IMPL()
|
D | test-multiple-listen.c | 76 static void client_connect(void) { in client_connect() function 99 client_connect(); in TEST_IMPL()
|
/third_party/libsoup/tests/ |
D | websocket-test.c | 259 client_connect (Test *test, in client_connect() function 320 client_connect (test, NULL, NULL, got_client_connection, test); in setup_soup_connection() 675 client_connect (test, NULL, negotiate_client_protocols, got_client_connection, test); in test_protocol_negotiate_soup() 728 client_connect (test, NULL, mismatch_client_protocols, got_client_connection, test); in test_protocol_mismatch_soup() 770 client_connect (test, NULL, all_protocols, got_client_connection, test); in test_protocol_server_any_soup() 814 client_connect (test, NULL, NULL, got_client_connection, test); in test_protocol_client_any_soup() 1474 client_connect (test, NULL, NULL, got_client_connection, test); in test_client_context() 1715 client_connect (test, NULL, NULL, got_client_connection, test); in test_deflate_disabled_in_message_soup() 1818 client_connect (test, NULL, NULL, got_client_connection, test); in test_cookies_in_request() 1849 client_connect (test, NULL, NULL, got_client_connection, test); in test_cookies_in_response()
|