Lines Matching refs:poolStart
625 #define poolStart(pool) ((pool)->start) macro
3479 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3673 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()
3697 s = poolStart(&parser->m_tempPool); in storeAtts()
5082 attVal = poolStart(&dtd->pool); in doProlog()
5119 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
6391 entity->textPtr = poolStart(pool); in storeSelfEntityValue()
6590 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
6594 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()
6651 poolStart(&dtd->pool), sizeof(PREFIX)); in getAttributeId()
6654 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()
6779 poolStart(&parser->m_tempPool), 0); in setContext()
6795 poolStart(&parser->m_tempPool), sizeof(PREFIX)); in setContext()
6798 if (prefix->name == poolStart(&parser->m_tempPool)) { in setContext()
6811 if (addBinding(parser, prefix, NULL, poolStart(&parser->m_tempPool), in setContext()