Searched refs:WXS_ELEM_TYPEDEF (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes macro
8750 WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseComplexType(ctxt, schema, child, 0);
8765 WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseSimpleType(ctxt, schema, child, 0);
19559 xmlSchemaTypePtr typeDef = WXS_ELEM_TYPEDEF(elemDecl);
19624 if (typeDef != WXS_ELEM_TYPEDEF(WXS_SUBST_HEAD(elemDecl))) {
19633 WXS_ELEM_TYPEDEF(head), set) != 0) {
19646 xmlSchemaGetComponentQName(&strC, WXS_ELEM_TYPEDEF(head)));
21186 if ((WXS_ELEM_TYPEDEF(elemDecl) != NULL) &&
21187 (WXS_IS_COMPLEX(WXS_ELEM_TYPEDEF(elemDecl))) &&
21188 (WXS_TYPE_IS_LOCAL(WXS_ELEM_TYPEDEF(elemDec
[all...]
/external/libxml2/
H A Dxmlschemas.c159 #define WXS_ELEM_TYPEDEF(e) (e)->subtypes macro
8769 WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseComplexType(ctxt, schema, child, 0);
8784 WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseSimpleType(ctxt, schema, child, 0);
19588 xmlSchemaTypePtr typeDef = WXS_ELEM_TYPEDEF(elemDecl);
19653 if (typeDef != WXS_ELEM_TYPEDEF(WXS_SUBST_HEAD(elemDecl))) {
19662 WXS_ELEM_TYPEDEF(head), set) != 0) {
19675 xmlSchemaGetComponentQName(&strC, WXS_ELEM_TYPEDEF(head)));
21215 if ((WXS_ELEM_TYPEDEF(elemDecl) != NULL) &&
21216 (WXS_IS_COMPLEX(WXS_ELEM_TYPEDEF(elemDecl))) &&
21217 (WXS_TYPE_IS_LOCAL(WXS_ELEM_TYPEDEF(elemDec
[all...]

Completed in 1087 milliseconds