label             776 lib/common/patchset.c     const char *label;
label             780 lib/common/patchset.c             label = added? "diff-added" : "diff-removed";
label             781 lib/common/patchset.c             *patch_node = find_xml_node(patchset, label, FALSE);
label             788 lib/common/patchset.c             label = added? "target" : "source";
label             790 lib/common/patchset.c             *patch_node = find_xml_node(*patch_node, label, FALSE);