pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
xml_attr.c File Reference
#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"
Include dependency graph for xml_attr.c:

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)
 

Function Documentation

◆ pcmk__dump_xml_attr()

void pcmk__dump_xml_attr ( const xmlAttr * attr,
GString * buffer )

Definition at line 108 of file xml_attr.c.

◆ pcmk__mark_xml_attr_dirty()

void pcmk__mark_xml_attr_dirty ( xmlAttr * a)

Definition at line 77 of file xml_attr.c.

◆ pcmk__marked_as_deleted()

bool pcmk__marked_as_deleted ( xmlAttrPtr a,
void * user_data )

Definition at line 89 of file xml_attr.c.

◆ pcmk__xa_remove()

int pcmk__xa_remove ( xmlAttr * attr,
bool force )

Definition at line 45 of file xml_attr.c.