Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c800 xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */ member
4540 tab = bind->nodeTable[i]; in xmlSchemaDebugDumpIDCTable()
22048 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22050 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()
22052 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22059 bind->nodeTable = (xmlSchemaPSVIIDCNodePtr *) in xmlSchemaIDCAppendNodeTableItem()
22060 xmlRealloc(bind->nodeTable, bind->sizeNodes * in xmlSchemaIDCAppendNodeTableItem()
22062 if (bind->nodeTable == NULL) { in xmlSchemaIDCAppendNodeTableItem()
22068 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
22147 if (bind->nodeTable != NULL) in xmlSchemaIDCFreeBinding()
[all …]