Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c336 #define INODE_NILLED(item) (item->flags & XML_SCHEMA_ELEM_INFO_NILLED) macro
26114 if (INODE_NILLED(inode)) { in xmlSchemaValidatorPopElem()
26131 if ((ret<0) || ((ret==0) && (!INODE_NILLED(inode)))) { in xmlSchemaValidatorPopElem()
26207 (! INODE_NILLED(inode))) { in xmlSchemaValidatorPopElem()
26290 } else if (! INODE_NILLED(inode)) { in xmlSchemaValidatorPopElem()
26539 if (INODE_NILLED(pielem)) { in xmlSchemaValidateChildElem()
26762 if (INODE_NILLED(vctxt->inode)) { in xmlSchemaVPushText()