label             782 lib/common/patchset.c     const char *label;
label             786 lib/common/patchset.c             label = added? "diff-added" : "diff-removed";
label             787 lib/common/patchset.c             *patch_node = find_xml_node(patchset, label, FALSE);
label             794 lib/common/patchset.c             label = added? "target" : "source";
label             796 lib/common/patchset.c             *patch_node = find_xml_node(*patch_node, label, FALSE);