Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
538 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);599 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \5950 if (! poolGrow(pool)) in storeEntityValue()6052 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()6079 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()7070 if (! pool->ptr && ! poolGrow(pool)) in poolAppend()7078 if (! poolGrow(pool)) in poolAppend()7097 if (! pool->ptr && ! poolGrow(pool)) { in poolCopyStringN()7135 if (pool->ptr == pool->end && ! poolGrow(pool)) in poolStoreString()7170 poolGrow(STRING_POOL *pool) { in poolGrow() function
756 #25 More integer overflow detection (function poolGrow); commits924 #2958794: CVE-2012-1148 - Memory leak in poolGrow.