Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c814 xmlSchemaPSVIIDCNodePtr *nodeTable; /* array of key-sequences */ member
22087 tmp = xmlRealloc(bind->nodeTable, newSize * sizeof(tmp[0])); in xmlSchemaIDCAppendNodeTableItem()
22093 bind->nodeTable = tmp; in xmlSchemaIDCAppendNodeTableItem()
22097 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
22179 if (bind->nodeTable != NULL) in xmlSchemaIDCFreeBinding()
22180 xmlFree(bind->nodeTable); in xmlSchemaIDCFreeBinding()
23262 if (bind->nodeTable != NULL) { in xmlSchemaIDCFillNodeTables()
23272 if (bind->nodeTable != NULL) in xmlSchemaIDCFillNodeTables()
23273 xmlFree(bind->nodeTable); in xmlSchemaIDCFillNodeTables()
23274 bind->nodeTable = in xmlSchemaIDCFillNodeTables()
[all …]