Searched refs:https_server (Results 1 – 4 of 4) sorted by relevance
/third_party/libsoup/tests/ |
D | hsts-db-test.c | 168 SoupServer *https_server = NULL; in main() local 177 https_server = soup_test_server_new (SOUP_TEST_SERVER_IN_THREAD); in main() 178 soup_server_add_handler (https_server, NULL, server_callback, "https", NULL); in main() 179 https_uri = soup_test_server_get_uri (https_server, "https", NULL); in main() 193 soup_test_server_quit_unref (https_server); in main()
|
D | timeout-test.c | 305 SoupServer *server, *https_server = NULL; in main() local 319 https_server = soup_test_server_new (SOUP_TEST_SERVER_IN_THREAD); in main() 320 soup_server_add_handler (https_server, NULL, server_handler, NULL, NULL); in main() 350 if (https_server) in main() 351 soup_test_server_quit_unref (https_server); in main()
|
D | hsts-test.c | 561 SoupServer *https_server = NULL; in main() local 570 https_server = soup_test_server_new (SOUP_TEST_SERVER_IN_THREAD); in main() 571 soup_server_add_handler (https_server, NULL, server_callback, "https", NULL); in main() 572 https_uri = soup_test_server_get_uri (https_server, "https", NULL); in main() 611 soup_test_server_quit_unref (https_server); in main()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 1056 + GURL non_coop_page(https_server()->GetURL("a.test", "/title1.html")); 1058 + https_server()->GetURL("b.test", "/title1.html")); 1059 + GURL coop_page(https_server()->GetURL(
|