element_name       19 include/crm/common/cib.h const char *pcmk_cib_xpath_for(const char *element_name);
element_name       20 include/crm/common/cib.h const char *pcmk_cib_parent_name_for(const char *element_name);
element_name       21 include/crm/common/cib.h xmlNode *pcmk_find_cib_element(xmlNode *cib, const char *element_name);
element_name      828 include/crm/common/output_internal.h pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id,
element_name       97 include/crm/common/xml.h xmlNode *pcmk_create_html_node(xmlNode * parent, const char *element_name, const char *id,
element_name      110 lib/common/cib.c pcmk_cib_xpath_for(const char *element_name)
element_name      114 lib/common/cib.c         if (pcmk__str_eq(element_name, cib_sections[lpc].name,
element_name      131 lib/common/cib.c pcmk_cib_parent_name_for(const char *element_name)
element_name      135 lib/common/cib.c         if (pcmk__str_eq(element_name, cib_sections[lpc].name,
element_name      153 lib/common/cib.c pcmk_find_cib_element(xmlNode *cib, const char *element_name)
element_name      155 lib/common/cib.c     return get_xpath_object(pcmk_cib_xpath_for(element_name), cib, LOG_TRACE);
element_name      424 lib/common/output_html.c pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id,
element_name      430 lib/common/output_html.c     node = pcmk__output_create_xml_text_node(out, element_name, text);
element_name      733 lib/common/xml.c pcmk_create_html_node(xmlNode * parent, const char *element_name, const char *id,
element_name      736 lib/common/xml.c     xmlNode *node = pcmk_create_xml_text_node(parent, element_name, text);