• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaWildcardPtr

1217 	    return (((xmlSchemaWildcardPtr) item)->node);  in xmlSchemaGetComponentNode()
1705 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()
3833 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) in xmlSchemaFreeWildcard()
4106 xmlSchemaFreeWildcard((xmlSchemaWildcardPtr) item); in xmlSchemaComponentListFree()
5690 static xmlSchemaWildcardPtr
5694 xmlSchemaWildcardPtr ret = NULL; in xmlSchemaAddWildcard()
5699 ret = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaAddWildcard()
6282 static xmlSchemaWildcardPtr
6767 xmlSchemaWildcardPtr wildc, in xmlSchemaParseWildcardNs()
6937 xmlSchemaWildcardPtr wild; in xmlSchemaParseAny()
7071 static xmlSchemaWildcardPtr
7075 xmlSchemaWildcardPtr ret; in xmlSchemaParseAnyAttribute()
8169 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
12796 xmlSchemaWildcardPtr wild; in xmlSchemaBuildAContentModel()
12799 wild = (xmlSchemaWildcardPtr) particle->children; in xmlSchemaBuildAContentModel()
13520 xmlSchemaWildcardPtr dest, in xmlSchemaCloneWildcardNsConstraints()
13521 xmlSchemaWildcardPtr source) in xmlSchemaCloneWildcardNsConstraints()
13567 xmlSchemaWildcardPtr completeWild, in xmlSchemaUnionWildcards()
13568 xmlSchemaWildcardPtr curWild) in xmlSchemaUnionWildcards()
13827 xmlSchemaWildcardPtr completeWild, in xmlSchemaIntersectWildcards()
13828 xmlSchemaWildcardPtr curWild) in xmlSchemaIntersectWildcards()
14004 xmlSchemaCheckCOSNSSubset(xmlSchemaWildcardPtr sub, in xmlSchemaCheckCOSNSSubset()
14005 xmlSchemaWildcardPtr super) in xmlSchemaCheckCOSNSSubset()
14107 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, in xmlSchemaCheckCVCWildcardNamespace()
14155 xmlSchemaWildcardPtr wild, in xmlSchemaCheckDerivationOKRestriction2to4()
14156 xmlSchemaWildcardPtr baseWild) in xmlSchemaCheckDerivationOKRestriction2to4()
14434 xmlSchemaWildcardPtr *completeWild,
16963 if (xmlSchemaCheckCVCWildcardNamespace((xmlSchemaWildcardPtr) b->children, in xmlSchemaCheckRCaseNSCompat()
17037 if (xmlSchemaCheckCOSNSSubset((xmlSchemaWildcardPtr) r->children, in xmlSchemaCheckRCaseNSSubset()
17038 (xmlSchemaWildcardPtr) b->children)) in xmlSchemaCheckRCaseNSSubset()
17047 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()
17048 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()
19199 xmlSchemaWildcardPtr *completeWild, in xmlSchemaExpandAttributeGroupRefs()
19261 xmlSchemaWildcardPtr tmpWild; in xmlSchemaExpandAttributeGroupRefs()
25846 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl; in xmlSchemaValidateElemWildcard()