obj               190 include/crm/common/xml.h void xml_remove_prop(xmlNode * obj, const char *name);
obj               176 lib/ais/utils.h #  define ais_free(obj) do {			\
obj               177 lib/ais/utils.h 	if(obj) {				\
obj               178 lib/ais/utils.h 	    free(obj);				\
obj               179 lib/ais/utils.h 	    obj = NULL;				\
obj              3881 lib/common/xml.c xml_remove_prop(xmlNode * obj, const char *name)
obj              3883 lib/common/xml.c     if(__xml_acl_check(obj, NULL, xpf_acl_write) == FALSE) {
obj              3884 lib/common/xml.c         crm_trace("Cannot remove %s from %s", name, obj->name);
obj              3886 lib/common/xml.c     } else if(TRACKING_CHANGES(obj)) {
obj              3889 lib/common/xml.c         xmlAttr *attr = xmlHasProp(obj, (const xmlChar *)name);
obj              3892 lib/common/xml.c         set_parent_flag(obj, xpf_dirty);
obj              3897 lib/common/xml.c         xmlUnsetProp(obj, (const xmlChar *)name);
obj               390 lib/services/dbus.c                        const char *obj, const gchar * iface, const char *name,
obj               401 lib/services/dbus.c                                        obj, // object to call on
obj               418 lib/services/dbus.c     query_data->object = strdup(obj);
obj                38 lib/services/pcmk-dbus.h     DBusConnection *connection, const char *target, const char *obj, const gchar * iface, const char *name,
obj               480 tools/cibadmin.c                 xmlNode *obj = NULL;
obj               483 tools/cibadmin.c                 rc = the_cib->cmds->query(the_cib, NULL, &obj, command_options);
obj               485 tools/cibadmin.c                     update_validation(&obj, &version, 0, TRUE, FALSE);