xmlGetID         3967 third_party/libxml/src/elfgcchack.h #undef xmlGetID
xmlGetID         3968 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
xmlGetID         3970 third_party/libxml/src/elfgcchack.h #ifndef xmlGetID
xmlGetID         3971 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
xmlGetID         3972 third_party/libxml/src/elfgcchack.h #define xmlGetID xmlGetID__internal_alias
xmlGetID          275 third_party/libxml/src/include/libxml/valid.h 		xmlGetID	       (xmlDocPtr doc,
xmlGetID         25374 third_party/libxml/src/testapi.c         ret_val = xmlGetID(doc, (const xmlChar *)ID);
xmlGetID         6456 third_party/libxml/src/valid.c 	    id = xmlGetID(ctxt->doc, str);
xmlGetID         6470 third_party/libxml/src/valid.c 	id = xmlGetID(ctxt->doc, name);
xmlGetID         6492 third_party/libxml/src/valid.c 	    id = xmlGetID(ctxt->doc, str);
xmlGetID         8484 third_party/libxml/src/xpath.c 	    attr = xmlGetID(doc, ID);
xmlGetID          810 third_party/libxslt/libxslt/pattern.c 		id = xmlGetID(node->doc, step->value);
xmlGetID         6907 third_party/libxslt/libxslt/xslt.c 		ID = xmlGetID(doc, (const xmlChar *) &(URI->fragment[1]));
xmlGetID         6909 third_party/libxslt/libxslt/xslt.c 		ID = xmlGetID(doc, (const xmlChar *) URI->fragment);