Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance
570 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);630 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \6214 if (! poolGrow(pool)) in storeEntityValue() 6314 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue() 6341 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue() 7373 if (! pool->ptr && ! poolGrow(pool)) in poolAppend() 7381 if (! poolGrow(pool)) in poolCopyString() 7400 if (! pool->ptr && ! poolGrow(pool)) { in poolCopyStringN() 7438 if (pool->ptr == pool->end && ! poolGrow(pool)) in poolBytesToAllocateFor() 7473 poolGrow(STRING_POO in poolGrow() 7463 poolGrow(STRING_POOL *pool) { poolGrow() function [all...]
1182 #25 More integer overflow detection (function poolGrow); commits1350 #2958794: CVE-2012-1148 - Memory leak in poolGrow.