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

/dovecot/src/plugins/imap-acl/
H A Dimap-acl-plugin.c26 struct imap_acl_letter_map { struct
31 static const struct imap_acl_letter_map imap_acl_letter_map[] = { variable in typeref:struct:imap_acl_letter_map
92 static const struct imap_acl_letter_map *
97 for (i = 0; imap_acl_letter_map[i].name != NULL; i++) {
98 if (strcmp(imap_acl_letter_map[i].name, name) == 0)
99 return &imap_acl_letter_map[i];
107 const struct imap_acl_letter_map *map;
400 for (i = 0; imap_acl_letter_map[i].name != NULL; i++) {
401 if (imap_acl_letter_map[
[all...]

Completed in 1194 milliseconds