Lines Matching refs:rights
87 rights; member
112 rights; member
232 policy_info->rights=p->rights; in AcquirePolicyCache()
596 const PolicyRights rights,const char *pattern) in IsRightsAuthorized() argument
614 CommandOptionToMnemonic(MagickPolicyRightsOptions,rights),pattern); in IsRightsAuthorized()
629 if ((rights & ReadPolicyRights) != 0) in IsRightsAuthorized()
630 authorized=(p->rights & ReadPolicyRights) != 0 ? MagickTrue : in IsRightsAuthorized()
632 if ((rights & WritePolicyRights) != 0) in IsRightsAuthorized()
633 authorized=(p->rights & WritePolicyRights) != 0 ? MagickTrue : in IsRightsAuthorized()
635 if ((rights & ExecutePolicyRights) != 0) in IsRightsAuthorized()
636 authorized=(p->rights & ExecutePolicyRights) != 0 ? MagickTrue : in IsRightsAuthorized()
718 if (policy_info[i]->rights == NoPolicyRights) in ListPolicyInfo()
720 if ((policy_info[i]->rights & ReadPolicyRights) != 0) in ListPolicyInfo()
722 if ((policy_info[i]->rights & WritePolicyRights) != 0) in ListPolicyInfo()
724 if ((policy_info[i]->rights & ExecutePolicyRights) != 0) in ListPolicyInfo()
936 policy_info->rights=(PolicyRights) ParseCommandOption( in LoadPolicyCache()