Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c8565 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()