Searched refs:xmlSchemaValueAppend (Results 1 – 10 of 10) sorted by relevance
119 xmlSchemaValueAppend (xmlSchemaValPtr prev,
1776 xmlSchemaValueAppend
10058 #undef xmlSchemaValueAppend10059 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend __attribute((alias("xmlSchemaValueAppen…10061 #ifndef xmlSchemaValueAppend10062 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend__internal_alias __attribute((visibility…10063 #define xmlSchemaValueAppend xmlSchemaValueAppend__internal_alias macro
847 xmlSchemaValueAppend(xmlSchemaValPtr prev, xmlSchemaValPtr cur) { in xmlSchemaValueAppend() function
24645 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()
24644 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()
35740 ret_val = xmlSchemaValueAppend(prev, cur); in test_xmlSchemaValueAppend()