properties        298 include/crm/common/xml_internal.h     return (xe == NULL)? NULL : xe->properties;
properties        378 lib/common/acl.c     xIter = xml->properties;
properties        509 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
properties        136 lib/pacemaker/pcmk_acl.c             if (i_node->properties != NULL) {
properties        140 lib/pacemaker/pcmk_acl.c                 ret |= pcmk__acl_annotate_permissions_recursive((xmlNodePtr) i_node->properties);
properties        901 lib/pengine/unpack.c     for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) {
properties       1140 lib/pengine/utils.c         for (xIter = xml_obj->properties; xIter; xIter = xIter->next) {