Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
421 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);455 (((pool)->ptr == (pool)->end && !poolGrow(pool)) \5117 if (!poolGrow(pool)) in storeEntityValue()5208 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()5233 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()6164 if (!pool->ptr && !poolGrow(pool)) in poolAppend()6170 if (!poolGrow(pool)) in poolAppend()6191 if (!pool->ptr && !poolGrow(pool)) in poolCopyStringN()6219 if (pool->ptr == pool->end && !poolGrow(pool)) in poolStoreString()6226 poolGrow(STRING_POOL *pool) in poolGrow() function
29 #2958794: CVE-2012-1148 - Memory leak in poolGrow.