Searched refs:next_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/serf/buckets/
H A Daggregate_buckets.c47 bucket_list_t *next_list; local
53 next_list = ctx->done->next;
60 ctx->done = next_list;
263 bucket_list_t *next_list; local
279 next_list = ctx->list->next;
282 ctx->list = next_list;
388 bucket_list_t *next_list; local
391 next_list = ctx->list->next;
394 ctx->list = next_list;

Completed in 83 milliseconds