Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c440 #define poolStart(pool) ((pool)->start) macro
2697 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2837 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
2860 s = poolStart(&tempPool); in storeAtts()
3996 attVal = poolStart(&dtd->pool); in doProlog()
4029 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5292 prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5296 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5354 id->prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5358 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c440 #define poolStart(pool) ((pool)->start) macro
2697 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2837 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
2860 s = poolStart(&tempPool); in storeAtts()
3996 attVal = poolStart(&dtd->pool); in doProlog()
4029 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5292 prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5296 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5354 id->prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5358 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c447 #define poolStart(pool) ((pool)->start) macro
2805 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2943 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
2966 s = poolStart(&tempPool); in storeAtts()
4117 attVal = poolStart(&dtd->pool); in doProlog()
4150 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5414 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5418 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5476 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5478 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
[all …]