Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
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
1301 #25 More integer overflow detection (function poolGrow); commits1469 #2958794: CVE-2012-1148 - Memory leak in poolGrow.