Searched refs:nodeTable (Results 1 – 1 of 1) sorted by relevance
800 xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */ member4561 tab = bind->nodeTable[i]; in xmlSchemaDebugDumpIDCTable()22148 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()22150 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()22152 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()22159 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()22160 xmlRealloc(bind->nodeTable, bind->sizeNodes * in xmlSchemaIDCAppendNodeTableItem()22162 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()22168 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()22247 if (bind->nodeTable != NULL) in xmlSchemaIDCFreeBinding()[all …]