Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c896 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings member
22191 if (ielem->idcTable == NULL) { in xmlSchemaIDCAcquireBinding()
22192 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def); in xmlSchemaIDCAcquireBinding()
22193 if (ielem->idcTable == NULL) in xmlSchemaIDCAcquireBinding()
22195 return(ielem->idcTable); in xmlSchemaIDCAcquireBinding()
22199 bind = ielem->idcTable; in xmlSchemaIDCAcquireBinding()
23496 bind = vctxt->inode->idcTable; in xmlSchemaBubbleIDCNodeTables()
23502 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable); in xmlSchemaBubbleIDCNodeTables()
23806 bind = vctxt->inode->idcTable; in xmlSchemaCheckCVCIDCKeyRef()
24055 if (ielem->idcTable != NULL) { in xmlSchemaClearElemInfo()
[all …]