• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaWildcardPtr

1230 	    return (((xmlSchemaWildcardPtr) item)->node);  in xmlSchemaGetComponentNode()
1756 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()
3878 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) in xmlSchemaFreeWildcard()
4151 xmlSchemaFreeWildcard((xmlSchemaWildcardPtr) item); in xmlSchemaComponentListFree()
5735 static xmlSchemaWildcardPtr
5739 xmlSchemaWildcardPtr ret = NULL; in xmlSchemaAddWildcard()
5744 ret = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaAddWildcard()
6336 static xmlSchemaWildcardPtr
6818 xmlSchemaWildcardPtr wildc, in xmlSchemaParseWildcardNs()
6988 xmlSchemaWildcardPtr wild; in xmlSchemaParseAny()
7122 static xmlSchemaWildcardPtr
7126 xmlSchemaWildcardPtr ret; in xmlSchemaParseAnyAttribute()
8220 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
12847 xmlSchemaWildcardPtr wild; in xmlSchemaBuildAContentModel()
12850 wild = (xmlSchemaWildcardPtr) particle->children; in xmlSchemaBuildAContentModel()
13582 xmlSchemaWildcardPtr dest, in xmlSchemaCloneWildcardNsConstraints()
13583 xmlSchemaWildcardPtr source) in xmlSchemaCloneWildcardNsConstraints()
13629 xmlSchemaWildcardPtr completeWild, in xmlSchemaUnionWildcards()
13630 xmlSchemaWildcardPtr curWild) in xmlSchemaUnionWildcards()
13889 xmlSchemaWildcardPtr completeWild, in xmlSchemaIntersectWildcards()
13890 xmlSchemaWildcardPtr curWild) in xmlSchemaIntersectWildcards()
14066 xmlSchemaCheckCOSNSSubset(xmlSchemaWildcardPtr sub, in xmlSchemaCheckCOSNSSubset()
14067 xmlSchemaWildcardPtr super) in xmlSchemaCheckCOSNSSubset()
14169 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, in xmlSchemaCheckCVCWildcardNamespace()
14217 xmlSchemaWildcardPtr wild, in xmlSchemaCheckDerivationOKRestriction2to4()
14218 xmlSchemaWildcardPtr baseWild) in xmlSchemaCheckDerivationOKRestriction2to4()
14496 xmlSchemaWildcardPtr *completeWild,
17065 if (xmlSchemaCheckCVCWildcardNamespace((xmlSchemaWildcardPtr) b->children, in xmlSchemaCheckRCaseNSCompat()
17139 if (xmlSchemaCheckCOSNSSubset((xmlSchemaWildcardPtr) r->children, in xmlSchemaCheckRCaseNSSubset()
17140 (xmlSchemaWildcardPtr) b->children)) in xmlSchemaCheckRCaseNSSubset()
17149 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()
17150 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()
19301 xmlSchemaWildcardPtr *completeWild, in xmlSchemaExpandAttributeGroupRefs()
19363 xmlSchemaWildcardPtr tmpWild; in xmlSchemaExpandAttributeGroupRefs()
26045 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl; in xmlSchemaValidateElemWildcard()