xmlSchemaValueGetNext 10094 third_party/libxml/src/elfgcchack.h #undef xmlSchemaValueGetNext
xmlSchemaValueGetNext 10095 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaValueGetNext) xmlSchemaValueGetNext __attribute((alias("xmlSchemaValueGetNext__internal_alias")));
xmlSchemaValueGetNext 10097 third_party/libxml/src/elfgcchack.h #ifndef xmlSchemaValueGetNext
xmlSchemaValueGetNext 10098 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaValueGetNext) xmlSchemaValueGetNext__internal_alias __attribute((visibility("hidden")));
xmlSchemaValueGetNext 10099 third_party/libxml/src/elfgcchack.h #define xmlSchemaValueGetNext xmlSchemaValueGetNext__internal_alias
xmlSchemaValueGetNext  122 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaValueGetNext		(xmlSchemaValPtr cur);
xmlSchemaValueGetNext 1487 third_party/libxml/src/xmlschemas.c     list = xmlSchemaValueGetNext(val) ? 1 : 0;
xmlSchemaValueGetNext 1526 third_party/libxml/src/xmlschemas.c 	val = xmlSchemaValueGetNext(val);
xmlSchemaValueGetNext 20114 third_party/libxml/src/xmlschemas.c 	x = xmlSchemaValueGetNext(x);
xmlSchemaValueGetNext 20116 third_party/libxml/src/xmlschemas.c 	    y = xmlSchemaValueGetNext(y);
xmlSchemaValueGetNext 20119 third_party/libxml/src/xmlschemas.c 	} else if (xmlSchemaValueGetNext(y) != NULL)