Home
last modified time | relevance | path

Searched refs:g_channel (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc62 static grpc_channel* g_channel; variable
709 GPR_ASSERT(g_channel == nullptr); in LLVMFuzzerTestOneInput()
722 while (!is_eof(&inp) || g_channel != nullptr || g_server != nullptr || in LLVMFuzzerTestOneInput()
726 if (g_channel != nullptr) { in LLVMFuzzerTestOneInput()
727 grpc_channel_destroy(g_channel); in LLVMFuzzerTestOneInput()
728 g_channel = nullptr; in LLVMFuzzerTestOneInput()
790 if (g_channel == nullptr) { in LLVMFuzzerTestOneInput()
795 g_channel = grpc_insecure_channel_create(target_uri, args, nullptr); in LLVMFuzzerTestOneInput()
796 GPR_ASSERT(g_channel != nullptr); in LLVMFuzzerTestOneInput()
810 if (g_channel != nullptr) { in LLVMFuzzerTestOneInput()
[all …]