poolLength
if ((size_t)poolLength(&dtd->entityValuePool) > (size_t)INT_MAX) {
= (int)(poolLength(&dtd->entityValuePool));
if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
&& (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
if ((size_t)poolLength(pool) > (size_t)INT_MAX) {
entity->textLen = (int)(poolLength(pool));
if (poolLength(&parser->m_tempPool) == 0)