Lines Matching defs:next
25 struct recycled_pool *next;
57 ((void*) &(qi->recycled_pools), first_pool->next,
237 * Save queue_info->recycled_pool in local variable next because
238 * new_recycle->next can be changed after apr_atomic_casptr
241 struct recycled_pool *next = queue_info->recycled_pools;
242 new_recycle->next = next;
244 new_recycle, next) == next)
254 * it reaches into the queue and accesses "next" which can change.
271 first_pool->next, first_pool) == first_pool) {
416 * Retrieves the next available socket from the queue. If there are no