Searched refs:parTable (Results 1 – 1 of 1) sorted by relevance
23391 xmlSchemaPSVIIDCBindingPtr *parTable, parBind = NULL; /* parent IDC bindings. */ in xmlSchemaBubbleIDCNodeTables() local23402 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable); in xmlSchemaBubbleIDCNodeTables()23428 if (parTable != NULL) in xmlSchemaBubbleIDCNodeTables()23429 parBind = *parTable; in xmlSchemaBubbleIDCNodeTables()23656 if (*parTable == NULL) in xmlSchemaBubbleIDCNodeTables()23657 *parTable = parBind; in xmlSchemaBubbleIDCNodeTables()23659 parBind->next = *parTable; in xmlSchemaBubbleIDCNodeTables()23660 *parTable = parBind; in xmlSchemaBubbleIDCNodeTables()