Searched refs:curIDC (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemas.c | 8565 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; in xmlSchemaParseElement() local 8763 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8766 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8769 curIDC = xmlSchemaParseIDC(ctxt, schema, child, in xmlSchemaParseElement() 8773 lastIDC->next = curIDC; in xmlSchemaParseElement() 8775 decl->idcs = (void *) curIDC; in xmlSchemaParseElement() 8776 lastIDC = curIDC; in xmlSchemaParseElement()
|