left              268 daemons/controld/controld_join_dc.c compare_int_fields(xmlNode * left, xmlNode * right, const char *field)
left              270 daemons/controld/controld_join_dc.c     const char *elem_l = crm_element_value(left, field);
left              140 include/crm/common/xml.h xmlNode *diff_xml_object(xmlNode * left, xmlNode * right, gboolean suppress);
left              142 include/crm/common/xml.h xmlNode *subtract_xml_object(xmlNode * parent, xmlNode * left, xmlNode * right,
left               32 lib/common/patchset.c static xmlNode *subtract_xml_comment(xmlNode *parent, xmlNode *left,
left             1460 lib/common/patchset.c subtract_xml_comment(xmlNode *parent, xmlNode *left, xmlNode *right,
left             1463 lib/common/patchset.c     CRM_CHECK(left != NULL, return NULL);
left             1464 lib/common/patchset.c     CRM_CHECK(left->type == XML_COMMENT_NODE, return NULL);
left             1466 lib/common/patchset.c     if ((right == NULL) || !pcmk__str_eq((const char *)left->content,
left             1471 lib/common/patchset.c         deleted = add_node_copy(parent, left);
left             1481 lib/common/patchset.c subtract_xml_object(xmlNode *parent, xmlNode *left, xmlNode *right,
left             1499 lib/common/patchset.c     if (left == NULL) {
left             1503 lib/common/patchset.c     if (left->type == XML_COMMENT_NODE) {
left             1504 lib/common/patchset.c         return subtract_xml_comment(parent, left, right, changed);
left             1507 lib/common/patchset.c     id = ID(left);
left             1512 lib/common/patchset.c                   crm_element_name(left), id);
left             1513 lib/common/patchset.c         deleted = add_node_copy(parent, left);
left             1520 lib/common/patchset.c     name = crm_element_name(left);
left             1522 lib/common/patchset.c     CRM_CHECK(pcmk__str_eq(crm_element_name(left), crm_element_name(right),
left             1538 lib/common/patchset.c     for (left_child = pcmk__xml_first_child(left); left_child != NULL;
left             1556 lib/common/patchset.c         for (pIter = pcmk__first_xml_attr(left); pIter != NULL;
left             1569 lib/common/patchset.c     for (xIter = pcmk__first_xml_attr(left); xIter != NULL;
left             1597 lib/common/patchset.c                 for (pIter = pcmk__first_xml_attr(left); pIter != NULL;
left             1607 lib/common/patchset.c                 const char *left_value = crm_element_value(left, prop_name);
left             1615 lib/common/patchset.c             const char *left_value = crm_element_value(left, prop_name);
left             1626 lib/common/patchset.c                               crm_element_name(left), id);
left             1627 lib/common/patchset.c                     for (pIter = pcmk__first_xml_attr(left); pIter != NULL;
left             1640 lib/common/patchset.c                               crm_element_name(left), id);
left               37 libltdl/slist.c static SList *	slist_sort_merge    (SList *left, SList *right,
left              273 libltdl/slist.c slist_sort_merge (SList *left, SList *right, SListCompare *compare,
left              280 libltdl/slist.c   while (left && right)
left              282 libltdl/slist.c       if ((*compare) (left, right, userdata) <= 0)
left              284 libltdl/slist.c 	  insert = insert->next = left;
left              285 libltdl/slist.c 	  left = left->next;
left              294 libltdl/slist.c   insert->next = left ? left : right;
left              309 libltdl/slist.c   SList *left, *right;
left              315 libltdl/slist.c   left = slist;
left              319 libltdl/slist.c     return left;
left              333 libltdl/slist.c   return slist_sort_merge (slist_sort (left, compare, userdata),