xmlSchemaValPredefTypeNode 9890 third_party/libxml/src/elfgcchack.h #undef xmlSchemaValPredefTypeNode
xmlSchemaValPredefTypeNode 9891 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
xmlSchemaValPredefTypeNode 9893 third_party/libxml/src/elfgcchack.h #ifndef xmlSchemaValPredefTypeNode
xmlSchemaValPredefTypeNode 9894 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
xmlSchemaValPredefTypeNode 9895 third_party/libxml/src/elfgcchack.h #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
xmlSchemaValPredefTypeNode   45 third_party/libxml/src/include/libxml/xmlschemastypes.h 		xmlSchemaValPredefTypeNode	(xmlSchemaTypePtr type,
xmlSchemaValPredefTypeNode 2453 third_party/libxml/src/relaxng.c     ret = xmlSchemaValPredefTypeNode(typ, value,
xmlSchemaValPredefTypeNode 2587 third_party/libxml/src/relaxng.c         ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1);
xmlSchemaValPredefTypeNode 2595 third_party/libxml/src/relaxng.c     ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
xmlSchemaValPredefTypeNode 35280 third_party/libxml/src/testapi.c         ret_val = xmlSchemaValPredefTypeNode(type, (const xmlChar *)value, val, node);
xmlSchemaValPredefTypeNode 6269 third_party/libxml/src/xmlschemas.c 	    ret = xmlSchemaValPredefTypeNode(type, value, NULL,
xmlSchemaValPredefTypeNode 2040 third_party/libxml/src/xmlschemastypes.c 	tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node);
xmlSchemaValPredefTypeNode 3386 third_party/libxml/src/xmlschemastypes.c     return(xmlSchemaValPredefTypeNode(type, value, val, NULL));