Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c904 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings member
22233 if (ielem->idcTable == NULL) { in xmlSchemaIDCAcquireBinding()
22234 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def); in xmlSchemaIDCAcquireBinding()
22235 if (ielem->idcTable == NULL) in xmlSchemaIDCAcquireBinding()
22237 return(ielem->idcTable); in xmlSchemaIDCAcquireBinding()
22241 bind = ielem->idcTable; in xmlSchemaIDCAcquireBinding()
23538 bind = vctxt->inode->idcTable; in xmlSchemaBubbleIDCNodeTables()
23544 parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable); in xmlSchemaBubbleIDCNodeTables()
23848 bind = vctxt->inode->idcTable; in xmlSchemaCheckCVCIDCKeyRef()
24097 if (ielem->idcTable != NULL) { in xmlSchemaClearElemInfo()
[all …]