Lines Matching refs:nodeTable

800     xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */  member
22107 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22109 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()
22111 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22117 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()
22118 xmlRealloc(bind->nodeTable, bind->sizeNodes * in xmlSchemaIDCAppendNodeTableItem()
22120 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22125 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
22204 if (bind->nodeTable != NULL) in xmlSchemaIDCFreeBinding()
22205 xmlFree(bind->nodeTable); in xmlSchemaIDCFreeBinding()
23279 if (bind->nodeTable != NULL) { in xmlSchemaIDCFillNodeTables()
23289 bind->nodeTable = in xmlSchemaIDCFillNodeTables()
23358 bind->nodeTable[j]->keys[0]->val); in xmlSchemaIDCFillNodeTables()
23369 ntkeys = bind->nodeTable[j]->keys; in xmlSchemaIDCFillNodeTables()
23391 if (xmlSchemaItemListAdd(bind->dupls, bind->nodeTable[j]) == -1) in xmlSchemaIDCFillNodeTables()
23396 bind->nodeTable[j] = bind->nodeTable[bind->nbNodes -1]; in xmlSchemaIDCFillNodeTables()
23503 parNodes = parBind->nodeTable; in xmlSchemaBubbleIDCNodeTables()
23507 node = bind->nodeTable[i]; in xmlSchemaBubbleIDCNodeTables()
23614 if (parBind->nodeTable == NULL) { in xmlSchemaBubbleIDCNodeTables()
23615 parBind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaBubbleIDCNodeTables()
23617 if (parBind->nodeTable == NULL) { in xmlSchemaBubbleIDCNodeTables()
23624 parBind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaBubbleIDCNodeTables()
23625 xmlRealloc(parBind->nodeTable, parBind->sizeNodes * in xmlSchemaBubbleIDCNodeTables()
23627 if (parBind->nodeTable == NULL) { in xmlSchemaBubbleIDCNodeTables()
23632 parNodes = parBind->nodeTable; in xmlSchemaBubbleIDCNodeTables()
23667 parBind->nodeTable = bind->nodeTable; in xmlSchemaBubbleIDCNodeTables()
23668 bind->nodeTable = NULL; in xmlSchemaBubbleIDCNodeTables()
23677 parBind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaBubbleIDCNodeTables()
23680 if (parBind->nodeTable == NULL) { in xmlSchemaBubbleIDCNodeTables()
23687 memcpy(parBind->nodeTable, bind->nodeTable, in xmlSchemaBubbleIDCNodeTables()
23767 keys = bind->nodeTable[j]->keys; in xmlSchemaCheckCVCIDCKeyRef()
23794 keys = bind->nodeTable[e->index]->keys; in xmlSchemaCheckCVCIDCKeyRef()