Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
591 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);651 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \6779 if (! poolGrow(pool))6872 if (pool->end == pool->ptr && ! poolGrow(pool)) {6899 if (pool->end == pool->ptr && ! poolGrow(pool)) {8006 if (! pool->ptr && ! poolGrow(pool))8014 if (! poolGrow(pool))8033 if (! pool->ptr && ! poolGrow(pool)) {8071 if (pool->ptr == pool->end && ! poolGrow(pool))8106 poolGrow(STRING_POOL *pool) { function
1432 #25 More integer overflow detection (function poolGrow); commits1600 #2958794: CVE-2012-1148 - Memory leak in poolGrow.