Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_core_file.c80 fst_check(switch_test_flag(&fh, SWITCH_FILE_PRE_CLOSED)); in FST_SUITE_BEGIN()
84 fst_check(!switch_test_flag(&fh, SWITCH_FILE_PRE_CLOSED)); in FST_SUITE_BEGIN()
121 fst_check(!switch_test_flag(&fh, SWITCH_FILE_PRE_CLOSED)); in FST_SUITE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_file.c934 switch_set_flag_locked(fh, SWITCH_FILE_PRE_CLOSED); in switch_core_file_pre_close()
949 } else if (!switch_test_flag(fh, SWITCH_FILE_PRE_CLOSED)) { in switch_core_file_close()
953 switch_clear_flag_locked(fh, SWITCH_FILE_PRE_CLOSED); in switch_core_file_close()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h1942 SWITCH_FILE_PRE_CLOSED = (1 << 21) enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs36829 SWITCH_FILE_PRE_CLOSED = (1 << 21) enumerator