Lines Matching refs:poolStart
638 #define poolStart(pool) ((pool)->start) macro
3610 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3804 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()
3828 s = poolStart(&parser->m_tempPool); in storeAtts()
5220 attVal = poolStart(&dtd->pool); in doProlog()
5257 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
6666 entity->textPtr = poolStart(pool); in storeSelfEntityValue()
6865 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
6869 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
6926 poolStart(&dtd->pool), sizeof(PREFIX)); in getAttributeId()
6929 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
7054 poolStart(&parser->m_tempPool), 0); in setContext()
7070 poolStart(&parser->m_tempPool), sizeof(PREFIX)); in setContext()
7073 if (prefix->name == poolStart(&parser->m_tempPool)) { in setContext()
7086 if (addBinding(parser, prefix, NULL, poolStart(&parser->m_tempPool), in setContext()