Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c447 #define poolStart(pool) ((pool)->start) macro
2819 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2959 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
2982 s = poolStart(&tempPool); in storeAtts()
4133 attVal = poolStart(&dtd->pool); in doProlog()
4166 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5430 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5434 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5492 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5496 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
[all …]
/external/expat/lib/
Dxmlparse.c455 #define poolStart(pool) ((pool)->start) macro
2855 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2995 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
3018 s = poolStart(&tempPool); in storeAtts()
4169 attVal = poolStart(&dtd->pool); in doProlog()
4202 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5467 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5471 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5529 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5533 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
[all …]