Home
last modified time | relevance | path

Searched refs:attrProhibs (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c641 xmlSchemaItemListPtr attrProhibs; member
10044 ret->attrProhibs = xmlSchemaItemListCreate(); in xmlSchemaParserCtxtCreate()
10045 if (ret->attrProhibs == NULL) { in xmlSchemaParserCtxtCreate()
12627 if (ctxt->attrProhibs != NULL) in xmlSchemaFreeParserCtxt()
12628 xmlSchemaItemListFree(ctxt->attrProhibs); in xmlSchemaFreeParserCtxt()
14535 pctxt->attrProhibs) == -1) in xmlSchemaFixupTypeAttributeUses()
14540 if (pctxt->attrProhibs->nbItems != 0) in xmlSchemaFixupTypeAttributeUses()
14541 prohibs = pctxt->attrProhibs; in xmlSchemaFixupTypeAttributeUses()