Lines Matching defs:pright
78 struct acl_global_parse_rights *pright;
106 pright = array_append_space(&ctx->parse_rights);
107 pright->vpattern = p_strdup(ctx->file->rights_pool, vpattern);
109 &pright->rights, error_r) < 0)
111 pright->rights.global = TRUE;
118 struct acl_global_parse_rights *pright;
169 array_foreach_modifiable(&ctx.parse_rights, pright) {
171 strcmp(prev_vpattern, pright->vpattern) != 0) {
173 right->vpattern = pright->vpattern;
176 array_append(&right->rights, &pright->rights, 1);