Home | History | Annotate | Download | only in src

Lines Matching refs:thisPool

1451     factory->thisPool   = -1;
1499 factory->thisPool++;
1505 (ANTLR3_UINT32)((factory->thisPool + 1) * sizeof(pANTLR3_VECTOR *)) /* Memory for new pool pointers */
1510 factory->pools[factory->thisPool] =
1542 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++)
1550 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE);
1584 for (poolCount = 0; poolCount <= factory->thisPool; poolCount++)
1592 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE);
1670 vector = factory->pools[factory->thisPool] + factory->nextVector;