pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Data Structures | Functions
xml_idref_internal.h File Reference
#include <glib.h>
#include <libxml/tree.h>
Include dependency graph for xml_idref_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pcmk__idref_t
 

Functions

void pcmk__add_idref (GHashTable *table, const char *id, const char *referrer)
 
void pcmk__free_idref (gpointer data)
 
xmlNode * pcmk__xe_resolve_idref (xmlNode *xml, xmlNode *search)
 

Function Documentation

◆ pcmk__add_idref()

void pcmk__add_idref ( GHashTable *  table,
const char *  id,
const char *  referrer 
)

Definition at line 32 of file xml_idref.c.

◆ pcmk__free_idref()

void pcmk__free_idref ( gpointer  data)

Definition at line 61 of file xml_idref.c.

◆ pcmk__xe_resolve_idref()

xmlNode* pcmk__xe_resolve_idref ( xmlNode *  xml,
xmlNode *  search 
)

Definition at line 85 of file xml_idref.c.