Home
last modified time | relevance | path

Searched refs:apply_flag (Results 1 – 13 of 13) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dread_resume_data.cpp48 void apply_flag(torrent_flags_t& current_flags in apply_flag() function
154 apply_flag(ret.flags, rd, "seed_mode", torrent_flags::seed_mode); in read_resume_data()
155 apply_flag(ret.flags, rd, "upload_mode", torrent_flags::upload_mode); in read_resume_data()
157 apply_flag(ret.flags, rd, "share_mode", torrent_flags::share_mode); in read_resume_data()
159 apply_flag(ret.flags, rd, "apply_ip_filter", torrent_flags::apply_ip_filter); in read_resume_data()
160 apply_flag(ret.flags, rd, "paused", torrent_flags::paused); in read_resume_data()
161 apply_flag(ret.flags, rd, "auto_managed", torrent_flags::auto_managed); in read_resume_data()
163 apply_flag(ret.flags, rd, "super_seeding", torrent_flags::super_seeding); in read_resume_data()
167 apply_flag(ret.flags, rd, "disable_dht", torrent_flags::disable_dht); in read_resume_data()
168 apply_flag(ret.flags, rd, "disable_lsd", torrent_flags::disable_lsd); in read_resume_data()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dread_resume_data.cpp48 void apply_flag(torrent_flags_t& current_flags in apply_flag() function
154 apply_flag(ret.flags, rd, "seed_mode", torrent_flags::seed_mode); in read_resume_data()
155 apply_flag(ret.flags, rd, "upload_mode", torrent_flags::upload_mode); in read_resume_data()
157 apply_flag(ret.flags, rd, "share_mode", torrent_flags::share_mode); in read_resume_data()
159 apply_flag(ret.flags, rd, "apply_ip_filter", torrent_flags::apply_ip_filter); in read_resume_data()
160 apply_flag(ret.flags, rd, "paused", torrent_flags::paused); in read_resume_data()
161 apply_flag(ret.flags, rd, "auto_managed", torrent_flags::auto_managed); in read_resume_data()
163 apply_flag(ret.flags, rd, "super_seeding", torrent_flags::super_seeding); in read_resume_data()
167 apply_flag(ret.flags, rd, "disable_dht", torrent_flags::disable_dht); in read_resume_data()
168 apply_flag(ret.flags, rd, "disable_lsd", torrent_flags::disable_lsd); in read_resume_data()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/libmount-0.1.15/src/
H A Dremount.rs46 flags = apply_flag(flags, MsFlags::MS_BIND, self.bind); in apply_to_flags()
47 flags = apply_flag(flags, MsFlags::MS_RDONLY, self.readonly); in apply_to_flags()
48 flags = apply_flag(flags, MsFlags::MS_NODEV, self.nodev); in apply_to_flags()
49 flags = apply_flag(flags, MsFlags::MS_NOEXEC, self.noexec); in apply_to_flags()
50 flags = apply_flag(flags, MsFlags::MS_NOSUID, self.nosuid); in apply_to_flags()
51 flags = apply_flag(flags, MsFlags::MS_NOATIME, self.noatime); in apply_to_flags()
52 flags = apply_flag(flags, MsFlags::MS_NODIRATIME, self.nodiratime); in apply_to_flags()
53 flags = apply_flag(flags, MsFlags::MS_RELATIME, self.relatime); in apply_to_flags()
55 flags = apply_flag(flags, MsFlags::MS_DIRSYNC, self.dirsync); in apply_to_flags()
57 flags = apply_flag(flags, MsFlags::MS_MANDLOCK, self.mandlock); in apply_to_flags()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_community.c31 apply_flag(u_int32_t in, u_int8_t flag, struct rde_peer *peer, u_int32_t *out, in apply_flag() function
75 if (apply_flag(fc->data1, fc->flags >> 8, peer, in fc2c()
78 if (apply_flag(fc->data2, fc->flags >> 16, peer, in fc2c()
87 if (apply_flag(fc->data1, fc->flags >> 8, peer, in fc2c()
90 if (apply_flag(fc->data2, fc->flags >> 16, peer, in fc2c()
93 if (apply_flag(fc->data3, fc->flags >> 24, peer, in fc2c()
117 if (apply_flag(fc->data1, fc->flags >> 8, peer, in fc2c()
120 if (apply_flag(fc->data2, fc->flags >> 16, peer, in fc2c()
132 if (apply_flag(fc->data1, fc->flags >> 8, peer, in fc2c()
135 if (apply_flag(fc->data2, fc->flags >> 16, peer, in fc2c()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddisplist.c861 ModifierApplyFlag apply_flag = 0; in curve_calc_modifiers_pre() local
870 apply_flag |= MOD_APPLY_USECACHE; in curve_calc_modifiers_pre()
873 apply_flag |= MOD_APPLY_RENDER; in curve_calc_modifiers_pre()
880 const ModifierEvalContext mectx = {depsgraph, ob, apply_flag}; in curve_calc_modifiers_pre()
993 ModifierApplyFlag apply_flag = 0; in curve_calc_modifiers_post() local
996 apply_flag |= MOD_APPLY_RENDER; in curve_calc_modifiers_post()
1004 depsgraph, ob, editmode ? apply_flag | MOD_APPLY_USECACHE : apply_flag}; in curve_calc_modifiers_post()
1006 depsgraph, ob, useCache ? apply_flag | MOD_APPLY_USECACHE : apply_flag}; in curve_calc_modifiers_post()
H A Dpointcloud.c317 ModifierApplyFlag apply_flag = use_render ? MOD_APPLY_RENDER : MOD_APPLY_USECACHE; in pointcloud_evaluate_modifiers() local
318 const ModifierEvalContext mectx = {depsgraph, object, apply_flag}; in pointcloud_evaluate_modifiers()
H A Dhair.c338 ModifierApplyFlag apply_flag = use_render ? MOD_APPLY_RENDER : MOD_APPLY_USECACHE; in hair_evaluate_modifiers() local
339 const ModifierEvalContext mectx = {depsgraph, object, apply_flag}; in hair_evaluate_modifiers()
H A Dvolume.cc979 ModifierApplyFlag apply_flag = use_render ? MOD_APPLY_RENDER : MOD_APPLY_USECACHE; in volume_evaluate_modifiers() local
980 const ModifierEvalContext mectx = {depsgraph, object, apply_flag}; in volume_evaluate_modifiers()
/dports/multimedia/mpv/mpv-0.34.1/input/
H A Dcmd.c60 static bool apply_flag(struct mp_cmd *cmd, bstr str) in apply_flag() function
211 if (!apply_flag(cmd, bstr0(args->values[cur].u.string))) in cmd_node_array()
263 if (!apply_flag(cmd, bstr0(flags->values[i].u.string))) in cmd_node_map()
395 if (!apply_flag(cmd, cur_token)) in parse_cmd_str()
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A Dproperties.py508 apply_flag = False
513 apply_flag = True
515 apply_flag = True
518 apply_flag = True
520 if apply_flag:
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_zign.c657 static void apply_flag(RCore *core, RSignItem *it, ut64 addr, int size, int count, const char *pref… in apply_flag() function
695 apply_flag (ctx->core, it, addr, kw->keyword_length, kw->count, ctx->prefix, ctx->rad); in searchHitCB()
711 apply_flag (ctx->core, it, fcn->addr, sz, ctx->count, prefix, ctx->rad); in fcnMatchCB()
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dm_option.c829 static int apply_flag(const struct m_option *opt, int *val, bstr flag) in apply_flag() function
868 int r = apply_flag(opt, &value, flag); in parse_flags()
898 if (apply_flag(opt, &value, bstr0(srclist->values[n].u.string)) < 0) in flags_set()
/dports/security/snort/snort-2.9.18/src/
H A Dparser.c2370 int apply_flag = 0; in ParseRateFilter() local
2504 if ( apply_flag++ ) in ParseRateFilter()
2521 || (timeout_flag != 1) || (apply_flag > 1) ) in ParseRateFilter()