Home
last modified time | relevance | path

Searched refs:flags_set (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/mail/dovecot/dovecot-2.3.17/src/plugins/push-notification/
H A Dpush-notification-event-flagsset.c35 if ((data->flags_set & MAIL_FLAGGED) != 0) in push_notification_event_flagsset_debug_msg()
37 if ((data->flags_set & MAIL_DELETED) != 0) in push_notification_event_flagsset_debug_msg()
39 if ((data->flags_set & MAIL_SEEN) != 0) in push_notification_event_flagsset_debug_msg()
41 if ((data->flags_set & MAIL_DRAFT) != 0) in push_notification_event_flagsset_debug_msg()
60 data->flags_set = 0; in push_notification_event_flagsset_get_data()
84 enum mail_flags flags, flags_set = 0; in push_notification_event_flagsset_flags_event() local
92 flags_set |= flag_check_always[i]; in push_notification_event_flagsset_flags_event()
97 flags_set |= MAIL_DELETED; in push_notification_event_flagsset_flags_event()
102 flags_set |= MAIL_SEEN; in push_notification_event_flagsset_flags_event()
106 if (flags_set != 0) { in push_notification_event_flagsset_flags_event()
[all …]
H A Dpush-notification-event-message-common.c49 bool *flags_set, const char *const **keywords, const char **snippet, in push_notification_message_fill() argument
99 if (!*flags_set && in push_notification_message_fill()
102 *flags_set = TRUE; in push_notification_message_fill()
H A Dpush-notification-event-flagsset.h17 enum mail_flags flags_set; member
H A Dpush-notification-event-messageappend.h19 bool flags_set; member
H A Dpush-notification-event-messagenew.h25 bool flags_set; member
H A Dpush-notification-event-message-common.h36 bool *flags_set, const char *const **keywords, const char **snippet,
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/admin/
H A Dlist_defective_files_command.cc82 uint8_t flags_set = 0; in run() local
84 flags_set |= kChunkUnavailable; in run()
87 flags_set |= kChunkUnderGoal; in run()
90 flags_set |= kStructureError; in run()
92 if (flags_set == 0) { in run()
93 flags_set = kAllNodeErrors; // if no option was set, use all flags as default in run()
101 std::cout << "Files with error flag =" << flagToString(flags_set) << std::endl; in run()
105 auto request = cltoma::listDefectiveFiles::build(flags_set, entry_index, entries_left); in run()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/cyclone/
H A DEa.cpp309 int flags_set=0; in EaRead() local
377 flags_set=1; in EaRead()
381 flags_set=1; in EaRead()
388 flags_set=1; in EaRead()
392 flags_set=1; in EaRead()
396 if (set_nz&&!flags_set) in EaRead()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/rdtypes/
H A Ddnskeybase.py50 flags_set = set()
57 flags_set.add(text)
59 return flags_set
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/rdtypes/
H A Ddnskeybase.py48 flags_set = set()
55 flags_set.add(text)
57 return flags_set
/dports/dns/py-dnspython/dnspython-1.16.0/dns/rdtypes/
H A Ddnskeybase.py50 flags_set = set()
57 flags_set.add(text)
59 return flags_set
/dports/security/razorback-yaraNugget/yaraNugget-0.5.0/src/
H A Dyara.c139 int flags_set = 0; // Used for error checking on sf_flags overwrite in handle_metadata() local
148 flags_set = *sf_flags; in handle_metadata()
154 if((check_meta_int(metadata, sf_flags, "rzb_sfflags")) == METADATA_FLAG_SET && flags_set) in handle_metadata()
/dports/emulators/tme/tme-0.8/libtme/host/x86/
H A Drc-x86-flags.c255 tme_recode_uguest_t flags_set; in _tme_recode_x86_flags_update() local
278flags_set = tme_recode_flags_group_flags_defined_host(flags_group, TME_RECODE_COND_MOD_NOT | TME_R… in _tme_recode_x86_flags_update()
279 flags_set &= flags_mask_update; in _tme_recode_x86_flags_update()
287 flags_set >>= byte_shift; in _tme_recode_x86_flags_update()
316 || flags_defined_host == flags_set) { in _tme_recode_x86_flags_update()
324 flags_constant = flags_set; in _tme_recode_x86_flags_update()
391 && (flags_set >> 30) > 1)) { in _tme_recode_x86_flags_update()
407 memcpy(&thunk_bytes[1], &flags_set, TME_BIT(size_constant - TME_RECODE_SIZE_8)); in _tme_recode_x86_flags_update()
428 flags_set = 0; in _tme_recode_x86_flags_update()
505 flags_set); in _tme_recode_x86_flags_update()
/dports/www/node10/node-v10.24.1/deps/v8/tools/testrunner/local/
H A Dtestsuite.py50 flags_set = self._get_flags_set(test)
52 yield (variant, flags_set[variant][0], n)
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-analyzer.c200 int flags_set = 0; in EngineAnalysisFP() local
204 flags_set = 1; in EngineAnalysisFP()
207 flags_set = 1; in EngineAnalysisFP()
211 flags_set = 1; in EngineAnalysisFP()
215 flags_set = 1; in EngineAnalysisFP()
219 flags_set = 1; in EngineAnalysisFP()
223 flags_set = 1; in EngineAnalysisFP()
225 if (flags_set == 0) in EngineAnalysisFP()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/Microsoft365/camel/
H A Dcamel-m365-folder.c1405 guint32 flags_changed, flags_set; in m365_folder_synchronize_sync() local
1415 flags_set = camel_message_info_get_flags (mi); in m365_folder_synchronize_sync()
1416 …lags_changed = camel_m365_message_info_get_server_flags (CAMEL_M365_MESSAGE_INFO (mi)) ^ flags_set; in m365_folder_synchronize_sync()
1418 if ((flags_set & CAMEL_MESSAGE_FOLDER_FLAGGED) != 0 && in m365_folder_synchronize_sync()
1423 if (flags_set & CAMEL_MESSAGE_DELETED) in m365_folder_synchronize_sync()
1425 else if (flags_set & CAMEL_MESSAGE_JUNK) in m365_folder_synchronize_sync()
1427 else if (is_junk_folder && (flags_set & CAMEL_MESSAGE_NOTJUNK) != 0) in m365_folder_synchronize_sync()
1429 } else if (flags_set & CAMEL_MESSAGE_DELETED) { in m365_folder_synchronize_sync()
1432 } else if (flags_set & CAMEL_MESSAGE_JUNK) { in m365_folder_synchronize_sync()
1435 } else if (is_junk_folder && (flags_set & CAMEL_MESSAGE_NOTJUNK) != 0) { in m365_folder_synchronize_sync()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/ble/
H A Dfido_ble_device.cc111 const std::bitset<8> flags_set = *flags; in IsInPairingMode() local
112 return flags_set[kLeLimitedDiscoverableModeBit] ^ in IsInPairingMode()
113 flags_set[kLeGeneralDiscoverableModeBit]; in IsInPairingMode()
/dports/audio/cmus/cmus-2.9.1/
H A Dtrack_info.c166 static inline int flags_set(const struct track_info *ti, unsigned int flags) in flags_set() function
185 if (flags_set(ti, flags) && match_word(ti, word, flags)) { in track_info_matches_full()
198 if (flags_set(ti, exclude_flags) && match_word(ti, word, exclude_flags)) in track_info_matches_full()
/dports/devel/binutils/binutils-2.37/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member
/dports/devel/arm-elf-binutils/binutils-2.37/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member
/dports/devel/gnulibiberty/binutils-2.37/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member
/dports/devel/gdb/gdb-11.1/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Dmsp430-decode.h114 unsigned flags_set:8; /* These flags are set appropriately by the insn. */ member

12345678910>>...14