Searched defs:xmlSchemaValPredefTypeNode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c2043 tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node);
3320 * xmlSchemaValPredefTypeNode:
3333 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, function
3375 return(xmlSchemaValPredefTypeNode(type, value, val, NULL));
H A Delfgcchack.h9810 #undef xmlSchemaValPredefTypeNode macro
9811 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
9813 #ifndef xmlSchemaValPredefTypeNode
9814 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
9815 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias macro

Completed in 79 milliseconds