Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c856 xmlSchemaIDCAugPtr aidc; /* the augmented IDC item */ member
22026 xmlSchemaIDCAugPtr aidc; in xmlSchemaAugmentIDC() local
22028 aidc = (xmlSchemaIDCAugPtr) xmlMalloc(sizeof(xmlSchemaIDCAug)); in xmlSchemaAugmentIDC()
22029 if (aidc == NULL) { in xmlSchemaAugmentIDC()
22035 aidc->keyrefDepth = -1; in xmlSchemaAugmentIDC()
22036 aidc->def = idcDef; in xmlSchemaAugmentIDC()
22037 aidc->next = NULL; in xmlSchemaAugmentIDC()
22039 vctxt->aidcs = aidc; in xmlSchemaAugmentIDC()
22041 aidc->next = vctxt->aidcs; in xmlSchemaAugmentIDC()
22042 vctxt->aidcs = aidc; in xmlSchemaAugmentIDC()
[all …]