Home
last modified time | relevance | path

Searched refs:nodeTable (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c808 xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */ member
4640 tab = bind->nodeTable[i]; in xmlSchemaDebugDumpIDCTable()
22281 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22283 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()
22285 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22292 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()
22293 xmlRealloc(bind->nodeTable, bind->sizeNodes * in xmlSchemaIDCAppendNodeTableItem()
22295 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22301 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
22380 if (bind->nodeTable != NULL) in xmlSchemaIDCFreeBinding()
[all …]