Home
last modified time | relevance | path

Searched refs:act_head (Results 1 – 16 of 16) sorted by relevance

/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dctl_mboxlist.c118 static struct mb_node *act_head = NULL, **act_tail = &act_head; variable
210 if (act_head && !strcmp(mbentry->name, act_head->mailbox)) { in dump_cb()
233 } else if (act_head->acl) { in dump_cb()
235 !strcmp(realpart, act_head->location) && in dump_cb()
236 !strcmp(mbentry->acl, act_head->acl) in dump_cb()
247 if (act_head->acl) free(act_head->acl); in dump_cb()
248 tmp = act_head; in dump_cb()
249 act_head = act_head->next; in dump_cb()
272 if ( act_head ) { in dump_cb()
274 act_head->mailbox, act_head->location, act_head->acl ); in dump_cb()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dctl_mboxlist.c118 static struct mb_node *act_head = NULL, **act_tail = &act_head; variable
210 if (act_head && !strcmp(mbentry->name, act_head->mailbox)) { in dump_cb()
233 } else if (act_head->acl) { in dump_cb()
235 !strcmp(realpart, act_head->location) && in dump_cb()
236 !strcmp(mbentry->acl, act_head->acl) in dump_cb()
247 if (act_head->acl) free(act_head->acl); in dump_cb()
248 tmp = act_head; in dump_cb()
249 act_head = act_head->next; in dump_cb()
272 if ( act_head ) { in dump_cb()
274 act_head->mailbox, act_head->location, act_head->acl ); in dump_cb()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dctl_mboxlist.c117 static struct mb_node *act_head = NULL, **act_tail = &act_head; variable
209 if (act_head && !strcmp(mbentry->name, act_head->mailbox)) { in dump_cb()
232 } else if (act_head->acl) { in dump_cb()
234 !strcmp(realpart, act_head->location) && in dump_cb()
235 !strcmp(mbentry->acl, act_head->acl) in dump_cb()
246 if (act_head->acl) free(act_head->acl); in dump_cb()
247 tmp = act_head; in dump_cb()
248 act_head = act_head->next; in dump_cb()
271 if ( act_head ) { in dump_cb()
273 act_head->mailbox, act_head->location, act_head->acl ); in dump_cb()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dtarget_replace.c263 static int tr_action_invoke(tr_action_t *act_head, /* {{{ */ in tr_action_invoke() argument
270 if (act_head == NULL) in tr_action_invoke()
277 for (tr_action_t *act = act_head; act != NULL; act = act->next) { in tr_action_invoke()
322 tr_meta_data_action_t *act_head, in tr_meta_data_action_invoke() argument
327 if (act_head == NULL) in tr_meta_data_action_invoke()
333 for (tr_meta_data_action_t *act = act_head; act != NULL; act = act->next) { in tr_meta_data_action_invoke()
/dports/textproc/wiggle/wiggle-1.3/tests/linux/inode-fullpatch/
H A Ddiff1175 - struct list_head *act_head;
1183 - list_for_each(act_head, &inode_in_use) {
1184 - inode = list_entry(act_head, struct inode, i_list);
1188 - list_for_each(act_head, &inode_unused) {
1189 - inode = list_entry(act_head, struct inode, i_list);
1193 - list_for_each(act_head, &sb->s_dirty) {
1194 - inode = list_entry(act_head, struct inode, i_list);
1198 - list_for_each(act_head, &sb->s_io) {
1199 - inode = list_entry(act_head, struct inode, i_list);
H A Dmerge1189 struct list_head *act_head;
1197 list_for_each(act_head, &inode_in_use) {
1198 inode = list_entry(act_head, struct inode, i_list);
1202 list_for_each(act_head, &inode_unused) {
1203 inode = list_entry(act_head, struct inode, i_list);
1207 list_for_each(act_head, &sb->s_dirty) {
1208 inode = list_entry(act_head, struct inode, i_list);
1212 list_for_each(act_head, &sb->s_io) {
1213 inode = list_entry(act_head, struct inode, i_list);
H A Dorig1169 struct list_head *act_head;
1177 list_for_each(act_head, &inode_in_use) {
1178 inode = list_entry(act_head, struct inode, i_list);
1182 list_for_each(act_head, &inode_unused) {
1183 inode = list_entry(act_head, struct inode, i_list);
1187 list_for_each(act_head, &sb->s_dirty) {
1188 inode = list_entry(act_head, struct inode, i_list);
1192 list_for_each(act_head, &sb->s_io) {
1193 inode = list_entry(act_head, struct inode, i_list);
H A Dwmerge1183 struct list_head *act_head;
1191 list_for_each(act_head, &inode_in_use) {
1192 inode = list_entry(act_head, struct inode, i_list);
1196 list_for_each(act_head, &inode_unused) {
1197 inode = list_entry(act_head, struct inode, i_list);
1201 list_for_each(act_head, &sb->s_dirty) {
1202 inode = list_entry(act_head, struct inode, i_list);
1206 list_for_each(act_head, &sb->s_io) {
1207 inode = list_entry(act_head, struct inode, i_list);
/dports/textproc/wiggle/wiggle-1.3/tests/linux/inode-justrej/
H A Dmerge1189 struct list_head *act_head;
1197 list_for_each(act_head, &inode_in_use) {
1198 inode = list_entry(act_head, struct inode, i_list);
1202 list_for_each(act_head, &inode_unused) {
1203 inode = list_entry(act_head, struct inode, i_list);
1207 list_for_each(act_head, &sb->s_dirty) {
1208 inode = list_entry(act_head, struct inode, i_list);
1212 list_for_each(act_head, &sb->s_io) {
1213 inode = list_entry(act_head, struct inode, i_list);
H A Dwmerge1183 struct list_head *act_head;
1191 list_for_each(act_head, &inode_in_use) {
1192 inode = list_entry(act_head, struct inode, i_list);
1196 list_for_each(act_head, &inode_unused) {
1197 inode = list_entry(act_head, struct inode, i_list);
1201 list_for_each(act_head, &sb->s_dirty) {
1202 inode = list_entry(act_head, struct inode, i_list);
1206 list_for_each(act_head, &sb->s_io) {
1207 inode = list_entry(act_head, struct inode, i_list);
H A Dlmerge1189 struct list_head *act_head;
1197 list_for_each(act_head, &inode_in_use) {
1198 inode = list_entry(act_head, struct inode, i_list);
1202 list_for_each(act_head, &inode_unused) {
1203 inode = list_entry(act_head, struct inode, i_list);
1207 list_for_each(act_head, &sb->s_dirty) {
1208 inode = list_entry(act_head, struct inode, i_list);
1212 list_for_each(act_head, &sb->s_io) {
1213 inode = list_entry(act_head, struct inode, i_list);
H A Dorig1184 struct list_head *act_head;
1192 list_for_each(act_head, &inode_in_use) {
1193 inode = list_entry(act_head, struct inode, i_list);
1197 list_for_each(act_head, &inode_unused) {
1198 inode = list_entry(act_head, struct inode, i_list);
1202 list_for_each(act_head, &sb->s_dirty) {
1203 inode = list_entry(act_head, struct inode, i_list);
1207 list_for_each(act_head, &sb->s_io) {
1208 inode = list_entry(act_head, struct inode, i_list);
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/quota/
H A Ddquot.c1042 struct list_head *act_head; in put_dquot_list() local
1045 act_head = tofree_head->next; in put_dquot_list()
1046 while (act_head != tofree_head) { in put_dquot_list()
1047 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()
1048 act_head = act_head->next; in put_dquot_list()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/quota/
H A Ddquot.c1042 struct list_head *act_head; in put_dquot_list() local
1045 act_head = tofree_head->next; in put_dquot_list()
1046 while (act_head != tofree_head) { in put_dquot_list()
1047 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()
1048 act_head = act_head->next; in put_dquot_list()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/quota/
H A Ddquot.c1042 struct list_head *act_head; in put_dquot_list() local
1045 act_head = tofree_head->next; in put_dquot_list()
1046 while (act_head != tofree_head) { in put_dquot_list()
1047 dquot = list_entry(act_head, struct dquot, dq_free); in put_dquot_list()
1048 act_head = act_head->next; in put_dquot_list()
/dports/sysutils/pies/pies-1.5/
H A DChangeLog1494 Remove act_head, act_tail, act_temp.