Searched refs:WXS_BASIC_CAST (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 135 #define WXS_BASIC_CAST (xmlSchemaBasicItemPtr) macro 153 #define WXS_ITEM_NODE(i) xmlSchemaGetComponentNode(WXS_BASIC_CAST (i)) 155 #define WXS_ITEM_TYPE_NAME(i) xmlSchemaGetComponentTypeStr(WXS_BASIC_CAST (i)) 1344 WXS_BASIC_CAST WXS_ATTRUSE_DECL(item))); in xmlSchemaGetComponentName() 1400 WXS_BASIC_CAST WXS_ATTRUSE_DECL(item))); in xmlSchemaGetComponentTargetNs() 2996 WXS_BASIC_CAST attruse, NULL)); in xmlSchemaPAttrUseErr4() 3025 xmlSchemaFormatItemForReport(&des, NULL, WXS_BASIC_CAST type, type->node); in xmlSchemaPIllegalFacetAtomicErr() 3030 xmlSchemaFormatItemForReport(&strT, NULL, WXS_BASIC_CAST baseType, NULL), in xmlSchemaPIllegalFacetAtomicErr() 3054 xmlSchemaFormatItemForReport(&des, NULL, WXS_BASIC_CAST type, in xmlSchemaPIllegalFacetListUnionErr() 3082 xmlSchemaFormatItemForReport(&des, NULL, WXS_BASIC_CAST ownerItem, attr->parent); in xmlSchemaPMutualExclAttrErr() [all …]
|