Searched refs:curIDC (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 8634 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; in xmlSchemaParseElement() local 8832 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8835 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8838 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8842 lastIDC->next = curIDC; in xmlSchemaParseElement() 8844 decl->idcs = (void *) curIDC; in xmlSchemaParseElement() 8845 lastIDC = curIDC; in xmlSchemaParseElement()
|