Home
last modified time | relevance | path

Searched refs:xmlSchemaValueAppend (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemastypes.h119 xmlSchemaValueAppend (xmlSchemaValPtr prev,
/external/libxml2/
Delfgcchack.h10058 #undef xmlSchemaValueAppend
10059 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend __attribute((alias("xmlSchemaValueAppen…
10061 #ifndef xmlSchemaValueAppend
10062 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend__internal_alias __attribute((visibility…
10063 #define xmlSchemaValueAppend xmlSchemaValueAppend__internal_alias macro
Dxmlschemastypes.c847 xmlSchemaValueAppend(xmlSchemaValPtr prev, xmlSchemaValPtr cur) { in xmlSchemaValueAppend() function
Dxmlschemas.c24645 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()