Home
last modified time | relevance | path

Searched refs:group_entry (Results 1 – 25 of 129) sorted by relevance

123456

/dports/news/inn-current/inn-2.7-20211226/storage/tradindexed/
H A Dtdx-private.h84 struct group_entry *tdx_index_entry(struct group_index *, const char *group);
87 void tdx_index_print(const char *name, const struct group_entry *, FILE *);
107 struct group_entry *);
110 bool tdx_data_add(struct group_index *, struct group_entry *,
115 bool tdx_index_rebuild_start(struct group_index *, struct group_entry *);
116 bool tdx_index_rebuild_finish(struct group_index *, struct group_entry *,
117 struct group_entry *new);
163 struct group_entry *, struct history *);
169 void tdx_data_audit(const char *group, struct group_entry *, bool fix);
H A Dtdx-group.c111 struct group_entry *entries;
610 struct group_entry *
614 struct group_entry *entry; in tdx_index_entry()
638 struct group_entry *entry; in tdx_index_add()
697 struct group_entry *entry; in tdx_index_delete()
925 struct group_entry *entry; in tdx_expire()
926 struct group_entry new_entry; in tdx_expire()
1132 struct group_entry *entry; in tdx_index_dump()
1232 struct group_entry *entry; in index_audit_header()
1378 struct group_entry *entry; in index_audit_active()
[all …]
/dports/news/inn/inn-2.6.4/storage/tradindexed/
H A Dtdx-private.h85 struct group_entry *tdx_index_entry(struct group_index *, const char *group);
88 void tdx_index_print(const char *name, const struct group_entry *, FILE *);
108 struct group_entry *);
111 bool tdx_data_add(struct group_index *, struct group_entry *,
116 bool tdx_index_rebuild_start(struct group_index *, struct group_entry *);
117 bool tdx_index_rebuild_finish(struct group_index *, struct group_entry *,
118 struct group_entry *new);
164 struct group_entry *, struct history *);
170 void tdx_data_audit(const char *group, struct group_entry *, bool fix);
H A Dtdx-group.c112 struct group_entry *entries;
610 struct group_entry *
614 struct group_entry *entry; in tdx_index_entry()
638 struct group_entry *entry; in tdx_index_add()
697 struct group_entry *entry; in tdx_index_delete()
925 struct group_entry *entry; in tdx_expire()
926 struct group_entry new_entry; in tdx_expire()
1133 struct group_entry *entry; in tdx_index_dump()
1233 struct group_entry *entry; in index_audit_header()
1377 struct group_entry *entry; in index_audit_active()
[all …]
H A Dtradindexed.c45 struct group_entry *entry) in data_cache_open()
66 struct group_entry *entry) in data_cache_reopen()
120 const struct group_entry *entry; in tradindexed_groupstats()
180 struct group_entry *entry; in tradindexed_add()
219 struct group_entry *entry; in tradindexed_cancel()
248 struct group_entry *entry; in tradindexed_opensearch()
318 struct group_entry *entry; in tradindexed_getartinfo()
/dports/sysutils/shlock/inn-2.6.4/storage/tradindexed/
H A Dtdx-private.h85 struct group_entry *tdx_index_entry(struct group_index *, const char *group);
88 void tdx_index_print(const char *name, const struct group_entry *, FILE *);
108 struct group_entry *);
111 bool tdx_data_add(struct group_index *, struct group_entry *,
116 bool tdx_index_rebuild_start(struct group_index *, struct group_entry *);
117 bool tdx_index_rebuild_finish(struct group_index *, struct group_entry *,
118 struct group_entry *new);
164 struct group_entry *, struct history *);
170 void tdx_data_audit(const char *group, struct group_entry *, bool fix);
H A Dtdx-group.c112 struct group_entry *entries;
610 struct group_entry *
614 struct group_entry *entry; in tdx_index_entry()
638 struct group_entry *entry; in tdx_index_add()
697 struct group_entry *entry; in tdx_index_delete()
925 struct group_entry *entry; in tdx_expire()
926 struct group_entry new_entry; in tdx_expire()
1133 struct group_entry *entry; in tdx_index_dump()
1233 struct group_entry *entry; in index_audit_header()
1377 struct group_entry *entry; in index_audit_active()
[all …]
/dports/net/p5-Samba-LDAP/Samba-LDAP-0.05/scripts/
H A Dsmbldap-groupmod57 my $group_entry;
61 if (! ($group_entry = read_group_entry($groupName))) {
116 my $group_entry=read_group_entry($groupName);
117 $config{groupsdn}=$group_entry->dn;
143 my $group_entry=read_group_entry($groupName);
144 $config{groupsdn}=$group_entry->dn;
147 if (defined $group_entry->get_value('sambaSID')) {
148 if ($group_entry->get_value('sambaSID') eq $user_entry->get_value('sambaPrimaryGroupSID')) {
206 if (! defined($group_entry->get_value('sambaGroupType'))) {
211 my @oc = $group_entry->get_value('objectClass');
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_union_multi.c250 struct isl_hash_table_entry *group_entry; in FN() local
260 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
261 return group_entry; in FN()
262 if (reserve && !group_entry->data) { in FN()
265 group_entry->data = group; in FN()
267 group = group_entry->data; in FN()
291 struct isl_hash_table_entry *group_entry; in FN() local
303 if (!group_entry) in FN()
308 group = group_entry->data; in FN()
389 if (!group_entry) in FN()
[all …]
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/isl/isl-0.24/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_union_multi.c250 struct isl_hash_table_entry *group_entry; in FN() local
260 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
261 return group_entry; in FN()
262 if (reserve && !group_entry->data) { in FN()
265 group_entry->data = group; in FN()
267 group = group_entry->data; in FN()
291 struct isl_hash_table_entry *group_entry; in FN() local
303 if (!group_entry) in FN()
308 group = group_entry->data; in FN()
389 if (!group_entry) in FN()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_union_multi.c253 struct isl_hash_table_entry *group_entry; in FN() local
263 if (!group_entry || group_entry == isl_hash_table_entry_none) in FN()
264 return group_entry; in FN()
265 if (reserve && !group_entry->data) { in FN()
268 group_entry->data = group; in FN()
270 group = group_entry->data; in FN()
294 struct isl_hash_table_entry *group_entry; in FN() local
306 if (!group_entry) in FN()
311 group = group_entry->data; in FN()
392 if (!group_entry) in FN()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_union_multi.c259 if (!group_entry) in FN()
261 if (reserve && !group_entry->data) { in FN()
264 group_entry->data = group; in FN()
266 group = group_entry->data; in FN()
292 struct isl_hash_table_entry *group_entry; in FN() local
303 if (!group_entry) in FN()
306 group = group_entry->data; in FN()
313 isl_hash_table_remove(ctx, &u->table, group_entry); in FN()
376 struct isl_hash_table_entry *group_entry; in FN() local
385 if (!group_entry) in FN()
[all …]
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dgroup_rights.c6 } group_entry; typedef
25 group_entry *entry = memory_allocator_new(sizeof(group_entry)); in XSLTDefineGroupRights()
54 group_entry *entry = (group_entry *) dict_find(rights->groups, group_string); in XSLTSetUserContext()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/peer/
H A Dchoke_status.h44 class group_entry; variable
56 group_entry* entry() const { return m_group_entry; } in entry()
57 void set_entry(group_entry* grp_ent) { m_group_entry = grp_ent; } in set_entry()
74 group_entry* m_group_entry;
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/download/
H A Dgroup_entry.h62 class group_entry {
68 group_entry() : m_max_slots(unlimited), m_min_slots(0) {} in group_entry() function
105 inline void group_entry::connection_unchoked(PeerConnectionBase* pcb) { in connection_unchoked()
114 inline void group_entry::connection_queued(PeerConnectionBase* pcb) { in connection_queued()
124 group_entry::connection_choked(PeerConnectionBase* pcb) { in connection_choked()
135 group_entry::connection_unqueued(PeerConnectionBase* pcb) { in connection_unqueued()
/dports/net/samba412/samba-4.12.15/testsuite/nsswitch/
H A Dgroupmem_dom.exp11 set group_entry [split $group ":"]
13 set group_name [lindex $group_entry 0]
14 set group_members [split [lindex $group_entry 3] ","]
/dports/net/netatalk3/netatalk-3.1.12/libatalk/acl/
H A Dunix.c300 acl_entry_t group_entry; in posix_chmod() local
341 group_entry = entry; in posix_chmod()
360 ret = acl_get_permset(group_entry, &permset); in posix_chmod()
385 ret = acl_set_permset(group_entry, permset); in posix_chmod()
417 acl_entry_t group_entry; in posix_fchmod() local
447 group_entry = entry; in posix_fchmod()
466 ret = acl_get_permset(group_entry, &permset); in posix_fchmod()
491 ret = acl_set_permset(group_entry, permset); in posix_fchmod()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/dialogs/
H A Dadd_tracks_to_group_dialog.c95 GtkWidget * group_entry = gtk_entry_new (); in G_DEFINE_TYPE() local
99 GTK_ENTRY (group_entry), track_name); in G_DEFINE_TYPE()
107 GTK_GRID (grid), group_entry, 1, 0, 1, 1); in G_DEFINE_TYPE()
116 gtk_entry_get_text (GTK_ENTRY (group_entry))); in G_DEFINE_TYPE()

123456