Searched refs:curIDC (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
8771 curIDC = xmlSchemaParseIDC(ctxt, schema, child,
8774 curIDC = xmlSchemaParseIDC(ctxt, schema, child,
8777 curIDC = xmlSchemaParseIDC(ctxt, schema, child,
8781 lastIDC->next = curIDC;
8783 decl->idcs = (void *) curIDC;
8784 lastIDC = curIDC;
/external/libxml2/
H A Dxmlschemas.c8592 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL; local
8790 curIDC = xmlSchemaParseIDC(ctxt, schema, child,
8793 curIDC = xmlSchemaParseIDC(ctxt, schema, child,
8796 curIDC = xmlSchemaParseIDC(ctxt, schema, child,
8800 lastIDC->next = curIDC;
8802 decl->idcs = (void *) curIDC;
8803 lastIDC = curIDC;

Completed in 180 milliseconds