Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8634 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; in xmlSchemaParseElement() local
8841 if (lastIDC != NULL) in xmlSchemaParseElement()
8842 lastIDC->next = curIDC; in xmlSchemaParseElement()
8845 lastIDC = curIDC; in xmlSchemaParseElement()