/third_party/grpc/test/core/end2end/fixtures/ |
D | h2_compress.cc | 53 fullstack_compression_fixture_data* ffd = in chttp2_create_fixture_fullstack_compression() local 55 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_fullstack_compression() 58 f.fixture_data = ffd; in chttp2_create_fixture_fullstack_compression() 67 fullstack_compression_fixture_data* ffd = in chttp2_init_client_fullstack_compression() local 69 if (ffd->client_args_compression != nullptr) { in chttp2_init_client_fullstack_compression() 71 grpc_channel_args_destroy(ffd->client_args_compression); in chttp2_init_client_fullstack_compression() 73 ffd->client_args_compression = in chttp2_init_client_fullstack_compression() 77 ffd->localaddr.c_str(), ffd->client_args_compression, nullptr); in chttp2_init_client_fullstack_compression() 82 fullstack_compression_fixture_data* ffd = in chttp2_init_server_fullstack_compression() local 84 if (ffd->server_args_compression != nullptr) { in chttp2_init_server_fullstack_compression() [all …]
|
D | h2_ssl_cred_reload.cc | 52 fullstack_secure_fixture_data* ffd = in ssl_server_certificate_config_callback() local 54 if (!ffd->server_credential_reloaded) { in ssl_server_certificate_config_callback() 74 ffd->server_credential_reloaded = true; in ssl_server_certificate_config_callback() 86 fullstack_secure_fixture_data* ffd = new fullstack_secure_fixture_data(); in chttp2_create_fixture_secure_fullstack() local 88 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_secure_fullstack() 89 ffd->tls_version = tls_version; in chttp2_create_fixture_secure_fullstack() 91 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 122 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 124 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in chttp2_init_client_secure_fullstack() 133 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local [all …]
|
D | h2_http_proxy.cc | 53 fullstack_fixture_data* ffd = new fullstack_fixture_data(); in chttp2_create_fixture_fullstack() local 55 ffd->server_addr = grpc_core::JoinHostPort("localhost", server_port); in chttp2_create_fixture_fullstack() 59 ffd->proxy = grpc_end2end_http_proxy_create(client_args); in chttp2_create_fixture_fullstack() 61 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 70 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 78 "http://%s", grpc_end2end_http_proxy_get_proxy_name(ffd->proxy)); in chttp2_init_client_fullstack() 82 grpc_end2end_http_proxy_get_proxy_name(ffd->proxy)); in chttp2_init_client_fullstack() 85 f->client = grpc_insecure_channel_create(ffd->server_addr.c_str(), in chttp2_init_client_fullstack() 92 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 100 grpc_server_add_insecure_http2_port(f->server, ffd->server_addr.c_str())); in chttp2_init_server_fullstack() [all …]
|
D | h2_ssl.cc | 50 fullstack_secure_fixture_data* ffd = new fullstack_secure_fixture_data(); in chttp2_create_fixture_secure_fullstack() local 53 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_secure_fullstack() 54 ffd->tls_version = tls_version; in chttp2_create_fixture_secure_fullstack() 56 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 87 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 89 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in chttp2_init_client_secure_fullstack() 98 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local 106 f->server, ffd->localaddr.c_str(), server_creds)); in chttp2_init_server_secure_fullstack() 112 fullstack_secure_fixture_data* ffd = in chttp2_tear_down_secure_fullstack() local 114 delete ffd; in chttp2_tear_down_secure_fullstack() [all …]
|
D | h2_tls.cc | 64 fullstack_secure_fixture_data* ffd = new fullstack_secure_fixture_data(); in chttp2_create_fixture_secure_fullstack() local 66 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_secure_fullstack() 67 ffd->tls_version = tls_version; in chttp2_create_fixture_secure_fullstack() 68 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 98 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 100 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in chttp2_init_client_secure_fullstack() 109 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local 117 f->server, ffd->localaddr.c_str(), server_creds)); in chttp2_init_server_secure_fullstack() 123 fullstack_secure_fixture_data* ffd = in chttp2_tear_down_secure_fullstack() local 125 delete ffd; in chttp2_tear_down_secure_fullstack() [all …]
|
D | h2_uds.cc | 51 fullstack_fixture_data* ffd = new fullstack_fixture_data; in chttp2_create_fixture_fullstack() local 52 ffd->localaddr = absl::StrFormat("unix:/tmp/grpc_fullstack_test.%d.%d", in chttp2_create_fixture_fullstack() 57 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 66 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 68 f->client = grpc_insecure_channel_create(ffd->localaddr.c_str(), client_args, in chttp2_init_client_fullstack() 74 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 82 grpc_server_add_insecure_http2_port(f->server, ffd->localaddr.c_str())); in chttp2_init_server_fullstack() 87 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 89 delete ffd; in chttp2_tear_down_fullstack()
|
D | h2_full.cc | 45 fullstack_fixture_data* ffd = new fullstack_fixture_data(); in chttp2_create_fixture_fullstack() local 48 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_fullstack() 50 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 59 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 61 f->client = grpc_insecure_channel_create(ffd->localaddr.c_str(), client_args, in chttp2_init_client_fullstack() 68 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 76 grpc_server_add_insecure_http2_port(f->server, ffd->localaddr.c_str())); in chttp2_init_server_fullstack() 81 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 83 delete ffd; in chttp2_tear_down_fullstack()
|
D | h2_full+pipe.cc | 51 fullstack_fixture_data* ffd = new fullstack_fixture_data(); in chttp2_create_fixture_fullstack() local 54 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_fullstack() 56 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 65 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 67 f->client = grpc_insecure_channel_create(ffd->localaddr.c_str(), client_args, in chttp2_init_client_fullstack() 74 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 82 grpc_server_add_insecure_http2_port(f->server, ffd->localaddr.c_str())); in chttp2_init_server_fullstack() 87 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 89 delete ffd; in chttp2_tear_down_fullstack()
|
D | h2_proxy.cc | 69 fullstack_fixture_data* ffd = static_cast<fullstack_fixture_data*>( in chttp2_create_fixture_fullstack() local 73 ffd->proxy = grpc_end2end_proxy_create(&proxy_def, client_args, server_args); in chttp2_create_fixture_fullstack() 75 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 84 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 87 grpc_end2end_proxy_get_client_target(ffd->proxy), client_args, nullptr); in chttp2_init_client_fullstack() 93 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 101 f->server, grpc_end2end_proxy_get_server_port(ffd->proxy))); in chttp2_init_server_fullstack() 106 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 108 grpc_end2end_proxy_destroy(ffd->proxy); in chttp2_tear_down_fullstack() 109 gpr_free(ffd); in chttp2_tear_down_fullstack()
|
D | h2_full+trace.cc | 51 fullstack_fixture_data* ffd = new fullstack_fixture_data(); in chttp2_create_fixture_fullstack() local 54 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_fullstack() 56 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 65 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 67 f->client = grpc_insecure_channel_create(ffd->localaddr.c_str(), client_args, in chttp2_init_client_fullstack() 74 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 82 grpc_server_add_insecure_http2_port(f->server, ffd->localaddr.c_str())); in chttp2_init_server_fullstack() 87 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 89 delete ffd; in chttp2_tear_down_fullstack()
|
D | h2_oauth2.cc | 102 fullstack_secure_fixture_data* ffd = new fullstack_secure_fixture_data(); in chttp2_create_fixture_secure_fullstack() local 104 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_secure_fullstack() 105 ffd->tls_version = tls_version; in chttp2_create_fixture_secure_fullstack() 106 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 127 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 129 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in chttp2_init_client_secure_fullstack() 138 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local 146 f->server, ffd->localaddr.c_str(), server_creds)); in chttp2_init_server_secure_fullstack() 152 fullstack_secure_fixture_data* ffd = in chttp2_tear_down_secure_fullstack() local 154 delete ffd; in chttp2_tear_down_secure_fullstack() [all …]
|
D | h2_full+workarounds.cc | 50 fullstack_fixture_data* ffd = new fullstack_fixture_data(); in chttp2_create_fixture_fullstack() local 52 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_fullstack() 53 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 61 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 63 f->client = grpc_insecure_channel_create(ffd->localaddr.c_str(), client_args, in chttp2_init_client_fullstack() 72 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 88 grpc_server_add_insecure_http2_port(f->server, ffd->localaddr.c_str())); in chttp2_init_server_fullstack() 94 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 96 delete ffd; in chttp2_tear_down_fullstack()
|
D | h2_census.cc | 46 fullstack_fixture_data* ffd = new fullstack_fixture_data(); in chttp2_create_fixture_fullstack() local 48 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_fullstack() 50 f.fixture_data = ffd; in chttp2_create_fixture_fullstack() 67 fullstack_fixture_data* ffd = in chttp2_init_client_fullstack() local 71 f->client = grpc_insecure_channel_create(ffd->localaddr.c_str(), client_args, in chttp2_init_client_fullstack() 82 fullstack_fixture_data* ffd = in chttp2_init_server_fullstack() local 96 grpc_server_add_insecure_http2_port(f->server, ffd->localaddr.c_str())); in chttp2_init_server_fullstack() 101 fullstack_fixture_data* ffd = in chttp2_tear_down_fullstack() local 103 delete ffd; in chttp2_tear_down_fullstack()
|
D | local_util.cc | 38 grpc_end2end_local_fullstack_fixture_data* ffd = in grpc_end2end_local_chttp2_create_fixture_fullstack() local 41 f.fixture_data = ffd; in grpc_end2end_local_chttp2_create_fixture_fullstack() 51 grpc_end2end_local_fullstack_fixture_data* ffd = in grpc_end2end_local_chttp2_init_client_fullstack() local 53 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in grpc_end2end_local_chttp2_init_client_fullstack() 89 grpc_end2end_local_fullstack_fixture_data* ffd = in grpc_end2end_local_chttp2_init_server_fullstack() local 102 ffd->localaddr.c_str(), creds)); in grpc_end2end_local_chttp2_init_server_fullstack() 109 grpc_end2end_local_fullstack_fixture_data* ffd = in grpc_end2end_local_chttp2_tear_down_fullstack() local 111 delete ffd; in grpc_end2end_local_chttp2_tear_down_fullstack()
|
D | h2_fakesec.cc | 41 fullstack_secure_fixture_data* ffd = new fullstack_secure_fixture_data(); in chttp2_create_fixture_secure_fullstack() local 43 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_secure_fullstack() 45 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 64 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 66 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in chttp2_init_client_secure_fullstack() 75 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local 83 f->server, ffd->localaddr.c_str(), server_creds)); in chttp2_init_server_secure_fullstack() 89 fullstack_secure_fixture_data* ffd = in chttp2_tear_down_secure_fullstack() local 91 delete ffd; in chttp2_tear_down_secure_fullstack()
|
D | h2_ssl_proxy.cc | 92 fullstack_secure_fixture_data* ffd = in chttp2_create_fixture_secure_fullstack() local 97 ffd->proxy = grpc_end2end_proxy_create(&proxy_def, client_args, server_args); in chttp2_create_fixture_secure_fullstack() 99 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 118 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 121 creds, grpc_end2end_proxy_get_client_target(ffd->proxy), client_args, in chttp2_init_client_secure_fullstack() 130 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local 138 f->server, grpc_end2end_proxy_get_server_port(ffd->proxy), server_creds)); in chttp2_init_server_secure_fullstack() 144 fullstack_secure_fixture_data* ffd = in chttp2_tear_down_secure_fullstack() local 146 grpc_end2end_proxy_destroy(ffd->proxy); in chttp2_tear_down_secure_fullstack() 147 gpr_free(ffd); in chttp2_tear_down_secure_fullstack()
|
D | inproc.cc | 43 inproc_fixture_data* ffd = static_cast<inproc_fixture_data*>( in inproc_create_fixture() local 47 f.fixture_data = ffd; in inproc_create_fixture() 71 inproc_fixture_data* ffd = static_cast<inproc_fixture_data*>(f->fixture_data); in inproc_tear_down() local 72 gpr_free(ffd); in inproc_tear_down()
|
/third_party/glib/glib/tests/ |
D | hash.c | 990 FakeFreeData *ffd = g_ptr_array_index (fake_free_data, i); in fake_free() local 992 if (ffd->string == (gchar *) dead) in fake_free() 994 g_assert (!ffd->freed); in fake_free() 995 ffd->freed = TRUE; in fake_free() 1012 FakeFreeData *ffd; in test_destroy_modify() local 1021 ffd = g_new0 (FakeFreeData, 1); in test_destroy_modify() 1022 ffd->string = g_strdup ("a"); in test_destroy_modify() 1023 g_ptr_array_add (fake_free_data, ffd); in test_destroy_modify() 1024 g_hash_table_insert (h, ffd->string, "b"); in test_destroy_modify() 1026 ffd = g_new0 (FakeFreeData, 1); in test_destroy_modify() [all …]
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | txt_test_utils.cc | 55 WIN32_FIND_DATAA ffd; in RegisterFontsFromPath() local 56 HANDLE directory = FindFirstFileA(path.c_str(), &ffd); in RegisterFontsFromPath() 62 if ((ffd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0) { in RegisterFontsFromPath() 66 std::string file_name(ffd.cFileName); in RegisterFontsFromPath() 73 } while (FindNextFileA(directory, &ffd) != 0); in RegisterFontsFromPath()
|
/third_party/grpc/test/core/end2end/ |
D | h2_ssl_cert_test.cc | 58 fullstack_secure_fixture_data* ffd = new fullstack_secure_fixture_data(); in chttp2_create_fixture_secure_fullstack() local 61 ffd->localaddr = grpc_core::JoinHostPort("localhost", port); in chttp2_create_fixture_secure_fullstack() 63 f.fixture_data = ffd; in chttp2_create_fixture_secure_fullstack() 80 fullstack_secure_fixture_data* ffd = in chttp2_init_client_secure_fullstack() local 82 f->client = grpc_secure_channel_create(creds, ffd->localaddr.c_str(), in chttp2_init_client_secure_fullstack() 91 fullstack_secure_fixture_data* ffd = in chttp2_init_server_secure_fullstack() local 99 f->server, ffd->localaddr.c_str(), server_creds)); in chttp2_init_server_secure_fullstack() 105 fullstack_secure_fixture_data* ffd = in chttp2_tear_down_secure_fullstack() local 107 delete ffd; in chttp2_tear_down_secure_fullstack()
|
D | inproc_callback_test.cc | 212 inproc_fixture_data* ffd = static_cast<inproc_fixture_data*>( in inproc_create_fixture() local 216 f.fixture_data = ffd; in inproc_create_fixture() 242 inproc_fixture_data* ffd = static_cast<inproc_fixture_data*>(f->fixture_data); in inproc_tear_down() local 243 gpr_free(ffd); in inproc_tear_down()
|
/third_party/toybox/toys/other/ |
D | losetup.c | 55 int lfd = -1, ffd = ffd; local 60 if (file) ffd = xopen(file, TT.openflags); 109 if (ioctl(lfd, LOOP_SET_FD, ffd)) { 131 if (file) close(ffd);
|
/third_party/grpc/src/objective-c/tests/CronetTests/ |
D | CoreCronetEnd2EndTests.mm | 62 fullstack_secure_fixture_data *ffd = new fullstack_secure_fixture_data(); 65 ffd->localaddr = grpc_core::JoinHostPort("127.0.0.1", port); 67 f.fixture_data = ffd; 84 fullstack_secure_fixture_data *ffd = (fullstack_secure_fixture_data *)f->fixture_data; 86 grpc_cronet_secure_channel_create(cronetEngine, ffd->localaddr.c_str(), client_args, NULL); 93 fullstack_secure_fixture_data *ffd = (fullstack_secure_fixture_data *)f->fixture_data; 99 GPR_ASSERT(grpc_server_add_secure_http2_port(f->server, ffd->localaddr.c_str(), server_creds)); 105 fullstack_secure_fixture_data *ffd = (fullstack_secure_fixture_data *)f->fixture_data; 106 delete ffd;
|
/third_party/ninja/src/ |
D | disk_interface.cc | 105 WIN32_FIND_DATAA ffd; in StatAllFilesInDir() local 106 HANDLE find_handle = FindFirstFileExA((dir + "\\*").c_str(), level, &ffd, in StatAllFilesInDir() 117 string lowername = ffd.cFileName; in StatAllFilesInDir() 125 TimeStampFromFileTime(ffd.ftLastWriteTime))); in StatAllFilesInDir() 126 } while (FindNextFileA(find_handle, &ffd)); in StatAllFilesInDir()
|
/third_party/abseil-cpp/absl/flags/ |
D | parse_test.cc | 173 const char* GetFlagfileFlag(const std::vector<FlagfileData>& ffd, in GetFlagfileFlag() argument 177 for (const auto& flagfile_data : ffd) { in GetFlagfileFlag()
|