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

/dovecot/src/plugins/acl/
H A Dacl-api.c10 #include "acl-global-file.h"
11 #include "acl-cache.h"
12 #include "acl-api-private.h"
197 pool = pool_alloconly_create("acl object list", 512);
575 acl_right_names_parse(pool_t pool, const char *acl, const char **error_r) argument
582 while (*acl == ' ' || *acl == '\t')
583 acl++;
586 while (*acl != '\0' && *acl !
[all...]

Completed in 19 milliseconds