Home
last modified time | relevance | path

Searched refs:poolGrow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c569 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);
629 (((pool)->ptr == (pool)->end && ! poolGrow(pool)) \
6204 if (! poolGrow(pool)) in storeEntityValue()
6304 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
6331 if (pool->end == pool->ptr && ! poolGrow(pool)) { in storeEntityValue()
7363 if (! pool->ptr && ! poolGrow(pool)) in poolAppend()
7371 if (! poolGrow(pool)) in poolAppend()
7390 if (! pool->ptr && ! poolGrow(pool)) { in poolCopyStringN()
7428 if (pool->ptr == pool->end && ! poolGrow(pool)) in poolStoreString()
7463 poolGrow(STRING_POOL *pool) { in poolGrow() function
/freebsd/contrib/expat/
H A DChanges1151 #25 More integer overflow detection (function poolGrow); commits
1319 #2958794: CVE-2012-1148 - Memory leak in poolGrow.