Searched refs:acllist (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-backend-vfile-acllist.c32 pool_alloconly_create("vfile acllist",
34 i_array_init(&backend->acllist, I_MAX(16, file_size / 60));
37 array_clear(&backend->acllist);
91 struct acl_backend_vfile_acllist acllist; local
100 /* we're never going to build acllist for this namespace. */
137 acllist.mtime = 0;
139 acllist.mtime = acllist.mtime * 10 + (*p - '0');
142 i_error("Broken acllist file: %s", path);
147 acllist
181 struct acl_backend_vfile_acllist acllist; local
347 const struct acl_backend_vfile_acllist *acllist; local
359 const struct acl_backend_vfile_acllist *acllist; local
392 const struct acl_backend_vfile_acllist *acllist; local
[all...]
H A Dacl-backend-vfile.h43 ARRAY(struct acl_backend_vfile_acllist) acllist; member in struct:acl_backend_vfile
H A Dacl-backend-vfile.c94 array_free(&backend->acllist);

Completed in 12 milliseconds