![]() |
pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <stdio.h>#include <sys/types.h>#include <unistd.h>#include <time.h>#include <string.h>#include <stdlib.h>#include <stdarg.h>#include <bzlib.h>#include <libxml/parser.h>#include <libxml/tree.h>#include <libxml/xmlIO.h>#include <crm/crm.h>#include <crm/common/xml.h>#include <crm/common/xml_internal.h>#include "crmcommon_private.h"
Go to the source code of this file.
Functions | |
| int | pcmk__xa_remove (xmlAttr *attr, bool force) |
| void | pcmk__mark_xml_attr_dirty (xmlAttr *a) |
| bool | pcmk__marked_as_deleted (xmlAttrPtr a, void *user_data) |
| void | pcmk__dump_xml_attr (const xmlAttr *attr, GString *buffer) |
| void pcmk__dump_xml_attr | ( | const xmlAttr * | attr, |
| GString * | buffer | ||
| ) |
Definition at line 106 of file xml_attr.c.
| void pcmk__mark_xml_attr_dirty | ( | xmlAttr * | a | ) |
Definition at line 75 of file xml_attr.c.
| bool pcmk__marked_as_deleted | ( | xmlAttrPtr | a, |
| void * | user_data | ||
| ) |
Definition at line 87 of file xml_attr.c.
| int pcmk__xa_remove | ( | xmlAttr * | attr, |
| bool | force | ||
| ) |
Definition at line 45 of file xml_attr.c.
1.8.14