Home
last modified time | relevance | path

Searched refs:CF_BREAK (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c202 if (switch_channel_test_flag(channel, CF_BREAK)) { in SWITCH_STANDARD_APP()
203 switch_channel_clear_flag(channel, CF_BREAK); in SWITCH_STANDARD_APP()
440 if (switch_channel_test_flag(channel, CF_BREAK)) { in SWITCH_STANDARD_APP()
441 switch_channel_clear_flag(channel, CF_BREAK); in SWITCH_STANDARD_APP()
610 if (switch_channel_test_flag(channel, CF_BREAK)) { in SWITCH_STANDARD_APP()
611 switch_channel_clear_flag(channel, CF_BREAK); in SWITCH_STANDARD_APP()
699 if (switch_channel_test_flag(channel, CF_BREAK)) { in decode_video_thread()
700 switch_channel_clear_flag(channel, CF_BREAK); in decode_video_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp339 if (switch_channel_test_flag(pt->channel, CF_BREAK)) { in play_audio_function()
340 switch_channel_clear_flag(pt->channel, CF_BREAK); in play_audio_function()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c736 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_record_file()
737 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_record_file()
1046 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_gentones()
1047 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_gentones()
1602 if ((f = switch_channel_test_flag(channel, CF_BREAK))) { in switch_ivr_play_file()
1603 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_play_file()
2766 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_speak_text_handle()
2767 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_speak_text_handle()
H A Dswitch_ivr.c163 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_sleep()
164 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_sleep()
234 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_sleep()
235 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_sleep()
676 switch_channel_set_flag(channel, CF_BREAK); in switch_ivr_parse_event()
793 return switch_channel_test_flag(channel, CF_BREAK) ? SWITCH_STATUS_BREAK : status; in switch_ivr_parse_event()
1251 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_collect_digits_callback()
1252 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_collect_digits_callback()
H A Dswitch_core_session.c1411 switch_channel_clear_flag(channel, CF_BREAK);
2125 flags[CF_BREAK] = 0;
2879 switch_channel_clear_flag(session->channel, CF_BREAK);
H A Dswitch_ivr_async.c767 if (switch_channel_test_flag(channel, CF_BREAK)) { in switch_ivr_session_echo()
768 switch_channel_clear_flag(channel, CF_BREAK); in switch_ivr_session_echo()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_parser.h276 CF_BREAK, enumerator
H A Dgd_compiler.cpp1135 case GDParser::ControlFlowNode::CF_BREAK: { in _parse_block()
H A Dgd_parser.cpp1956 cf_break->cf_type = ControlFlowNode::CF_BREAK; in _parse_block()
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_parser.h276 CF_BREAK, enumerator
H A Dgd_compiler.cpp1135 case GDParser::ControlFlowNode::CF_BREAK: { in _parse_block()
H A Dgd_parser.cpp1956 cf_break->cf_type = ControlFlowNode::CF_BREAK; in _parse_block()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spy/
H A Dmod_spy.c224 switch_channel_set_flag(channel, CF_BREAK); in process_event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c1542 if (switch_channel_test_flag(channel, CF_BREAK)) { in SWITCH_STANDARD_APP()
1543 switch_channel_clear_flag(channel, CF_BREAK); in SWITCH_STANDARD_APP()
1949 if (switch_channel_test_flag(channel, CF_BREAK)) { in SWITCH_STANDARD_APP()
1950 switch_channel_clear_flag(channel, CF_BREAK); in SWITCH_STANDARD_APP()
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_parser.h452 CF_BREAK, enumerator
H A Dgdscript_compiler.cpp1475 case GDScriptParser::ControlFlowNode::CF_BREAK: { in _parse_block()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_parser.h452 CF_BREAK, enumerator
H A Dgdscript_compiler.cpp1475 case GDScriptParser::ControlFlowNode::CF_BREAK: { in _parse_block()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h644 …annel_set_flag(_channel, CF_STOP_BROADCAST); switch_channel_set_flag(_channel, CF_BREAK); } break;}
H A Dswitch_types.h1475 CF_BREAK, enumerator
/dports/devel/godot2/godot-2.1.6-stable/main/tests/
H A Dtest_gdscript.cpp372 case GDParser::ControlFlowNode::CF_BREAK: { in _parser_show_block()
/dports/devel/godot2-tools/godot-2.1.6-stable/main/tests/
H A Dtest_gdscript.cpp372 case GDParser::ControlFlowNode::CF_BREAK: { in _parser_show_block()
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_gdscript.cpp371 case GDScriptParser::ControlFlowNode::CF_BREAK: { in _parser_show_block()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_gdscript.cpp371 case GDScriptParser::ControlFlowNode::CF_BREAK: { in _parser_show_block()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_callcenter/
H A Dmod_callcenter.c2870 switch_channel_set_flag_value(member_channel, CF_BREAK, 2); in cc_member_thread_run()
2884 switch_channel_set_flag_value(member_channel, CF_BREAK, 2); in cc_member_thread_run()
2890 switch_channel_set_flag_value(member_channel, CF_BREAK, 2); in cc_member_thread_run()

12