Searched refs:poolGrow (Results 1 – 1 of 1) sorted by relevance
414 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);444 (((pool)->ptr == (pool)->end && !poolGrow(pool)) \4969 if (!poolGrow(pool)) in storeEntityValue()5060 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()5085 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()6010 if (!pool->ptr && !poolGrow(pool)) in poolAppend()6016 if (!poolGrow(pool)) in poolAppend()6037 if (!pool->ptr && !poolGrow(pool)) in poolCopyStringN()6065 if (pool->ptr == pool->end && !poolGrow(pool)) in poolStoreString()6072 poolGrow(STRING_POOL *pool) in poolGrow() function