Lines Matching refs:poolGrow
585 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
645 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \
6414 if (! poolGrow(pool)) in storeEntityValue()
6507 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
6534 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
7641 if (! pool->ptr && ! poolGrow(pool)) in poolAppend()
7649 if (! poolGrow(pool)) in poolAppend()
7668 if (! pool->ptr && ! poolGrow(pool)) { in poolCopyStringN()
7706 if (pool->ptr == pool->end && ! poolGrow(pool)) in poolStoreString()
7741 poolGrow(STRING_POOL *pool) { in poolGrow() function