Searched refs:poolLength (Results 1 – 1 of 1) sorted by relevance
680 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro5702 if ((size_t)poolLength(&dtd->entityValuePool) > (size_t)INT_MAX) {5707 = (int)(poolLength(&dtd->entityValuePool));6672 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)6721 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))6746 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))7152 if ((size_t)poolLength(pool) > (size_t)INT_MAX) {7157 entity->textLen = (int)(poolLength(pool));7558 if (poolLength(&parser->m_tempPool) == 0)