Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c283 #define WXS_IS_LIST(t) (t->flags & XML_SCHEMAS_TYPE_VARIETY_LIST) macro
1592 else if (WXS_IS_LIST(type)) in xmlSchemaFormatItemForReport()
1612 else if (WXS_IS_LIST(type)) in xmlSchemaFormatItemForReport()
2469 else if (WXS_IS_LIST(type)) in xmlSchemaSimpleTypeErr()
3134 else if (WXS_IS_LIST(type)) in xmlSchemaPSimpleTypeErr()
6308 if (WXS_IS_LIST(type)) in xmlSchemaPValAttrNodeValue()
13457 if (WXS_IS_LIST(type) || WXS_IS_UNION(type))
14855 (WXS_IS_LIST(type) || WXS_IS_UNION(type))) { in xmlSchemaCheckCOSSTDerivedOK()
15050 } else if (WXS_IS_LIST(typeDef)) { in xmlSchemaResolveTypeReferences()
15189 if ((WXS_IS_LIST(type) || WXS_IS_UNION(type)) && in xmlSchemaCheckSTPropsCorrect()
[all …]