Searched refs:nodeTable (Results 1 – 1 of 1) sorted by relevance
808 xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */ member4640 tab = bind->nodeTable[i]; in xmlSchemaDebugDumpIDCTable()22292 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()22294 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()22296 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()22303 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()22304 xmlRealloc(bind->nodeTable, bind->sizeNodes * in xmlSchemaIDCAppendNodeTableItem()22306 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()22312 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()22391 if (bind->nodeTable != NULL) in xmlSchemaIDCFreeBinding()[all …]