Searched refs:thisPool (Results 1 – 6 of 6) sorted by relevance
114 factory->thisPool = -1; in antlr3TokenFactoryNew()156 factory->thisPool++; in newPool()161 if (factory->thisPool > factory->maxPool) in newPool()167 …(ANTLR3_UINT32)((factory->thisPool + 1) * sizeof(pANTLR3_COMMON_TOKEN *)) /* Memory for new pool p… in newPool()172 factory->pools[factory->thisPool] = in newPool()178 factory->maxPool = factory->thisPool; in newPool()208 token = factory->pools[factory->thisPool] + factory->nextToken; in newPoolToken()237 factory->thisPool = -1; in factoryReset()252 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose()260 limit = (poolCount == factory->thisPool ? factory->nextToken : ANTLR3_FACTORY_POOL_SIZE); in factoryClose()
104 factory->thisPool = -1; in antlr3ArboretumNew()128 factory->thisPool++; in newPool()134 …(ANTLR3_UINT32)((factory->thisPool + 1) * sizeof(pANTLR3_COMMON_TREE *)) // Memory for new pool po… in newPool()139 factory->pools[factory->thisPool] = in newPool()185 tree = factory->pools[factory->thisPool] + factory->nextTree; in newPoolTree()269 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in factoryClose()
1451 factory->thisPool = -1; in antlr3VectorFactoryNew()1499 factory->thisPool++; in newPool()1505 …(ANTLR3_UINT32)((factory->thisPool + 1) * sizeof(pANTLR3_VECTOR *)) /* Memory for new pool pointer… in newPool()1510 factory->pools[factory->thisPool] = in newPool()1542 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in closeVectorFactory()1550 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE); in closeVectorFactory()1584 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++) in closeVectorFactory()1592 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE); in closeVectorFactory()1670 vector = factory->pools[factory->thisPool] + factory->nextVector; in newVector()
120 ANTLR3_INT32 thisPool; member
323 ANTLR3_INT32 thisPool; member
293 ANTLR3_INT32 thisPool; member