Home
last modified time | relevance | path

Searched refs:resuming (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h871 int resuming; member
1159 * Do we need to process resuming connections?
1161 int resuming; member
H A Ddaemon.c1708 connection->resuming = MHD_YES; in MHD_resume_connection()
1709 daemon->resuming = MHD_YES; in MHD_resume_connection()
1742 if (MHD_YES == daemon->resuming) in resume_suspended_connections()
1748 if (MHD_NO == pos->resuming) in resume_suspended_connections()
1780 pos->resuming = MHD_NO; in resume_suspended_connections()
1782 daemon->resuming = MHD_NO; in resume_suspended_connections()
H A Dconnection.c2251 connection->resuming = MHD_NO;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_peap.c55 int resuming; /* starting a resumed session */ member
1014 !data->resuming) { in eap_peap_process()
1119 if (sm->workaround && data->resuming) { in eap_peap_process()
1137 data->resuming = 0; in eap_peap_process()
1205 data->resuming = 1; in eap_peap_init_for_reauth()
H A Deap_fast.c45 int resuming; /* starting a resumed session */ member
1496 if (data->resuming && data->current_pac) { in eap_fast_process_start()
1503 * PAC found for the A-ID and we are not resuming an old in eap_fast_process_start()
1559 !data->resuming) { in eap_fast_process()
1638 data->resuming = 0; in eap_fast_process()
1709 data->resuming = 1;
H A Deap_teap.c44 int resuming; /* starting a resumed session */ member
1626 if (data->resuming && data->current_pac) { in eap_teap_process_start()
1633 * PAC found for the A-ID and we are not resuming an old in eap_teap_process_start()
1760 !data->resuming) { in eap_teap_process()
1846 data->resuming = 0; in eap_teap_process()
1919 data->resuming = 1;
H A Deap_ttls.c55 int resuming; /* starting a resumed session */ member
1372 * if TLS part was indeed resuming a previous session. Most in eap_ttls_phase2_start()
1523 if (data->resuming) { in eap_ttls_process_handshake()
1541 data->resuming = 0; in eap_ttls_process_handshake()
1639 !data->resuming) { in eap_ttls_process()
1701 data->resuming = 1; in eap_ttls_init_for_reauth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_peap.c55 int resuming; /* starting a resumed session */ member
1067 !data->resuming) { in eap_peap_process()
1185 if (sm->workaround && data->resuming) { in eap_peap_process()
1203 data->resuming = 0; in eap_peap_process()
1272 data->resuming = 1; in eap_peap_init_for_reauth()
H A Deap_fast.c45 int resuming; /* starting a resumed session */ member
1516 if (data->resuming && data->current_pac) { in eap_fast_process_start()
1523 * PAC found for the A-ID and we are not resuming an old in eap_fast_process_start()
1579 !data->resuming) { in eap_fast_process()
1658 data->resuming = 0; in eap_fast_process()
1729 data->resuming = 1;
H A Deap_teap.c45 int resuming; /* starting a resumed session */ member
1738 if (data->resuming && data->current_pac) { in eap_teap_process_start()
1745 * PAC found for the A-ID and we are not resuming an old in eap_teap_process_start()
1872 !data->resuming) { in eap_teap_process()
1958 data->resuming = 0; in eap_teap_process()
2032 data->resuming = 1;
H A Deap_ttls.c55 int resuming; /* starting a resumed session */ member
1401 * if TLS part was indeed resuming a previous session. Most in eap_ttls_phase2_start()
1567 if (data->resuming) { in eap_ttls_process_handshake()
1585 data->resuming = 0; in eap_ttls_process_handshake()
1683 !data->resuming) { in eap_ttls_process()
1745 data->resuming = 1; in eap_ttls_init_for_reauth()
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c366 bool resuming; in source_set_state() local
380 resuming = s->state == PA_SOURCE_SUSPENDED && PA_SOURCE_IS_OPENED(state); in source_set_state()
382 /* If we are resuming, suspend_cause must be 0. */ in source_set_state()
383 pa_assert(!resuming || !suspend_cause); in source_set_state()
386 * resuming the source fails? The old suspend cause will be incorrect, so we in source_set_state()
395 /* set_state_in_main_thread() is allowed to fail only when resuming. */ in source_set_state()
396 pa_assert(resuming); in source_set_state()
398 /* If resuming fails, we set the state to SUSPENDED and in source_set_state()
404 resuming = false; in source_set_state()
417 /* SET_STATE is allowed to fail only when resuming in source_set_state()
[all...]
H A Dsink.c415 bool resuming; in sink_set_state() local
429 resuming = s->state == PA_SINK_SUSPENDED && PA_SINK_IS_OPENED(state); in sink_set_state()
431 /* If we are resuming, suspend_cause must be 0. */ in sink_set_state()
432 pa_assert(!resuming || !suspend_cause); in sink_set_state()
435 * resuming the sink fails? The old suspend cause will be incorrect, so we in sink_set_state()
444 /* set_state_in_main_thread() is allowed to fail only when resuming. */ in sink_set_state()
445 pa_assert(resuming); in sink_set_state()
447 /* If resuming fails, we set the state to SUSPENDED and in sink_set_state()
453 resuming = false; in sink_set_state()
466 /* SET_STATE is allowed to fail only when resuming in sink_set_state()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h256 * special handling for secondary cmdbufs and suspending/resuming render
410 * resuming passes that will be merged, we need to track whether the
435 * with a resuming render pass and all of the passes up to the current
441 * BeginRendering(resuming) ... EndRendering(suspending)
442 * BeginRendering(resuming) ... EndRendering(suspending)
455 * BeginRendering(resuming) ... EndRendering(suspending)
456 * BeginRendering(resuming) ... EndRendering(suspending)
458 * BeginRendering(resuming) ... EndRendering() // end of chain
470 * BeginRendering(resuming) ... EndRendering(suspending)
471 * BeginRendering(resuming)
497 bool suspending, resuming; global() member
[all...]
H A Dtu_cmd_buffer.c3465 /* Assuming "secondary" is just a sequence of suspended and resuming passes,
3627 unreachable("resuming render pass is not preceded by suspending one"); in tu_CmdExecuteCommands()
3654 unreachable("suspending render pass is followed by a not resuming one"); in tu_CmdExecuteCommands()
3972 bool resuming = pRenderingInfo->flags & VK_RENDERING_RESUMING_BIT; in tu_CmdBeginRendering() local
3975 cmd->state.resuming = resuming; in tu_CmdBeginRendering()
3978 * disable LRZ when resuming/suspending unless we can track on the GPU. in tu_CmdBeginRendering()
3980 if ((resuming || suspending) && in tu_CmdBeginRendering()
3984 if (resuming) in tu_CmdBeginRendering()
4000 if (!resuming) { in tu_CmdBeginRendering()
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex209 when resuming execution in the local address space, the call-back will
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1957 bool resuming = (info->flags & VK_RENDERING_RESUMING_BIT) == VK_RENDERING_RESUMING_BIT; in handle_begin_rendering() local
2034 if (!resuming && render_needs_clear(state)) in handle_begin_rendering()

Completed in 42 milliseconds