Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c848 xmlSchemaIDCAugPtr aidc; /* the augmented IDC item */ member
21999 xmlSchemaIDCAugPtr aidc; in xmlSchemaAugmentIDC() local
22001 aidc = (xmlSchemaIDCAugPtr) xmlMalloc(sizeof(xmlSchemaIDCAug)); in xmlSchemaAugmentIDC()
22002 if (aidc == NULL) { in xmlSchemaAugmentIDC()
22008 aidc->keyrefDepth = -1; in xmlSchemaAugmentIDC()
22009 aidc->def = idcDef; in xmlSchemaAugmentIDC()
22010 aidc->next = NULL; in xmlSchemaAugmentIDC()
22012 vctxt->aidcs = aidc; in xmlSchemaAugmentIDC()
22014 aidc->next = vctxt->aidcs; in xmlSchemaAugmentIDC()
22015 vctxt->aidcs = aidc; in xmlSchemaAugmentIDC()
[all …]