Home
last modified time | relevance | path

Searched refs:need_notify (Results 1 – 10 of 10) sorted by relevance

/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Danimation_model.h39 speed(speed), z(z), sound(sound), gain(1.0f), frames(), need_notify(false) {} in Pose()
46 bool need_notify; variable
H A Dresource_manager.cpp220 _pose->need_notify = true; in start()
H A Dobject.cpp297 if (pose->need_notify) { in tick()
/dports/databases/redisjson/RedisJSON-2.0.6/src/
H A Dcommands.rs976 let mut need_notify = false; in json_num_op() localVariable
990 if need_notify { in json_num_op()
1083 let mut need_notify = false; in json_bool_toggle() localVariable
1093 if need_notify { in json_bool_toggle()
1172 let mut need_notify = false; in json_str_append() localVariable
1182 if need_notify { in json_str_append()
1341 let mut need_notify = false; in json_arr_append() localVariable
1351 if need_notify { in json_arr_append()
1480 if need_notify { in json_arr_insert()
1622 if need_notify { in json_arr_pop()
[all …]
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/keyboard/
H A Dkeyboard.c887 boolean need_notify = true; in FcitxKeyboardHotkeyToggleWordHint() local
891 need_notify = IsDictAvailable(keyboard); in FcitxKeyboardHotkeyToggleWordHint()
896 if (need_notify) { in FcitxKeyboardHotkeyToggleWordHint()
/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/
H A Dhub.c1283 int need_notify = 0; in hub_disconnect_user() local
1298 need_notify = user_is_logged_in(user) && hub->status == hub_status_running; in hub_disconnect_user()
1302 if (need_notify) in hub_disconnect_user()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dzone.c10204 bool need_notify; in zone_maintenance() local
10287 need_notify = zone->type == dns_zone_slave && in zone_maintenance()
10293 if (need_notify) { in zone_maintenance()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dzone.c11217 bool need_notify; in zone_maintenance() local
11301 need_notify = (zone->type == dns_zone_secondary || in zone_maintenance()
11308 if (need_notify) { in zone_maintenance()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dzone.c11217 bool need_notify; in zone_maintenance() local
11301 need_notify = (zone->type == dns_zone_secondary || in zone_maintenance()
11308 if (need_notify) { in zone_maintenance()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dzone.c11242 bool need_notify; in zone_maintenance() local
11328 need_notify = (zone->type == dns_zone_secondary || in zone_maintenance()
11335 if (need_notify) { in zone_maintenance()