Lines Matching refs:aidcs
1009 xmlSchemaIDCAugPtr aidcs; /* a list of augmented IDC informations */ member
22038 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()
27621 if (vctxt->aidcs != NULL) { in xmlSchemaClearValidCtxt()
27622 xmlSchemaIDCAugPtr cur = vctxt->aidcs, next; in xmlSchemaClearValidCtxt()
27628 vctxt->aidcs = NULL; in xmlSchemaClearValidCtxt()
27754 if (ctxt->aidcs != NULL) { in xmlSchemaFreeValidCtxt()
27755 xmlSchemaIDCAugPtr cur = ctxt->aidcs, next; in xmlSchemaFreeValidCtxt()