Searched refs:poolStart (Results 1 – 1 of 1) sorted by relevance
593 #define poolStart(pool) ((pool)->start) macro3401 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()3595 const XML_Char *s1 = poolStart(&parser->m_tempPool); in storeAtts()3619 s = poolStart(&parser->m_tempPool); in storeAtts()5002 attVal = poolStart(&dtd->pool); in doProlog()5036 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()6457 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()6461 if (prefix->name == poolStart(&dtd->pool)) in setElementTypePrefix()6518 poolStart(&dtd->pool), sizeof(PREFIX)); in getAttributeId()6521 if (id->prefix->name == poolStart(&dtd->pool)) in getAttributeId()[all …]