Lines Matching refs:poolStart
447 #define poolStart(pool) ((pool)->start) macro
2816 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2956 const XML_Char *s1 = poolStart(&tempPool); in storeAtts()
2979 s = poolStart(&tempPool); in storeAtts()
4130 attVal = poolStart(&dtd->pool); in doProlog()
4163 declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5428 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5432 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
5490 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in getAttributeId()
5494 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
5588 e = (ENTITY *)lookup(parser, &dtd->generalEntities, poolStart(&tempPool), 0); in setContext()
5603 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&tempPool), in setContext()
5607 if (prefix->name == poolStart(&tempPool)) { in setContext()
5621 if (addBinding(parser, prefix, NULL, poolStart(&tempPool), in setContext()