Searched refs:new_dacl_size (Results 1 – 1 of 1) sorted by relevance
836 WORD new_dacl_size; in grant_process_token_dacl_permissions() local918 …new_dacl_size = old_dacl->AclSize + sizeof(ACCESS_ALLOWED_ACE) + GetLengthSid(owner->Owner) - size… in grant_process_token_dacl_permissions()919 new_dacl = (PACL)LocalAlloc(LPTR, new_dacl_size); in grant_process_token_dacl_permissions()934 if (!InitializeAcl(new_dacl, new_dacl_size, old_dacl->AclRevision) || in grant_process_token_dacl_permissions()