Searched refs:poolGrow (Results 1 – 1 of 1) sorted by relevance
418 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool);448 (((pool)->ptr == (pool)->end && !poolGrow(pool)) \4992 if (!poolGrow(pool)) in storeEntityValue()5083 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()5108 if (pool->end == pool->ptr && !poolGrow(pool)) { in storeEntityValue()6033 if (!pool->ptr && !poolGrow(pool)) in poolAppend()6039 if (!poolGrow(pool)) in poolAppend()6060 if (!pool->ptr && !poolGrow(pool)) in poolCopyStringN()6088 if (pool->ptr == pool->end && !poolGrow(pool)) in poolStoreString()6095 poolGrow(STRING_POOL *pool) in poolGrow() function