Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
590 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);652 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \6799 if (! poolGrow(pool))6899 if (pool->end == pool->ptr && ! poolGrow(pool)) {6926 if (pool->end == pool->ptr && ! poolGrow(pool)) {8040 if (! pool->ptr && ! poolGrow(pool))8048 if (! poolGrow(pool))8084 if (! pool->ptr && ! poolGrow(pool)) {8122 if (pool->ptr == pool->end && ! poolGrow(pool))8157 poolGrow(STRING_POOL *pool) { function
1555 #25 More integer overflow detection (function poolGrow); commits1723 #2958794: CVE-2012-1148 - Memory leak in poolGrow.