xmlSchemaGetPredefinedType 9626 third_party/libxml/src/elfgcchack.h #undef xmlSchemaGetPredefinedType
xmlSchemaGetPredefinedType 9627 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
xmlSchemaGetPredefinedType 9629 third_party/libxml/src/elfgcchack.h #ifndef xmlSchemaGetPredefinedType
xmlSchemaGetPredefinedType 9630 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
xmlSchemaGetPredefinedType 9631 third_party/libxml/src/elfgcchack.h #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
xmlSchemaGetPredefinedType   38 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaGetPredefinedType	(const xmlChar *name,
xmlSchemaGetPredefinedType 2417 third_party/libxml/src/relaxng.c     typ = xmlSchemaGetPredefinedType(type,
xmlSchemaGetPredefinedType 2448 third_party/libxml/src/relaxng.c     typ = xmlSchemaGetPredefinedType(type,
xmlSchemaGetPredefinedType 2489 third_party/libxml/src/relaxng.c     typ = xmlSchemaGetPredefinedType(type,
xmlSchemaGetPredefinedType 2581 third_party/libxml/src/relaxng.c     typ = xmlSchemaGetPredefinedType(type,
xmlSchemaGetPredefinedType 35089 third_party/libxml/src/testapi.c         ret_val = xmlSchemaGetPredefinedType((const xmlChar *)name, (const xmlChar *)ns);
xmlSchemaGetPredefinedType 4771 third_party/libxml/src/xmlschemas.c 	ret = xmlSchemaGetPredefinedType(name, nsName);
xmlSchemaGetPredefinedType 9156 third_party/libxml/src/xmlschemas.c 		biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs);