Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c22159 xmlSchemaPSVIIDCNodePtr ntItem) in xmlSchemaIDCAppendNodeTableItem() argument
22181 bind->nodeTable[bind->nbNodes++] = ntItem; in xmlSchemaIDCAppendNodeTableItem()
22929 xmlSchemaPSVIIDCNodePtr ntItem; in xmlSchemaXPathProcessHistory() local
23054 ntItem = (xmlSchemaPSVIIDCNodePtr) xmlMalloc( in xmlSchemaXPathProcessHistory()
23056 if (ntItem == NULL) { in xmlSchemaXPathProcessHistory()
23063 memset(ntItem, 0, sizeof(xmlSchemaPSVIIDCNode)); in xmlSchemaXPathProcessHistory()
23069 if (xmlSchemaIDCStoreNodeTableItem(vctxt, ntItem) == -1) { in xmlSchemaXPathProcessHistory()
23070 xmlFree(ntItem); in xmlSchemaXPathProcessHistory()
23075 ntItem->nodeQNameID = -1; in xmlSchemaXPathProcessHistory()
23081 ntItem->nodeQNameID = xmlSchemaVAddNodeQName(vctxt, in xmlSchemaXPathProcessHistory()
[all …]