xmlIsID          1374 third_party/libxml/src/SAX2.c 	} else if (xmlIsID(ctxt->myDoc, ctxt->node, ret))
xmlIsID          2118 third_party/libxml/src/SAX2.c 	} else if (xmlIsID(ctxt->myDoc, ctxt->node, ret)) {
xmlIsID          4697 third_party/libxml/src/elfgcchack.h #undef xmlIsID
xmlIsID          4698 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
xmlIsID          4700 third_party/libxml/src/elfgcchack.h #ifndef xmlIsID
xmlIsID          4701 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
xmlIsID          4702 third_party/libxml/src/elfgcchack.h #define xmlIsID xmlIsID__internal_alias
xmlIsID           278 third_party/libxml/src/include/libxml/valid.h 		xmlIsID		       (xmlDocPtr doc,
xmlIsID          25427 third_party/libxml/src/testapi.c         ret_val = xmlIsID(doc, elem, attr);
xmlIsID          1863 third_party/libxml/src/tree.c         (xmlIsID(node->doc, node, cur) == 1))
xmlIsID          4001 third_party/libxml/src/tree.c 	if (xmlIsID(cur->doc, cur->parent, cur)) {
xmlIsID          9523 third_party/libxml/src/tree.c 	    if (xmlIsID(destDoc, clone->parent, (xmlAttrPtr) clone)) {
xmlIsID           292 third_party/libxml/src/xmlreader.c         if (xmlIsID(cur->parent->doc, cur->parent, cur))
xmlIsID           986 third_party/libxslt/libxslt/attributes.c             (xmlIsID(attr->doc, attr->parent, attr)))
xmlIsID           770 third_party/libxslt/libxslt/templates.c                 (xmlIsID(copy->doc, copy->parent, copy)))