Searched refs:xmlSchemaValPredefTypeNode (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlschemastypes.h | 45 xmlSchemaValPredefTypeNode (xmlSchemaTypePtr type,
|
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 45 xmlSchemaValPredefTypeNode (xmlSchemaTypePtr type,
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemastypes.c | 2040 tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node); in xmlSchemaValAtomicListNode() 3344 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, in xmlSchemaValPredefTypeNode() function 3386 return(xmlSchemaValPredefTypeNode(type, value, val, NULL)); in xmlSchemaValidatePredefinedType()
|
D | elfgcchack.h | 9890 #undef xmlSchemaValPredefTypeNode 9891 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSche… 9893 #ifndef xmlSchemaValPredefTypeNode 9894 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute… 9895 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias macro
|
D | relaxng.c | 2453 ret = xmlSchemaValPredefTypeNode(typ, value, in xmlRelaxNGSchemaTypeCheck() 2587 ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1); in xmlRelaxNGSchemaTypeCompare() 2595 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2); in xmlRelaxNGSchemaTypeCompare()
|
D | xmlschemas.c | 6269 ret = xmlSchemaValPredefTypeNode(type, value, NULL, in xmlSchemaPValAttrNodeValue()
|
D | testapi.c | 35280 ret_val = xmlSchemaValPredefTypeNode(type, (const xmlChar *)value, val, node); in test_xmlSchemaValPredefTypeNode()
|
/external/libxml2/ |
D | xmlschemastypes.c | 2040 tmp = xmlSchemaValPredefTypeNode(type, cur, NULL, node); in xmlSchemaValAtomicListNode() 3351 xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, in xmlSchemaValPredefTypeNode() function 3393 return(xmlSchemaValPredefTypeNode(type, value, val, NULL)); in xmlSchemaValidatePredefinedType()
|
D | elfgcchack.h | 9890 #undef xmlSchemaValPredefTypeNode 9891 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSche… 9893 #ifndef xmlSchemaValPredefTypeNode 9894 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute… 9895 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias macro
|
D | relaxng.c | 2453 ret = xmlSchemaValPredefTypeNode(typ, value, in xmlRelaxNGSchemaTypeCheck() 2587 ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1); in xmlRelaxNGSchemaTypeCompare() 2595 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2); in xmlRelaxNGSchemaTypeCompare()
|
D | xmlschemas.c | 6269 ret = xmlSchemaValPredefTypeNode(type, value, NULL, in xmlSchemaPValAttrNodeValue()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1734 xmlSchemaValPredefTypeNode
|