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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c8573 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; local
8780 if (lastIDC != NULL)
8781 lastIDC->next = curIDC;
8784 lastIDC = curIDC;
/external/libxml2/
H A Dxmlschemas.c8592 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; local
8799 if (lastIDC != NULL)
8800 lastIDC->next = curIDC;
8803 lastIDC = curIDC;

Completed in 304 milliseconds