Lines Matching refs:prohib

3786 xmlSchemaFreeAttributeUseProhib(xmlSchemaAttributeUseProhibPtr prohib)  in xmlSchemaFreeAttributeUseProhib()  argument
3788 if (prohib == NULL) in xmlSchemaFreeAttributeUseProhib()
3790 xmlFree(prohib); in xmlSchemaFreeAttributeUseProhib()
4375 xmlSchemaAttributeUseProhibPtr prohib; in xmlSchemaAttrUsesDump() local
4389 prohib = (xmlSchemaAttributeUseProhibPtr) use; in xmlSchemaAttrUsesDump()
4390 name = prohib->name; in xmlSchemaAttrUsesDump()
4391 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump()
7377 xmlSchemaAttributeUseProhibPtr prohib; in xmlSchemaParseLocalAttribute() local
7441 prohib = xmlSchemaAddAttributeUseProhib(pctxt); in xmlSchemaParseLocalAttribute()
7442 if (prohib == NULL) in xmlSchemaParseLocalAttribute()
7444 prohib->node = node; in xmlSchemaParseLocalAttribute()
7445 prohib->name = tmpName; in xmlSchemaParseLocalAttribute()
7446 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
7451 WXS_ADD_PENDING(pctxt, prohib); in xmlSchemaParseLocalAttribute()
7453 return(WXS_BASIC_CAST prohib); in xmlSchemaParseLocalAttribute()
19293 xmlSchemaAttributeUseProhibPtr prohib; in xmlSchemaExpandAttributeGroupRefs() local
19296 prohib = prohibs->items[i]; in xmlSchemaExpandAttributeGroupRefs()
19300 if ((prohib->name == WXS_ATTRUSE_DECL_NAME(use)) && in xmlSchemaExpandAttributeGroupRefs()
19301 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use))) in xmlSchemaExpandAttributeGroupRefs()
19307 prohib->node, NULL, in xmlSchemaExpandAttributeGroupRefs()
19312 prohib->targetNamespace, prohib->name), in xmlSchemaExpandAttributeGroupRefs()
20439 xmlSchemaResolveAttrUseProhibReferences(xmlSchemaAttributeUseProhibPtr prohib, in xmlSchemaResolveAttrUseProhibReferences() argument
20442 if (xmlSchemaGetAttributeDecl(pctxt->schema, prohib->name, in xmlSchemaResolveAttrUseProhibReferences()
20443 prohib->targetNamespace) == NULL) { in xmlSchemaResolveAttrUseProhibReferences()
20447 NULL, prohib->node, in xmlSchemaResolveAttrUseProhibReferences()
20448 "ref", prohib->name, prohib->targetNamespace, in xmlSchemaResolveAttrUseProhibReferences()