Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8679 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; in xmlSchemaParseElement() local
8886 if (lastIDC != NULL) in xmlSchemaParseElement()
8887 lastIDC->next = curIDC; in xmlSchemaParseElement()
8890 lastIDC = curIDC; in xmlSchemaParseElement()