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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c2040 tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node);
3331 * xmlSchemaValPredefTypeNode:
3344 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, function
3386 return(xmlSchemaValPredefTypeNode(type, value, val, NULL));
H A Delfgcchack.h9890 #undef xmlSchemaValPredefTypeNode macro
9891 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
9893 #ifndef xmlSchemaValPredefTypeNode
9894 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
9895 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias macro
/external/libxml2/
H A Dxmlschemastypes.c2040 tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node);
3338 * xmlSchemaValPredefTypeNode:
3351 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, function
3393 return(xmlSchemaValPredefTypeNode(type, value, val, NULL));
H A Delfgcchack.h10016 #undef xmlSchemaValPredefTypeNode macro
10017 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
10019 #ifndef xmlSchemaValPredefTypeNode
10020 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
10021 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias macro

Completed in 1851 milliseconds