• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaWildcardPtr

1246 	    return (((xmlSchemaWildcardPtr) item)->node);  in xmlSchemaGetComponentNode()
1734 ((xmlSchemaWildcardPtr) item)->processContents)); in xmlSchemaFormatItemForReport()
3862 xmlSchemaFreeWildcard(xmlSchemaWildcardPtr wildcard) in xmlSchemaFreeWildcard()
4135 xmlSchemaFreeWildcard((xmlSchemaWildcardPtr) item); in xmlSchemaComponentListFree()
5719 static xmlSchemaWildcardPtr
5723 xmlSchemaWildcardPtr ret = NULL; in xmlSchemaAddWildcard()
5728 ret = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard)); in xmlSchemaAddWildcard()
6311 static xmlSchemaWildcardPtr
6796 xmlSchemaWildcardPtr wildc, in xmlSchemaParseWildcardNs()
6966 xmlSchemaWildcardPtr wild; in xmlSchemaParseAny()
7100 static xmlSchemaWildcardPtr
7104 xmlSchemaWildcardPtr ret; in xmlSchemaParseAnyAttribute()
8198 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
12825 xmlSchemaWildcardPtr wild; in xmlSchemaBuildAContentModel()
12828 wild = (xmlSchemaWildcardPtr) particle->children; in xmlSchemaBuildAContentModel()
13549 xmlSchemaWildcardPtr dest, in xmlSchemaCloneWildcardNsConstraints()
13550 xmlSchemaWildcardPtr source) in xmlSchemaCloneWildcardNsConstraints()
13596 xmlSchemaWildcardPtr completeWild, in xmlSchemaUnionWildcards()
13597 xmlSchemaWildcardPtr curWild) in xmlSchemaUnionWildcards()
13856 xmlSchemaWildcardPtr completeWild, in xmlSchemaIntersectWildcards()
13857 xmlSchemaWildcardPtr curWild) in xmlSchemaIntersectWildcards()
14033 xmlSchemaCheckCOSNSSubset(xmlSchemaWildcardPtr sub, in xmlSchemaCheckCOSNSSubset()
14034 xmlSchemaWildcardPtr super) in xmlSchemaCheckCOSNSSubset()
14136 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, in xmlSchemaCheckCVCWildcardNamespace()
14184 xmlSchemaWildcardPtr wild, in xmlSchemaCheckDerivationOKRestriction2to4()
14185 xmlSchemaWildcardPtr baseWild) in xmlSchemaCheckDerivationOKRestriction2to4()
14463 xmlSchemaWildcardPtr *completeWild,
16992 if (xmlSchemaCheckCVCWildcardNamespace((xmlSchemaWildcardPtr) b->children, in xmlSchemaCheckRCaseNSCompat()
17066 if (xmlSchemaCheckCOSNSSubset((xmlSchemaWildcardPtr) r->children, in xmlSchemaCheckRCaseNSSubset()
17067 (xmlSchemaWildcardPtr) b->children)) in xmlSchemaCheckRCaseNSSubset()
17076 if ( ((xmlSchemaWildcardPtr) r->children)->processContents < in xmlSchemaCheckRCaseNSSubset()
17077 ((xmlSchemaWildcardPtr) b->children)->processContents) in xmlSchemaCheckRCaseNSSubset()
19228 xmlSchemaWildcardPtr *completeWild, in xmlSchemaExpandAttributeGroupRefs()
19290 xmlSchemaWildcardPtr tmpWild; in xmlSchemaExpandAttributeGroupRefs()
25875 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl; in xmlSchemaValidateElemWildcard()