Lines Matching defs:nextPool
94 deMemPool* nextPool; /*!< Next pool in parent's linked list. */
201 pool->nextPool = parent->firstChild;
319 iterNext = iter->nextPool;
327 if (pool->prevPool) pool->prevPool->nextPool = pool->nextPool;
328 if (pool->nextPool) pool->nextPool->prevPool = pool->prevPool;
334 parent->firstChild = pool->nextPool;
401 for (child = pool->firstChild; child; child = child->nextPool)
419 for (child = pool->firstChild; child; child = child->nextPool)