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             1448 lib/common/patchset.c subtract_xml_comment(xmlNode *parent, xmlNode *left, xmlNode *right,
left             1451 lib/common/patchset.c     CRM_CHECK(left != NULL, return NULL);
left             1452 lib/common/patchset.c     CRM_CHECK(left->type == XML_COMMENT_NODE, return NULL);
left             1454 lib/common/patchset.c     if ((right == NULL) || !pcmk__str_eq((const char *)left->content,
left             1459 lib/common/patchset.c         deleted = add_node_copy(parent, left);
left             1469 lib/common/patchset.c subtract_xml_object(xmlNode *parent, xmlNode *left, xmlNode *right,
left             1487 lib/common/patchset.c     if (left == NULL) {
left             1491 lib/common/patchset.c     if (left->type == XML_COMMENT_NODE) {
left             1492 lib/common/patchset.c         return subtract_xml_comment(parent, left, right, changed);
left             1495 lib/common/patchset.c     id = ID(left);
left             1500 lib/common/patchset.c                   crm_element_name(left), id);
left             1501 lib/common/patchset.c         deleted = add_node_copy(parent, left);
left             1508 lib/common/patchset.c     name = crm_element_name(left);
left             1510 lib/common/patchset.c     CRM_CHECK(pcmk__str_eq(crm_element_name(left), crm_element_name(right),
left             1526 lib/common/patchset.c     for (left_child = pcmk__xml_first_child(left); left_child != NULL;
left             1544 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
left             1557 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(left); xIter != NULL;
left             1585 lib/common/patchset.c                 for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
left             1595 lib/common/patchset.c                 const char *left_value = crm_element_value(left, prop_name);
left             1603 lib/common/patchset.c             const char *left_value = crm_element_value(left, prop_name);
left             1614 lib/common/patchset.c                               crm_element_name(left), id);
left             1615 lib/common/patchset.c                     for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
left             1628 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),