Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c254 const ATTRIBUTE_ID *idAtt; member
2731 if (elementType->idAtt && (elementType->idAtt->name)[-1]) { in storeAtts()
2733 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
5245 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5246 type->idAtt = attId; in defineAttribute()
5709 if (oldE->idAtt) in dtdCopy()
5710 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy()
5711 lookup(&(newDtd->attributeIds), oldE->idAtt->name, 0); in dtdCopy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c254 const ATTRIBUTE_ID *idAtt; member
2731 if (elementType->idAtt && (elementType->idAtt->name)[-1]) { in storeAtts()
2733 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
5245 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5246 type->idAtt = attId; in defineAttribute()
5709 if (oldE->idAtt) in dtdCopy()
5710 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy()
5711 lookup(&(newDtd->attributeIds), oldE->idAtt->name, 0); in dtdCopy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c256 const ATTRIBUTE_ID *idAtt; member
2839 if (elementType->idAtt && (elementType->idAtt->name)[-1]) { in storeAtts()
2841 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
5367 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5368 type->idAtt = attId; in defineAttribute()
5829 if (oldE->idAtt) in dtdCopy()
5830 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy()
5831 lookup(oldParser, &(newDtd->attributeIds), oldE->idAtt->name, 0); in dtdCopy()