Home
last modified time | relevance | path

Searched refs:need_destroy (Results 1 – 25 of 30) sorted by relevance

12

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DSessionProxy.cpp84 bool need_destroy) in SessionProxy() argument
92 , need_destroy_(need_destroy) { in SessionProxy()
146 void SessionProxy::update_destroy(bool need_destroy) { in update_destroy() argument
147 if (need_destroy_ == need_destroy) { in update_destroy()
148 LOG(INFO) << "Ignore reduntant update_destroy(" << need_destroy << ")"; in update_destroy()
151 need_destroy_ = need_destroy; in update_destroy()
H A DSessionProxy.h33 bool allow_media_only, bool is_media, bool use_pfs, bool is_cdn, bool need_destroy);
38 void update_destroy(bool need_destroy);
H A DSession.h70 … bool is_main, bool use_pfs, bool is_cdn, bool need_destroy, const mtproto::AuthKey &tmp_auth_key,
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dghook.c322 gboolean need_destroy; in g_hook_list_invoke_check() local
328 need_destroy = !func (hook->data); in g_hook_list_invoke_check()
331 if (need_destroy) in g_hook_list_invoke_check()
354 gboolean need_destroy; in g_hook_list_marshal_check() local
358 need_destroy = !marshaller (hook, data); in g_hook_list_marshal_check()
361 if (need_destroy) in g_hook_list_marshal_check()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dghook.c566 gboolean need_destroy; in g_hook_list_invoke_check() local
572 need_destroy = !func (hook->data); in g_hook_list_invoke_check()
575 if (need_destroy) in g_hook_list_invoke_check()
620 gboolean need_destroy; in g_hook_list_marshal_check() local
624 need_destroy = !marshaller (hook, data); in g_hook_list_marshal_check()
627 if (need_destroy) in g_hook_list_marshal_check()
H A Dglib.stp.in137 * @need_destroy: whether the source should be destroyed
144 need_destroy = $arg4;
145 …ain_after_dispatch(source=%s(%p), dispatch=%p) -> %u", source, source_ptr, dispatch, need_destroy);
H A Dgmain.c3344 gboolean need_destroy; in g_main_dispatch() local
3381 need_destroy = !(* dispatch) (source, callback, user_data); in g_main_dispatch()
3383 dispatch, need_destroy)); in g_main_dispatch()
3389 need_destroy ? "destroy" : "keep"); in g_main_dispatch()
3408 if (need_destroy && !SOURCE_DESTROYED (source)) in g_main_dispatch()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Decdb.c191 bool need_destroy = false; in detach() local
200 need_destroy = true; in detach()
203 if (need_destroy) in detach()
267 bool need_destroy = false; in detachnode() local
280 need_destroy = true; in detachnode()
283 if (need_destroy) in detachnode()
H A Drequest.c297 bool need_destroy = false; in requestmgr_detach() local
315 need_destroy = true; in requestmgr_detach()
319 if (need_destroy) in requestmgr_detach()
342 bool need_destroy = false; in dns_requestmgr_detach() local
358 need_destroy = true; in dns_requestmgr_detach()
362 if (need_destroy) in dns_requestmgr_detach()
H A Dsdb.c573 bool need_destroy = false; in detach() local
580 need_destroy = true; in detach()
583 if (need_destroy) in detach()
1100 bool need_destroy = false; in detachnode() local
1113 need_destroy = true; in detachnode()
1116 if (need_destroy) in detachnode()
H A Dsdlz.c350 bool need_destroy = false; in detach() local
357 need_destroy = true; in detach()
360 if (need_destroy) in detach()
758 bool need_destroy = false; in detachnode() local
771 need_destroy = true; in detachnode()
774 if (need_destroy) in detachnode()
H A Dmasterdump.c1289 bool need_destroy = false; in dns_dumpctx_detach() local
1301 need_destroy = true; in dns_dumpctx_detach()
1303 if (need_destroy) in dns_dumpctx_detach()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dinterfacemgr.c305 isc_result_t need_destroy = false; in ns_interfacemgr_detach() local
313 need_destroy = true; in ns_interfacemgr_detach()
315 if (need_destroy) in ns_interfacemgr_detach()
642 isc_result_t need_destroy = false; in ns_interface_detach() local
650 need_destroy = true; in ns_interface_detach()
652 if (need_destroy) in ns_interface_detach()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Drequest.c289 bool need_destroy = false; in requestmgr_detach() local
307 need_destroy = true; in requestmgr_detach()
312 if (need_destroy) { in requestmgr_detach()
335 bool need_destroy = false; in dns_requestmgr_detach() local
352 need_destroy = true; in dns_requestmgr_detach()
356 if (need_destroy) { in dns_requestmgr_detach()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Drequest.c288 bool need_destroy = false; in requestmgr_detach() local
306 need_destroy = true; in requestmgr_detach()
311 if (need_destroy) { in requestmgr_detach()
334 bool need_destroy = false; in dns_requestmgr_detach() local
351 need_destroy = true; in dns_requestmgr_detach()
355 if (need_destroy) { in dns_requestmgr_detach()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Drequest.c289 bool need_destroy = false; in requestmgr_detach() local
307 need_destroy = true; in requestmgr_detach()
312 if (need_destroy) { in requestmgr_detach()
335 bool need_destroy = false; in dns_requestmgr_detach() local
352 need_destroy = true; in dns_requestmgr_detach()
356 if (need_destroy) { in dns_requestmgr_detach()
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dspice-display.c389 bool need_destroy; in qemu_spice_display_switch() local
426 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
433 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dspice-display.c388 bool need_destroy; in qemu_spice_display_switch() local
425 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
432 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dspice-display.c388 bool need_destroy; in qemu_spice_display_switch() local
425 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
432 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dspice-display.c388 bool need_destroy; in qemu_spice_display_switch() local
425 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
432 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dspice-display.c388 bool need_destroy; in qemu_spice_display_switch() local
425 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
432 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dspice-display.c389 bool need_destroy; in qemu_spice_display_switch() local
426 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
433 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dspice-display.c389 bool need_destroy; in qemu_spice_display_switch() local
426 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
433 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dspice-display.c388 bool need_destroy; in qemu_spice_display_switch() local
425 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
432 if (need_destroy) { in qemu_spice_display_switch()
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dspice-display.c389 bool need_destroy; in qemu_spice_display_switch() local
426 need_destroy = (ssd->ds != NULL); in qemu_spice_display_switch()
433 if (need_destroy) { in qemu_spice_display_switch()

12