Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlschemastypes.h119 xmlSchemaValueAppend (xmlSchemaValPtr prev,
/external/libxml2/include/libxml/
Dxmlschemastypes.h119 xmlSchemaValueAppend (xmlSchemaValPtr prev,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1776 xmlSchemaValueAppend
/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()
/external/chromium_org/third_party/libxml/src/
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.c24644 xmlSchemaValueAppend(prevVal, curVal); in xmlSchemaVCheckCVCSimpleType()
Dtestapi.c35740 ret_val = xmlSchemaValueAppend(prev, cur); in test_xmlSchemaValueAppend()