Searched refs:aidcs (Results 1 – 1 of 1) sorted by relevance
1009 xmlSchemaIDCAugPtr aidcs; /* a list of augmented IDC informations */ member22038 if (vctxt->aidcs == NULL) in xmlSchemaAugmentIDC()22039 vctxt->aidcs = aidc; in xmlSchemaAugmentIDC()22041 aidc->next = vctxt->aidcs; in xmlSchemaAugmentIDC()22042 vctxt->aidcs = aidc; in xmlSchemaAugmentIDC()23257 aidc = vctxt->aidcs; in xmlSchemaIDCRegisterMatchers()23277 aidc = vctxt->aidcs; in xmlSchemaIDCRegisterMatchers()23557 aidc = vctxt->aidcs; in xmlSchemaBubbleIDCNodeTables()26490 if (vctxt->aidcs != NULL) { in xmlSchemaValidatorPopElem()26491 xmlSchemaIDCAugPtr aidc = vctxt->aidcs; in xmlSchemaValidatorPopElem()[all …]