• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:xmlSchemaTypePtr

138 #define WXS_TYPE_CAST (xmlSchemaTypePtr)
621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */
771 xmlSchemaTypePtr type;
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
984 /* xmlSchemaTypePtr type; */
1058 xmlSchemaTypeFixup(xmlSchemaTypePtr type,
1066 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
1071 xmlSchemaGetWhiteSpaceFacetValue(xmlSchemaTypePtr type);
1079 xmlSchemaGetUnionSimpleTypeMemberTypes(xmlSchemaTypePtr type);
1086 xmlSchemaTypePtr type,
1087 xmlSchemaTypePtr baseType,
1201 return (((xmlSchemaTypePtr) item)->node);
1249 return ((xmlSchemaBasicItemPtr) ((xmlSchemaTypePtr) item)->next);
1329 return (((xmlSchemaTypePtr) item)->name);
1385 return (((xmlSchemaTypePtr) item)->targetNamespace);
1583 xmlSchemaTypePtr type = WXS_TYPE_CAST item;
1598 xmlSchemaTypePtr type = WXS_TYPE_CAST item;
1621 xmlSchemaTypePtr type = WXS_TYPE_CAST item;
1781 xmlChar **buf, xmlSchemaTypePtr type)
2337 xmlSchemaTypePtr type ATTRIBUTE_UNUSED,
2362 xmlSchemaTypePtr type ATTRIBUTE_UNUSED,
2395 xmlSchemaIsGlobalItem(xmlSchemaTypePtr item)
2427 xmlSchemaTypePtr type,
2511 xmlSchemaTypePtr type ATTRIBUTE_UNUSED,
2613 xmlSchemaTypePtr type,
2998 xmlSchemaTypePtr type,
2999 xmlSchemaTypePtr baseType,
3028 xmlSchemaTypePtr type,
3086 xmlSchemaTypePtr type,
3942 xmlSchemaFreeType(xmlSchemaTypePtr type)
4022 xmlSchemaFreeType((xmlSchemaTypePtr) item);
4146 xmlSchemaTypeDump(xmlSchemaTypePtr type, FILE * output); /* forward */
4382 xmlSchemaTypeDump(xmlSchemaTypePtr type, FILE * output)
4761 static xmlSchemaTypePtr
4765 xmlSchemaTypePtr ret = NULL;
5036 if ((WXS_COMP_NAME(ret, xmlSchemaTypePtr) == name) &&
5037 (WXS_COMP_TNS(ret, xmlSchemaTypePtr) ==
5346 static xmlSchemaTypePtr
5352 xmlSchemaTypePtr ret = NULL;
5357 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
6198 static xmlSchemaTypePtr xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr
6202 static xmlSchemaTypePtr xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr
6207 static xmlSchemaTypePtr xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr
6218 static xmlSchemaTypePtr xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt,
6247 xmlSchemaTypePtr type)
6319 xmlSchemaTypePtr type,
6359 xmlSchemaTypePtr type,
8149 xmlSchemaTypePtr item = (xmlSchemaTypePtr) annItem;
8836 xmlSchemaTypePtr type;
8927 link->type = (xmlSchemaTypePtr) ref;
8947 xmlSchemaTypePtr subtype, last = NULL;
8954 subtype = (xmlSchemaTypePtr)
9001 static xmlSchemaTypePtr
9005 xmlSchemaTypePtr type;
9112 static xmlSchemaTypePtr
9116 xmlSchemaTypePtr type, oldCtxtType;
9142 xmlSchemaTypePtr biType;
11444 static xmlSchemaTypePtr
11448 xmlSchemaTypePtr type;
11560 type->baseType = (xmlSchemaTypePtr)
11579 type->subtypes = (xmlSchemaTypePtr)
11584 type->subtypes = (xmlSchemaTypePtr)
11589 type->subtypes = (xmlSchemaTypePtr)
11597 type->subtypes = (xmlSchemaTypePtr)
11617 type->contentTypeDef = (xmlSchemaTypePtr)
11748 static xmlSchemaTypePtr
11752 xmlSchemaTypePtr type;
11811 type->subtypes = (xmlSchemaTypePtr)
11816 type->subtypes = (xmlSchemaTypePtr)
11821 type->subtypes = (xmlSchemaTypePtr)
11826 type->subtypes = (xmlSchemaTypePtr)
11888 xmlSchemaTypePtr type;
11978 xmlSchemaTypePtr type;
12068 static xmlSchemaTypePtr
12072 xmlSchemaTypePtr type, ctxtType;
12283 type->subtypes = (xmlSchemaTypePtr)
12288 type->subtypes = (xmlSchemaTypePtr)
12293 type->subtypes = (xmlSchemaTypePtr)
12298 type->subtypes = (xmlSchemaTypePtr)
13046 xmlSchemaBuildContentModel(xmlSchemaTypePtr type,
13116 xmlSchemaTypePtr type;
13187 xmlSchemaTypePtr type)
13191 xmlSchemaTypePtr memberType;
13265 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
13294 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
13310 static xmlSchemaTypePtr
13311 xmlSchemaQueryBuiltInType(xmlSchemaTypePtr type)
13330 static xmlSchemaTypePtr
13331 xmlSchemaGetPrimitiveType(xmlSchemaTypePtr type)
13356 static xmlSchemaTypePtr
13357 xmlSchemaGetBuiltInTypeAncestor(xmlSchemaTypePtr type)
14316 xmlSchemaTypePtr type)
14318 xmlSchemaTypePtr baseType = NULL;
14513 xmlSchemaTypeFinalContains(xmlSchemaTypePtr type, int final)
14531 xmlSchemaGetUnionSimpleTypeMemberTypes(xmlSchemaTypePtr type)
14705 xmlSchemaTypePtr type,
14706 xmlSchemaTypePtr baseType,
14805 xmlSchemaTypePtr ctxtType,
14806 xmlSchemaTypePtr ancestor)
14842 xmlSchemaCheckTypeDefCircular(xmlSchemaTypePtr item,
14868 xmlSchemaTypePtr ctxType,
14872 xmlSchemaTypePtr memberType;
14907 xmlSchemaTypePtr type)
14924 xmlSchemaResolveTypeReferences(xmlSchemaTypePtr typeDef,
15054 xmlSchemaTypePtr type)
15056 xmlSchemaTypePtr baseType = type->baseType;
15158 xmlSchemaTypePtr type)
15169 xmlSchemaTypePtr primitive;
15236 xmlSchemaTypePtr itemType = NULL;
15362 xmlSchemaTypePtr baseItemType;
15623 xmlSchemaTypePtr type)
15681 xmlSchemaTypePtr type,
15707 xmlSchemaTypePtr type,
15784 xmlSchemaTypePtr type)
15902 xmlSchemaAreEqualTypes(xmlSchemaTypePtr typeA,
15903 xmlSchemaTypePtr typeB)
15931 xmlSchemaTypePtr type,
15932 xmlSchemaTypePtr baseType,
16002 xmlSchemaTypePtr type,
16003 xmlSchemaTypePtr baseType,
16031 xmlSchemaTypePtr type)
16033 xmlSchemaTypePtr base = type->baseType;
16288 xmlSchemaTypePtr type)
16290 xmlSchemaTypePtr base;
16478 xmlSchemaTypePtr type)
16508 xmlSchemaTypePtr type)
16510 xmlSchemaTypePtr base;
17121 xmlSchemaTypePtr type)
17123 xmlSchemaTypePtr base = type->baseType;
17660 xmlSchemaTypePtr type)
17710 xmlSchemaTypeFixupOptimFacets(xmlSchemaTypePtr type)
17751 xmlSchemaTypePtr prim = xmlSchemaGetPrimitiveType(type);
17763 xmlSchemaTypeFixupWhitespace(xmlSchemaTypePtr type)
17804 xmlSchemaTypePtr anc;
17829 xmlSchemaTypePtr type)
17901 xmlSchemaTypePtr type)
17956 xmlSchemaTypePtr type)
18049 xmlSchemaTypePtr type)
18052 xmlSchemaTypePtr baseType = type->baseType;
18089 xmlSchemaTypePtr contentBase, content;
18275 type->subtypes = (xmlSchemaTypePtr) particle;
18399 WXS_TYPE_CONTENTTYPE(type) = (xmlSchemaTypePtr) particle;
18498 xmlSchemaTypeFixup(xmlSchemaTypePtr type,
18531 xmlSchemaTypePtr typeDecl,
18558 xmlSchemaTypePtr base;
18738 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
19490 xmlSchemaTypePtr typeDef = WXS_ELEM_TYPEDEF(elemDecl);
19677 xmlSchemaTypePtr headType, type;
20003 xmlSchemaTypePtr tx, ty, ptx, pty;
20230 xmlSchemaTypePtr type;
20343 (((xmlSchemaTypePtr) item)->flags & XML_SCHEMAS_TYPE_REDEFINED)
20441 ((xmlSchemaTypePtr) item)->baseType =
20442 (xmlSchemaTypePtr) prev;
20805 (xmlSchemaTypePtr) item, pctxt);
20874 (xmlSchemaTypePtr) item, pctxt);
20951 if (WXS_IS_TYPE_NOT_FIXED_1((xmlSchemaTypePtr) item)) {
20953 (xmlSchemaTypePtr) item);
20971 if (((xmlSchemaTypePtr) item)->memberTypes != NULL) {
20973 (xmlSchemaTypePtr) item);
21144 xmlSchemaBuildContentModel((xmlSchemaTypePtr) item, pctxt);
21423 xmlSchemaGetWhiteSpaceFacetValue(xmlSchemaTypePtr type)
22573 xmlSchemaTypePtr type = vctxt->inode->typeDef, simpleType = NULL;
23761 (xmlSchemaTypePtr) matcher->aidc->def,
23780 (xmlSchemaTypePtr) matcher->aidc->def,
24052 xmlSchemaTypePtr type,
24061 xmlSchemaTypePtr tmpType;
24285 xmlSchemaNormalizeValue(xmlSchemaTypePtr type,
24367 xmlSchemaTypePtr type,
24419 xmlSchemaTypePtr biType; /* The built-in type. */
24528 xmlSchemaTypePtr itemType;
24768 xmlSchemaTypePtr *localType,
24899 xmlSchemaTypePtr actualType;
24982 xmlSchemaTypePtr localType = NULL;
25096 xmlSchemaTypePtr type = vctxt->inode->typeDef;
25887 xmlSchemaTypePtr type,
26363 xmlSchemaTypePtr ptype;