Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
429 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);463 (((pool)->ptr == (pool)->end && !poolGrow(pool)) \5156 if (!poolGrow(pool)) in storeEntityValue()5247 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()5272 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()6203 if (!pool->ptr && !poolGrow(pool)) in poolAppend()6209 if (!poolGrow(pool)) in poolAppend()6230 if (!pool->ptr && !poolGrow(pool)) in poolCopyStringN()6258 if (pool->ptr == pool->end && !poolGrow(pool)) in poolStoreString()6265 poolGrow(STRING_POOL *pool) in poolGrow() function
78 #2958794: CVE-2012-1148 - Memory leak in poolGrow.