Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c289 #define WXS_IS_LIST(t) (t->flags & XML_SCHEMAS_TYPE_VARIETY_LIST) macro
1645 else if (WXS_IS_LIST(type)) in xmlSchemaFormatItemForReport()
1665 else if (WXS_IS_LIST(type)) in xmlSchemaFormatItemForReport()
2530 else if (WXS_IS_LIST(type)) in xmlSchemaSimpleTypeErr()
3192 else if (WXS_IS_LIST(type)) in xmlSchemaPSimpleTypeErr()
6395 if (WXS_IS_LIST(type)) in xmlSchemaPValAttrNodeValue()
13541 if (WXS_IS_LIST(type) || WXS_IS_UNION(type))
14979 (WXS_IS_LIST(type) || WXS_IS_UNION(type))) { in xmlSchemaCheckCOSSTDerivedOK()
15174 } else if (WXS_IS_LIST(typeDef)) { in xmlSchemaResolveTypeReferences()
15313 if ((WXS_IS_LIST(type) || WXS_IS_UNION(type)) && in xmlSchemaCheckSTPropsCorrect()
[all …]