Lines Matching refs:curIDC
8573 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL;
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;