Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlSchemaParserCtxtPtr

133 #define PCTXT_CAST (xmlSchemaParserCtxtPtr)
992 xmlSchemaParserCtxtPtr pctxt;
1051 static int xmlSchemaParseInclude(xmlSchemaParserCtxtPtr ctxt,
1054 static int xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr ctxt,
1063 xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1067 xmlSchemaParserCtxtPtr ctxt);
1073 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
1091 xmlSchemaParserCtxtPtr ctxt);
1095 xmlSchemaParseAttributeGroupRef(xmlSchemaParserCtxtPtr pctxt,
1867 xmlSchemaPErrMemory(xmlSchemaParserCtxtPtr ctxt,
1888 xmlSchemaPErr(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error,
1921 xmlSchemaPErr2(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node,
1950 xmlSchemaPErrExt(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error,
2088 xmlSchemaParserCtxtPtr pctxt = (xmlSchemaParserCtxtPtr) ctxt;
2282 xmlSchemaPInternalErr(xmlSchemaParserCtxtPtr pctxt,
2754 xmlSchemaPMissingAttrErr(xmlSchemaParserCtxtPtr ctxt,
2791 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt,
2827 xmlSchemaPCustomAttrErr(xmlSchemaParserCtxtPtr ctxt,
2868 xmlSchemaPIllegalAttrErr(xmlSchemaParserCtxtPtr ctxt,
2899 xmlSchemaPCustomErrExt(xmlSchemaParserCtxtPtr ctxt,
2935 xmlSchemaPCustomErr(xmlSchemaParserCtxtPtr ctxt,
2960 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt,
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt,
3026 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt,
3052 xmlSchemaPMutualExclAttrErr(xmlSchemaParserCtxtPtr ctxt,
3082 xmlSchemaPSimpleTypeErr(xmlSchemaParserCtxtPtr ctxt,
3172 xmlSchemaPContentErr(xmlSchemaParserCtxtPtr ctxt,
3232 xmlSchemaNewSchema(xmlSchemaParserCtxtPtr ctxt)
3279 xmlSchemaNewAnnot(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node)
3526 xmlSchemaBucketCreate(xmlSchemaParserCtxtPtr pctxt,
4650 xmlSchemaGetNodeContent(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node)
4680 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node,
5106 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
5143 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
5184 xmlSchemaAddAttributeUse(xmlSchemaParserCtxtPtr pctxt,
5212 xmlSchemaAddRedef(xmlSchemaParserCtxtPtr pctxt,
5254 xmlSchemaAddAttributeGroupDefinition(xmlSchemaParserCtxtPtr pctxt,
5306 xmlSchemaAddElement(xmlSchemaParserCtxtPtr ctxt,
5347 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
5385 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt,
5413 xmlSchemaAddAttributeUseProhib(xmlSchemaParserCtxtPtr pctxt)
5444 xmlSchemaAddModelGroup(xmlSchemaParserCtxtPtr ctxt,
5486 xmlSchemaAddParticle(xmlSchemaParserCtxtPtr ctxt,
5532 xmlSchemaAddModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt,
5578 xmlSchemaNewWildcardNsConstraint(xmlSchemaParserCtxtPtr ctxt)
5594 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
5636 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
5667 xmlSchemaSubstGroupAdd(xmlSchemaParserCtxtPtr pctxt,
5705 xmlSchemaSubstGroupGet(xmlSchemaParserCtxtPtr pctxt,
5726 xmlSchemaAddElementSubstitutionMember(xmlSchemaParserCtxtPtr pctxt,
5769 xmlSchemaPValAttrNodeQNameValue(xmlSchemaParserCtxtPtr ctxt,
5850 xmlSchemaPValAttrNodeQName(xmlSchemaParserCtxtPtr ctxt,
5881 xmlSchemaPValAttrQName(xmlSchemaParserCtxtPtr ctxt,
5916 xmlSchemaPValAttrNodeID(xmlSchemaParserCtxtPtr ctxt, xmlAttrPtr attr)
5971 xmlSchemaPValAttrID(xmlSchemaParserCtxtPtr ctxt,
5994 xmlGetMaxOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node,
6059 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node,
6113 xmlSchemaPGetBoolNodeValue(xmlSchemaParserCtxtPtr ctxt,
6160 xmlGetBooleanProp(xmlSchemaParserCtxtPtr ctxt,
6198 static xmlSchemaTypePtr xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr
6202 static xmlSchemaTypePtr xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr
6207 static xmlSchemaTypePtr xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr
6213 xmlSchemaParseLocalAttribute(xmlSchemaParserCtxtPtr pctxt,
6218 static xmlSchemaTypePtr xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt,
6222 xmlSchemaParseAnyAttribute(xmlSchemaParserCtxtPtr ctxt,
6243 xmlSchemaPValAttrNodeValue(xmlSchemaParserCtxtPtr pctxt,
6316 xmlSchemaPValAttrNode(xmlSchemaParserCtxtPtr ctxt,
6355 xmlSchemaPValAttr(xmlSchemaParserCtxtPtr ctxt,
6390 xmlSchemaCheckReference(xmlSchemaParserCtxtPtr pctxt,
6448 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
6492 xmlSchemaParseAnnotation(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int needed)
6611 xmlSchemaParseFacet(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
6704 xmlSchemaParseWildcardNs(xmlSchemaParserCtxtPtr ctxt,
6814 xmlSchemaPCheckParticleCorrect_2(xmlSchemaParserCtxtPtr ctxt,
6871 xmlSchemaParseAny(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
6963 xmlSchemaParseNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
7011 xmlSchemaParseAnyAttribute(xmlSchemaParserCtxtPtr ctxt,
7081 xmlSchemaParseLocalAttribute(xmlSchemaParserCtxtPtr pctxt,
7473 xmlSchemaParseGlobalAttribute(xmlSchemaParserCtxtPtr pctxt,
7626 xmlSchemaParseAttributeGroupRef(xmlSchemaParserCtxtPtr pctxt,
7757 xmlSchemaParseAttributeGroupDefinition(xmlSchemaParserCtxtPtr pctxt,
7971 xmlSchemaCheckCSelectorXPath(xmlSchemaParserCtxtPtr ctxt,
8188 xmlSchemaParseIDCSelectorAndField(xmlSchemaParserCtxtPtr ctxt,
8285 xmlSchemaParseIDC(xmlSchemaParserCtxtPtr ctxt,
8435 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
8833 xmlSchemaParseUnion(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
9002 xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
9113 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
9327 xmlSchemaParseModelGroupDefRef(xmlSchemaParserCtxtPtr ctxt,
9429 xmlSchemaParseModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt,
9515 xmlSchemaCleanupDoc(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr root)
9610 xmlSchemaParseSchemaElement(xmlSchemaParserCtxtPtr ctxt,
9727 xmlSchemaParseSchemaTopLevel(xmlSchemaParserCtxtPtr ctxt,
9920 static xmlSchemaParserCtxtPtr
9923 xmlSchemaParserCtxtPtr ret;
9925 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
9951 static xmlSchemaParserCtxtPtr
9954 xmlSchemaParserCtxtPtr ret;
10000 xmlSchemaGetSchemaBucket(xmlSchemaParserCtxtPtr pctxt,
10022 xmlSchemaGetChameleonSchemaBucket(xmlSchemaParserCtxtPtr pctxt,
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt,
10076 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt,
10145 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt,
10149 xmlSchemaParserCtxtPtr newpctxt;
10263 xmlSchemaAddSchemaDoc(xmlSchemaParserCtxtPtr pctxt,
10687 xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema,
10834 xmlSchemaParseIncludeOrRedefineAttrs(xmlSchemaParserCtxtPtr pctxt,
10930 xmlSchemaParseIncludeOrRedefine(xmlSchemaParserCtxtPtr pctxt,
11138 xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema,
11154 xmlSchemaParseInclude(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema,
11192 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
11458 xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
11762 xmlSchemaParseExtension(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
11897 xmlSchemaParseSimpleContent(xmlSchemaParserCtxtPtr ctxt,
11987 xmlSchemaParseComplexContent(xmlSchemaParserCtxtPtr ctxt,
12082 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
12379 xmlSchemaParserCtxtSetOptions(xmlSchemaParserCtxtPtr ctxt,
12407 xmlSchemaParserCtxtGetOptions(xmlSchemaParserCtxtPtr ctxt)
12426 xmlSchemaParserCtxtPtr
12429 xmlSchemaParserCtxtPtr ret;
12452 xmlSchemaParserCtxtPtr
12455 xmlSchemaParserCtxtPtr ret;
12477 xmlSchemaParserCtxtPtr
12480 xmlSchemaParserCtxtPtr ret;
12502 xmlSchemaFreeParserCtxt(xmlSchemaParserCtxtPtr ctxt)
12534 xmlSchemaBuildContentModelForSubstGroup(xmlSchemaParserCtxtPtr pctxt,
12651 xmlSchemaBuildContentModelForElement(xmlSchemaParserCtxtPtr ctxt,
12716 xmlSchemaBuildAContentModel(xmlSchemaParserCtxtPtr pctxt,
13115 xmlSchemaParserCtxtPtr ctxt)
13175 xmlSchemaParserCtxtPtr ctxt)
13254 xmlSchemaResolveUnionMemberTypes(xmlSchemaParserCtxtPtr ctxt,
13450 xmlSchemaCloneWildcardNsConstraints(xmlSchemaParserCtxtPtr ctxt,
13497 xmlSchemaUnionWildcards(xmlSchemaParserCtxtPtr ctxt,
13757 xmlSchemaIntersectWildcards(xmlSchemaParserCtxtPtr ctxt,
14080 xmlSchemaCheckDerivationOKRestriction2to4(xmlSchemaParserCtxtPtr pctxt,
14363 xmlSchemaExpandAttributeGroupRefs(xmlSchemaParserCtxtPtr pctxt,
14383 xmlSchemaFixupTypeAttributeUses(xmlSchemaParserCtxtPtr pctxt,
14872 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt,
14911 xmlSchemaParserCtxtPtr ctxt)
14935 xmlSchemaCheckUnionTypeDefCircularRecur(xmlSchemaParserCtxtPtr pctxt,
14974 xmlSchemaCheckUnionTypeDefCircular(xmlSchemaParserCtxtPtr pctxt,
14993 xmlSchemaParserCtxtPtr ctxt)
15121 xmlSchemaCheckSTPropsCorrect(xmlSchemaParserCtxtPtr ctxt,
15226 xmlSchemaCheckCOSSTRestricts(xmlSchemaParserCtxtPtr pctxt,
15692 xmlSchemaCheckSRCSimpleType(xmlSchemaParserCtxtPtr ctxt,
15727 xmlSchemaCreateVCtxtOnPCtxt(xmlSchemaParserCtxtPtr ctxt)
15775 xmlSchemaParseCheckCOSValidDefault(xmlSchemaParserCtxtPtr pctxt,
15853 xmlSchemaCheckCTPropsCorrect(xmlSchemaParserCtxtPtr pctxt,
16100 xmlSchemaCheckCOSCTExtends(xmlSchemaParserCtxtPtr ctxt,
16357 xmlSchemaCheckDerivationOKRestriction(xmlSchemaParserCtxtPtr ctxt,
16547 xmlSchemaCheckCTComponent(xmlSchemaParserCtxtPtr ctxt,
16577 xmlSchemaCheckSRCCT(xmlSchemaParserCtxtPtr ctxt,
16776 xmlSchemaCheckRCaseNameAndTypeOK(xmlSchemaParserCtxtPtr ctxt,
16881 xmlSchemaCheckRCaseNSCompat(xmlSchemaParserCtxtPtr ctxt,
16925 xmlSchemaCheckRCaseRecurseAsIfGroup(xmlSchemaParserCtxtPtr ctxt,
16951 xmlSchemaCheckRCaseNSSubset(xmlSchemaParserCtxtPtr ctxt,
17001 xmlSchemaCheckCOSParticleRestrict(xmlSchemaParserCtxtPtr ctxt,
17042 xmlSchemaCheckRCaseNSRecurseCheckCardinality(xmlSchemaParserCtxtPtr ctxt,
17097 xmlSchemaCheckRCaseRecurse(xmlSchemaParserCtxtPtr ctxt,
17146 xmlSchemaDeriveFacetErr(xmlSchemaParserCtxtPtr pctxt,
17190 xmlSchemaDeriveAndValidateFacets(xmlSchemaParserCtxtPtr pctxt,
17729 xmlSchemaFinishMemberTypeDefinitionsProperty(xmlSchemaParserCtxtPtr pctxt,
17898 xmlSchemaFixupSimpleTypeStageOne(xmlSchemaParserCtxtPtr pctxt,
17970 xmlSchemaDebugFixedType(xmlSchemaParserCtxtPtr pctxt,
18025 xmlSchemaFixupSimpleTypeStageTwo(xmlSchemaParserCtxtPtr pctxt,
18118 xmlSchemaFixupComplexType(xmlSchemaParserCtxtPtr pctxt,
18602 xmlSchemaParserCtxtPtr pctxt,
18809 xmlSchemaParserCtxtPtr pctxt)
18911 xmlSchemaParserCtxtPtr ctxt)
18968 xmlSchemaParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
19061 xmlSchemaParserCtxtPtr ctxt)
19110 xmlSchemaAttributeGroupExpandRefs(xmlSchemaParserCtxtPtr pctxt,
19128 xmlSchemaExpandAttributeGroupRefs(xmlSchemaParserCtxtPtr pctxt,
19298 xmlSchemaAttributeGroupExpandRefs(xmlSchemaParserCtxtPtr pctxt,
19324 xmlSchemaCheckAGPropsCorrect(xmlSchemaParserCtxtPtr pctxt,
19422 xmlSchemaParserCtxtPtr ctxt)
19458 xmlSchemaCheckAttrPropsCorrect(xmlSchemaParserCtxtPtr pctxt,
19556 xmlSchemaCheckElemPropsCorrect(xmlSchemaParserCtxtPtr pctxt,
19738 xmlSchemaCheckElemSubstGroup(xmlSchemaParserCtxtPtr ctxt,
19847 xmlSchemaCheckElementDeclConsistent(xmlSchemaParserCtxtPtr pctxt,
19964 xmlSchemaParserCtxtPtr ctxt)
19989 xmlSchemaParserCtxtPtr ctxt,
20137 xmlSchemaParserCtxtPtr ctxt)
20176 xmlSchemaCheckAttrUsePropsCorrect(xmlSchemaParserCtxtPtr ctxt,
20286 xmlSchemaParserCtxtPtr ctxt)
20335 xmlSchemaParserCtxtPtr pctxt)
20397 xmlSchemaParserCtxtPtr pctxt)
20422 xmlSchemaCheckSRCRedefineFirst(xmlSchemaParserCtxtPtr pctxt)
20597 xmlSchemaCheckSRCRedefineSecond(xmlSchemaParserCtxtPtr pctxt)
20673 xmlSchemaAddComponents(xmlSchemaParserCtxtPtr pctxt,
20792 xmlSchemaFixupComponents(xmlSchemaParserCtxtPtr pctxt,
21265 xmlSchemaParse(xmlSchemaParserCtxtPtr ctxt)
21388 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt,
21410 xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt,
21434 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt,
21570 xmlSchemaParserCtxtPtr pctxt;
24546 ((xmlSchemaParserCtxtPtr) actxt)->schema, node,
27968 xmlSchemaParserCtxtPtr pctxt;