Searched defs:empty (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib/ |
H A D | test-llist.c | 14 struct dllist empty = { NULL, NULL }; local 52 DLLIST_REMOVE(&head, &empty); 67 struct dllist empty = { NULL, NULL }; local 75 /* prepend to empty */ 83 /* append to empty */ 121 DLLIST2_REMOVE(&head, &tail, &empty);
|
H A D | restrict-access.c | 177 const char *const *tmp, *empty = NULL; local 186 tmp = set->extra_groups == NULL ? &empty : 205 /* Some OSes don't like an empty groups list,
|
H A D | var-expand-if.c | 235 const char *empty = ""; local 236 array_append(¶ms, &empty, 1);
|
/dovecot/src/plugins/acl/ |
H A D | acl-api-private.h | 68 bool empty:1; member in struct:acl_mailbox_list_context 88 bool empty:1; member in struct:acl_object_list_iter
|
/dovecot/src/lib-index/ |
H A D | mail-cache.c | 58 uint32_t empty = 0; local 69 mail_index_update_ext(t, seq, cache->ext_id, &empty, NULL);
|
/dovecot/src/plugins/quota/ |
H A D | quota-fs.c | 207 struct fs_quota_root *empty = NULL; local 215 empty = root; 221 return empty;
|
Completed in 29 milliseconds