Lines Matching refs:prohib

3801 xmlSchemaFreeAttributeUseProhib(xmlSchemaAttributeUseProhibPtr prohib)  in xmlSchemaFreeAttributeUseProhib()  argument
3803 if (prohib == NULL) in xmlSchemaFreeAttributeUseProhib()
3805 xmlFree(prohib); in xmlSchemaFreeAttributeUseProhib()
4391 xmlSchemaAttributeUseProhibPtr prohib; in xmlSchemaAttrUsesDump() local
4405 prohib = (xmlSchemaAttributeUseProhibPtr) use; in xmlSchemaAttrUsesDump()
4406 name = prohib->name; in xmlSchemaAttrUsesDump()
4407 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump()
7404 xmlSchemaAttributeUseProhibPtr prohib; in xmlSchemaParseLocalAttribute() local
7468 prohib = xmlSchemaAddAttributeUseProhib(pctxt); in xmlSchemaParseLocalAttribute()
7469 if (prohib == NULL) in xmlSchemaParseLocalAttribute()
7471 prohib->node = node; in xmlSchemaParseLocalAttribute()
7472 prohib->name = tmpName; in xmlSchemaParseLocalAttribute()
7473 prohib->targetNamespace = tmpNs; in xmlSchemaParseLocalAttribute()
7478 WXS_ADD_PENDING(pctxt, prohib); in xmlSchemaParseLocalAttribute()
7480 return(WXS_BASIC_CAST prohib); in xmlSchemaParseLocalAttribute()
19319 xmlSchemaAttributeUseProhibPtr prohib; in xmlSchemaExpandAttributeGroupRefs() local
19322 prohib = prohibs->items[i]; in xmlSchemaExpandAttributeGroupRefs()
19326 if ((prohib->name == WXS_ATTRUSE_DECL_NAME(use)) && in xmlSchemaExpandAttributeGroupRefs()
19327 (prohib->targetNamespace == WXS_ATTRUSE_DECL_TNS(use))) in xmlSchemaExpandAttributeGroupRefs()
19333 prohib->node, NULL, in xmlSchemaExpandAttributeGroupRefs()
19338 prohib->targetNamespace, prohib->name), in xmlSchemaExpandAttributeGroupRefs()
20465 xmlSchemaResolveAttrUseProhibReferences(xmlSchemaAttributeUseProhibPtr prohib, in xmlSchemaResolveAttrUseProhibReferences() argument
20468 if (xmlSchemaGetAttributeDecl(pctxt->schema, prohib->name, in xmlSchemaResolveAttrUseProhibReferences()
20469 prohib->targetNamespace) == NULL) { in xmlSchemaResolveAttrUseProhibReferences()
20473 NULL, prohib->node, in xmlSchemaResolveAttrUseProhibReferences()
20474 "ref", prohib->name, prohib->targetNamespace, in xmlSchemaResolveAttrUseProhibReferences()