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

/dovecot/src/plugins/acl/
H A Dacl-api.c752 const struct acl_rights *rights, *prev_match = NULL; local
792 if (prev_match == NULL ||
793 prev_match->id_type != rights[i].id_type ||
794 prev_match->global != rights[i].global) {
803 prev_match = &rights[i];

Completed in 477 milliseconds