Searched defs:empty (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/lib/
H A Dtest-llist.c14 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 Drestrict-access.c177 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 Dvar-expand-if.c235 const char *empty = ""; local
236 array_append(&params, &empty, 1);
/dovecot/src/plugins/acl/
H A Dacl-api-private.h68 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 Dmail-cache.c58 uint32_t empty = 0; local
69 mail_index_update_ext(t, seq, cache->ext_id, &empty, NULL);
/dovecot/src/plugins/quota/
H A Dquota-fs.c207 struct fs_quota_root *empty = NULL; local
215 empty = root;
221 return empty;

Completed in 29 milliseconds