Searched refs:aidcs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1000 xmlSchemaIDCAugPtr aidcs; /* a list of augmented IDC informations */ member in struct:_xmlSchemaValidCtxt
21896 if (vctxt->aidcs == NULL)
21897 vctxt->aidcs = aidc;
21899 aidc->next = vctxt->aidcs;
21900 vctxt->aidcs = aidc;
23113 aidc = vctxt->aidcs;
23133 aidc = vctxt->aidcs;
23413 aidc = vctxt->aidcs;
26326 if (vctxt->aidcs != NULL) {
26327 xmlSchemaIDCAugPtr aidc = vctxt->aidcs;
[all...]

Completed in 97 milliseconds