Searched refs:g_active_call (Results 1 – 1 of 1) sorted by relevance
546 static call_state* g_active_call; variable568 if (call == g_active_call) { in maybe_delete_call_state()569 g_active_call = call->next; in maybe_delete_call_state()570 GPR_ASSERT(call != g_active_call); in maybe_delete_call_state()717 g_active_call = new_call(nullptr, ROOT); in LLVMFuzzerTestOneInput()724 g_active_call->type != ROOT || g_active_call->next != g_active_call) { in LLVMFuzzerTestOneInput()743 call_state* s = g_active_call; in LLVMFuzzerTestOneInput()750 } while (s != g_active_call); in LLVMFuzzerTestOneInput()912 if (g_active_call->type != ROOT) { in LLVMFuzzerTestOneInput()913 if (g_active_call->call == nullptr || g_active_call->type == CLIENT) { in LLVMFuzzerTestOneInput()[all …]