Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8607 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; in xmlSchemaParseElement() local
8805 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement()
8808 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement()
8811 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement()
8815 lastIDC->next = curIDC; in xmlSchemaParseElement()
8817 decl->idcs = (void *) curIDC; in xmlSchemaParseElement()
8818 lastIDC = curIDC; in xmlSchemaParseElement()