element 170 include/crm/cib/internal.h bool cib__element_in_patchset(const xmlNode *patchset, const char *element); element 17 include/crm/common/cib_internal.h const char *pcmk__cib_abs_xpath_for(const char *element); element 78 include/crm/common/nvpair.h crm_copy_xml_element(const xmlNode *obj1, xmlNode *obj2, const char *element) element 80 include/crm/common/nvpair.h const char *value = crm_element_value(obj1, element); element 82 include/crm/common/nvpair.h crm_xml_add(obj2, element, value); element 221 include/crm/common/xml_internal.h void pcmk__xe_remove_attr(xmlNode *element, const char *name); element 223 include/crm/common/xml_internal.h void pcmk__xe_remove_matching_attrs(xmlNode *element, element 120 lib/cib/cib_utils.c element_in_patchset_v1(const xmlNode *patchset, const char *element) element 123 lib/cib/cib_utils.c pcmk__s(element, PCMK_XE_CIB)); element 147 lib/cib/cib_utils.c element_in_patchset_v2(const xmlNode *patchset, const char *element) element 149 lib/cib/cib_utils.c const char *element_xpath = pcmk__cib_abs_xpath_for(element); element 150 lib/cib/cib_utils.c const char *parent_xpath = pcmk_cib_parent_name_for(element); element 175 lib/cib/cib_utils.c element)) { element 199 lib/cib/cib_utils.c cib__element_in_patchset(const xmlNode *patchset, const char *element) element 208 lib/cib/cib_utils.c return element_in_patchset_v1(patchset, element); element 211 lib/cib/cib_utils.c return element_in_patchset_v2(patchset, element); element 133 lib/common/cib.c pcmk__cib_abs_xpath_for(const char *element) element 135 lib/common/cib.c const char *xpath = pcmk_cib_xpath_for(element); element 702 lib/common/xml.c pcmk__xe_remove_attr(xmlNode *element, const char *name) element 705 lib/common/xml.c pcmk__xa_remove(xmlHasProp(element, (pcmkXmlStr) name), false); element 742 lib/common/xml.c pcmk__xe_remove_matching_attrs(xmlNode *element, element 748 lib/common/xml.c for (xmlAttrPtr a = pcmk__xe_first_attr(element); a != NULL; a = next) { element 1328 lib/common/xml.c mark_attr_deleted(xmlNode *new_xml, const char *element, const char *attr_name, element 1351 lib/common/xml.c attr_name, old_value, element); element 1359 lib/common/xml.c mark_attr_changed(xmlNode *new_xml, const char *element, const char *attr_name, element 1366 lib/common/xml.c attr_name, old_value, vcopy, element); element 1390 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr, element 1396 lib/common/xml.c old_attr->name, p_old, p_new, element); element 47 lib/common/xml_attr.c xmlNode *element = NULL; element 53 lib/common/xml_attr.c element = attr->parent; element 55 lib/common/xml_attr.c if (!force && !pcmk__check_acl(element, NULL, pcmk__xf_acl_write)) { element 58 lib/common/xml_attr.c (const char *) element->name); element 62 lib/common/xml_attr.c if (!force && pcmk__tracking_xml_changes(element, false)) { element 64 lib/common/xml_attr.c pcmk__xml_set_parent_flags(element, pcmk__xf_dirty); element 75 maint/gnulib/lib/clean-temp-private.h extern _GL_ASYNC_SAFE int clean_temp_asyncsafe_close (struct closeable_fd *element); element 154 maint/gnulib/lib/clean-temp-simple.c clean_temp_asyncsafe_close (struct closeable_fd *element) element 160 maint/gnulib/lib/clean-temp-simple.c asyncsafe_spin_lock (&element->lock, fatal_signal_set, &saved_mask); element 161 maint/gnulib/lib/clean-temp-simple.c if (!element->closed) element 163 maint/gnulib/lib/clean-temp-simple.c ret = close (element->fd); element 165 maint/gnulib/lib/clean-temp-simple.c element->closed = true; element 172 maint/gnulib/lib/clean-temp-simple.c asyncsafe_spin_unlock (&element->lock, &saved_mask); element 173 maint/gnulib/lib/clean-temp-simple.c element->done = true; element 198 maint/gnulib/lib/clean-temp-simple.c const void *element; element 201 maint/gnulib/lib/clean-temp-simple.c while (gl_list_iterator_next (&iter, &element, NULL)) element 203 maint/gnulib/lib/clean-temp-simple.c clean_temp_asyncsafe_close ((struct closeable_fd *) element); element 215 maint/gnulib/lib/clean-temp-simple.c const void *element; element 218 maint/gnulib/lib/clean-temp-simple.c while (gl_list_iterator_next (&iter, &element, NULL)) element 220 maint/gnulib/lib/clean-temp-simple.c const char *file = (const char *) element; element 234 maint/gnulib/lib/clean-temp-simple.c const void *element; element 238 maint/gnulib/lib/clean-temp-simple.c while (gl_list_iterator_next (&iter, &element, NULL)) element 240 maint/gnulib/lib/clean-temp-simple.c const char *file = (const char *) element; element 247 maint/gnulib/lib/clean-temp-simple.c while (gl_list_iterator_next (&iter, &element, NULL)) element 249 maint/gnulib/lib/clean-temp-simple.c const char *subdir = (const char *) element; element 99 maint/gnulib/lib/clean-temp.c asyncsafe_fclose_variant (struct closeable_fd *element, FILE *fp, element 102 maint/gnulib/lib/clean-temp.c if (fileno (fp) != element->fd) element 112 maint/gnulib/lib/clean-temp.c asyncsafe_spin_lock (&element->lock, get_fatal_signal_set (), &saved_mask); element 113 maint/gnulib/lib/clean-temp.c if (!element->closed) element 117 maint/gnulib/lib/clean-temp.c element->closed = true; element 124 maint/gnulib/lib/clean-temp.c asyncsafe_spin_unlock (&element->lock, &saved_mask); element 125 maint/gnulib/lib/clean-temp.c element->done = true; element 415 maint/gnulib/lib/clean-temp.c const void *element; element 421 maint/gnulib/lib/clean-temp.c while (gl_list_iterator_next (&iter, &element, &node)) element 423 maint/gnulib/lib/clean-temp.c char *file = (char *) element; element 435 maint/gnulib/lib/clean-temp.c while (gl_list_iterator_next (&iter, &element, &node)) element 437 maint/gnulib/lib/clean-temp.c char *subdir = (char *) element; element 539 maint/gnulib/lib/clean-temp.c struct closeable_fd *element = XMALLOC (struct closeable_fd); element 540 maint/gnulib/lib/clean-temp.c element->fd = fd; element 541 maint/gnulib/lib/clean-temp.c element->closed = false; element 542 maint/gnulib/lib/clean-temp.c asyncsafe_spin_init (&element->lock); element 543 maint/gnulib/lib/clean-temp.c element->done = false; element 545 maint/gnulib/lib/clean-temp.c gl_list_add_first (descriptors, element); element 712 maint/gnulib/lib/clean-temp.c struct closeable_fd *element = (struct closeable_fd *) elt; element 716 maint/gnulib/lib/clean-temp.c if (element->fd == fd) element 719 maint/gnulib/lib/clean-temp.c result = clean_temp_asyncsafe_close (element); element 723 maint/gnulib/lib/clean-temp.c bool free_this_node = element->done; element 724 maint/gnulib/lib/clean-temp.c struct closeable_fd *element_to_free = element; element 774 maint/gnulib/lib/clean-temp.c struct closeable_fd *element = (struct closeable_fd *) elt; element 778 maint/gnulib/lib/clean-temp.c if (element->fd == fd) element 781 maint/gnulib/lib/clean-temp.c result = asyncsafe_fclose_variant (element, fp, fclose_variant); element 785 maint/gnulib/lib/clean-temp.c bool free_this_node = element->done; element 786 maint/gnulib/lib/clean-temp.c struct closeable_fd *element_to_free = element; element 1524 maint/gnulib/lib/setlocale.c CFTypeRef element = CFArrayGetValueAtIndex (prefArray, 0); element 1525 maint/gnulib/lib/setlocale.c if (element != NULL element 1526 maint/gnulib/lib/setlocale.c && CFGetTypeID (element) == CFStringGetTypeID () element 1527 maint/gnulib/lib/setlocale.c && CFStringGetCString ((CFStringRef)element, element 233 maint/gnulib/lib/ssfmalloc.h struct page_tree_element *element = (struct page_tree_element *) elt; element 235 maint/gnulib/lib/ssfmalloc.h return element->free_space >= (uintptr_t) threshold; element 243 maint/gnulib/lib/ssfmalloc.h struct page_tree_element *element = (struct page_tree_element *) elt; element 245 maint/gnulib/lib/ssfmalloc.h element->free_space = (pg_offset_t) (uintptr_t) action_data; element 709 maint/gnulib/lib/ssfmalloc.h struct page_tree_element *element = (struct page_tree_element *) elt; element 710 maint/gnulib/lib/ssfmalloc.h page = element->page; element 732 maint/gnulib/lib/ssfmalloc.h struct page_tree_element *element = element 734 maint/gnulib/lib/ssfmalloc.h if (unlikely (element == NULL)) element 740 maint/gnulib/lib/ssfmalloc.h element->page = page; element 741 maint/gnulib/lib/ssfmalloc.h element->free_space = ((struct dissected_page_header *) page)->free_space; element 742 maint/gnulib/lib/ssfmalloc.h if (unlikely (gl_oset_nx_add (pool->managed_pages, element) < 0)) element 745 maint/gnulib/lib/ssfmalloc.h free (element); element 749 maint/gnulib/lib/ssfmalloc.h ((struct dissected_page_header *) page)->tree_element = element; element 775 maint/gnulib/lib/ssfmalloc.h struct page_tree_element *element = element 777 maint/gnulib/lib/ssfmalloc.h if (unlikely (element == NULL)) element 784 maint/gnulib/lib/ssfmalloc.h element->page = page; element 785 maint/gnulib/lib/ssfmalloc.h element->free_space = ((struct dissected_page_header *) page)->free_space; element 786 maint/gnulib/lib/ssfmalloc.h if (unlikely (gl_oset_nx_add (pool->managed_pages, element) < 0)) element 789 maint/gnulib/lib/ssfmalloc.h free (element); element 794 maint/gnulib/lib/ssfmalloc.h ((struct dissected_page_header *) page)->tree_element = element; element 826 maint/gnulib/lib/ssfmalloc.h struct page_tree_element *element = pageptr->tree_element; element 827 maint/gnulib/lib/ssfmalloc.h if (!gl_oset_remove (pool->managed_pages, element)) element 830 maint/gnulib/lib/ssfmalloc.h free (element); element 82 maint/gnulib/lib/uninorm/canonical-decomposition.c unsigned int element; element 86 maint/gnulib/lib/uninorm/canonical-decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; element 88 maint/gnulib/lib/uninorm/canonical-decomposition.c if (((element >> 18) & 0x1f) != UC_DECOMP_CANONICAL) element 94 maint/gnulib/lib/uninorm/canonical-decomposition.c *decomposition = element & 0x3ffff; element 96 maint/gnulib/lib/uninorm/canonical-decomposition.c if ((element & (1 << 23)) == 0) element 99 maint/gnulib/lib/uninorm/canonical-decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; element 86 maint/gnulib/lib/uninorm/decomposition.c unsigned int element; element 90 maint/gnulib/lib/uninorm/decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; element 92 maint/gnulib/lib/uninorm/decomposition.c *decomp_tag = (element >> 18) & 0x1f; element 97 maint/gnulib/lib/uninorm/decomposition.c *decomposition = element & 0x3ffff; element 99 maint/gnulib/lib/uninorm/decomposition.c if ((element & (1 << 23)) == 0) element 102 maint/gnulib/lib/uninorm/decomposition.c element = (p[0] << 16) | (p[1] << 8) | p[2]; element 544 tools/crm_node.c remove_from_section(cib_t *cib, const char *element, const char *section, element 548 tools/crm_node.c xmlNode *xml = pcmk__xe_create(NULL, element);