Home
last modified time | relevance | path

Searched refs:is_destroying (Results 1 – 25 of 56) sorted by relevance

123

/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_session.c31 pj_bool_t is_destroying; member
241 if (sess->is_destroying) { in on_cache_timeout()
464 if (sess->is_destroying) { in stun_tsx_on_complete()
505 if (sess->is_destroying) { in stun_tsx_on_send_msg()
603 if (sess->is_destroying) { in pj_stun_session_destroy()
762 if (sess->is_destroying) { in pj_stun_session_create_req()
833 if (sess->is_destroying) { in pj_stun_session_create_ind()
873 if (sess->is_destroying) { in pj_stun_session_create_res()
954 if (sess->is_destroying) { in pj_stun_session_send_msg()
1107 if (sess->is_destroying) { in pj_stun_session_respond()
[all …]
H A Dturn_sock.c77 pj_bool_t is_destroying; member
390 if (turn_sock->is_destroying) { in destroy()
395 turn_sock->is_destroying = PJ_TRUE; in destroy()
417 if (turn_sock->is_destroying) { in pj_turn_sock_destroy()
815 if (status == PJ_SUCCESS && turn_sock->sess && !turn_sock->is_destroying) { in on_data_read()
975 if (turn_sock == NULL || turn_sock->is_destroying) { in send_pkt()
1086 if (turn_sock == NULL || turn_sock->is_destroying) { in turn_on_rx_data()
H A Dstun_sock.c48 pj_bool_t is_destroying; /* Destroy already called */ member
511 if (stun_sock->is_destroying) { in pj_stun_sock_destroy()
517 stun_sock->is_destroying = PJ_TRUE; in pj_stun_sock_destroy()
901 if (stun_sock->ka_interval > 0 && !stun_sock->is_destroying) { in start_ka_timer()
H A Dice_session.c501 if (ice->is_destroying) { in destroy_ice()
506 ice->is_destroying = PJ_TRUE; in destroy_ice()
1235 if (ice->is_destroying) { in on_timer()
2332 if (ice->is_destroying) { in start_periodic_check()
2625 if (ice->is_destroying) { in on_stun_send_msg()
2670 if (ice->is_destroying) { in on_stun_request_complete()
3057 if (ice->is_destroying) { in on_stun_rx_request()
3535 if (ice->is_destroying) { in pj_ice_sess_send_data()
3589 if (ice->is_destroying) { in pj_ice_sess_on_rx_pkt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/assistant/
H A Dconversation_starters_client_impl.cc87 bool is_destroying() const { return is_destroying_; } in is_destroying() function in __anon1bbc37fb0111::Loader
138 if (!loader->is_destroying()) in FetchConversationStarters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/capture_mode/
H A Dcapture_mode_util.cc71 if (root->is_destroying()) { in SetStopRecordingButtonVisibility()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/virt/acrn/
H A Dioreq.c34 static inline bool is_destroying(struct acrn_ioreq_client *client) in is_destroying() function
273 is_destroying(client)); in acrn_ioreq_client_wait()
274 if (is_destroying(client)) in acrn_ioreq_client_wait()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/virt/acrn/
H A Dioreq.c34 static inline bool is_destroying(struct acrn_ioreq_client *client) in is_destroying() function
273 is_destroying(client)); in acrn_ioreq_client_wait()
274 if (is_destroying(client)) in acrn_ioreq_client_wait()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/virt/acrn/
H A Dioreq.c34 static inline bool is_destroying(struct acrn_ioreq_client *client) in is_destroying() function
273 is_destroying(client)); in acrn_ioreq_client_wait()
274 if (is_destroying(client)) in acrn_ioreq_client_wait()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-sql-backend.cpp573 gboolean is_destroying; in commit() local
604 is_destroying = qof_instance_get_destroying (inst); in commit()
609 is_dirty, is_destroying, is_infant); in commit()
611 if (!is_dirty && !is_destroying) in commit()
/dports/devel/sdl20/SDL2-2.0.18/src/video/android/
H A DSDL_androidwindow.c119 if (!window->is_destroying) { in Android_SetWindowFullscreen()
/dports/x11/controllermap/SDL2-2.0.18/src/video/android/
H A DSDL_androidwindow.c119 if (!window->is_destroying) { in Android_SetWindowFullscreen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dbase_focus_rules.cc56 if (window->is_destroying()) in CanActivateWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dbase_focus_rules.cc56 if (window->is_destroying()) in CanActivateWindow()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_transport.c1080 tp->is_destroying = PJ_TRUE; in transport_idle_callback()
1175 !tp->is_destroying && pj_atomic_get(tp->ref_cnt) == 0) in pjsip_transport_dec_ref()
1298 tp->is_destroying = PJ_TRUE; in destroy_transport()
1409 if (tp->is_shutdown || tp->is_destroying) { in pjsip_transport_shutdown2()
2273 if (seltp->is_destroying) { in pjsip_tpmgr_acquire_transport2()
2336 !tp_iter->tp->is_destroying) in pjsip_tpmgr_acquire_transport2()
2419 if (tp_ref!=NULL && !tp_ref->is_shutdown && !tp_ref->is_destroying) { in pjsip_tpmgr_acquire_transport2()
2661 if (tp->is_shutdown || tp->is_destroying) { in pjsip_transport_add_state_listener()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/back_gesture/
H A Dback_gesture_contextual_nudge_controller_impl.cc161 !window->is_destroying() && in MaybeShowNudgeUi()
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dice_session.h701 pj_bool_t is_destroying; /**< Destroy is called */ member
/dports/net-im/purple-mattermost/purple-mattermost-2.0/purple2compat/
H A Dhttp.c206 gboolean is_destroying; member
218 gboolean is_destroying; member
2137 if (pool->is_destroying) in purple_http_keepalive_pool_free()
2139 pool->is_destroying = TRUE; in purple_http_keepalive_pool_free()
2180 if (pool->is_destroying) { in purple_http_keepalive_pool_request()
2406 set->is_destroying = TRUE; in purple_http_connection_set_destroy()
2427 if (set->is_destroying) in purple_http_connection_set_add()
/dports/net-im/pidgin-skypeweb/skype4pidgin-1.7/skypeweb/purple2compat/
H A Dhttp.c206 gboolean is_destroying; member
218 gboolean is_destroying; member
2137 if (pool->is_destroying) in purple_http_keepalive_pool_free()
2139 pool->is_destroying = TRUE; in purple_http_keepalive_pool_free()
2180 if (pool->is_destroying) { in purple_http_keepalive_pool_request()
2406 set->is_destroying = TRUE; in purple_http_connection_set_destroy()
2427 if (set->is_destroying) in purple_http_connection_set_add()
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_video.c1299 …if (window->is_destroying && (window->last_fullscreen_flags & FULLSCREEN_MASK) == SDL_WINDOW_FULLS… in SDL_UpdateFullscreenMode()
1675 window->is_destroying = SDL_FALSE; in SDL_CreateWindow()
1742 window->is_destroying = SDL_FALSE; in SDL_CreateWindowFrom()
1874 window->is_destroying = SDL_FALSE; in SDL_RecreateWindow()
2926 if (!window->is_destroying) { in SDL_OnWindowResized()
2941 if (!window->is_destroying && display_index != window->display_index && display_index != -1) { in SDL_OnWindowMoved()
3006 if (!(window->flags & SDL_WINDOW_FULLSCREEN) || window->is_destroying) { in ShouldMinimizeOnFocusLoss()
3078 window->is_destroying = SDL_TRUE; in SDL_DestroyWindow()
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_video.c1299 …if (window->is_destroying && (window->last_fullscreen_flags & FULLSCREEN_MASK) == SDL_WINDOW_FULLS… in SDL_UpdateFullscreenMode()
1675 window->is_destroying = SDL_FALSE; in SDL_CreateWindow()
1742 window->is_destroying = SDL_FALSE; in SDL_CreateWindowFrom()
1874 window->is_destroying = SDL_FALSE; in SDL_RecreateWindow()
2926 if (!window->is_destroying) { in SDL_OnWindowResized()
2941 if (!window->is_destroying && display_index != window->display_index && display_index != -1) { in SDL_OnWindowMoved()
3006 if (!(window->flags & SDL_WINDOW_FULLSCREEN) || window->is_destroying) { in ShouldMinimizeOnFocusLoss()
3078 window->is_destroying = SDL_TRUE; in SDL_DestroyWindow()
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/purple2compat/
H A Dhttp.c206 gboolean is_destroying; member
218 gboolean is_destroying; member
2159 if (pool->is_destroying) in purple_http_keepalive_pool_free()
2161 pool->is_destroying = TRUE; in purple_http_keepalive_pool_free()
2202 if (pool->is_destroying) { in purple_http_keepalive_pool_request()
2428 set->is_destroying = TRUE; in purple_http_connection_set_destroy()
2449 if (set->is_destroying) in purple_http_connection_set_add()
/dports/net-im/purple-facebook/purple-facebook-0.9.6/pidgin/libpurple/
H A Dhttp.c200 gboolean is_destroying; member
212 gboolean is_destroying; member
2193 if (pool->is_destroying) in purple_http_keepalive_pool_free()
2195 pool->is_destroying = TRUE; in purple_http_keepalive_pool_free()
2236 if (pool->is_destroying) { in purple_http_keepalive_pool_request()
2462 set->is_destroying = TRUE; in purple_http_connection_set_destroy()
2483 if (set->is_destroying) in purple_http_connection_set_add()
/dports/net-im/pidgin-icyque/icyque-4fc08a0/purple2compat/
H A Dhttp.c206 gboolean is_destroying; member
218 gboolean is_destroying; member
2159 if (pool->is_destroying) in purple_http_keepalive_pool_free()
2161 pool->is_destroying = TRUE; in purple_http_keepalive_pool_free()
2202 if (pool->is_destroying) { in purple_http_keepalive_pool_request()
2428 set->is_destroying = TRUE; in purple_http_connection_set_destroy()
2449 if (set->is_destroying) in purple_http_connection_set_add()
/dports/net-im/purple-discord/purple-discord-6c5a778/purple2compat/
H A Dhttp.c206 gboolean is_destroying; member
218 gboolean is_destroying; member
2164 if (pool->is_destroying) in purple_http_keepalive_pool_free()
2166 pool->is_destroying = TRUE; in purple_http_keepalive_pool_free()
2207 if (pool->is_destroying) { in purple_http_keepalive_pool_request()
2433 set->is_destroying = TRUE; in purple_http_connection_set_destroy()
2454 if (set->is_destroying) in purple_http_connection_set_add()

123