Searched refs:curIDC (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 8679 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; in xmlSchemaParseElement() local 8877 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8880 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8883 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8887 lastIDC->next = curIDC; in xmlSchemaParseElement() 8889 decl->idcs = (void *) curIDC; in xmlSchemaParseElement() 8890 lastIDC = curIDC; in xmlSchemaParseElement()
|