Lines Matching defs:winner
371 struct eyeballer *winner;
618 /* connected, declare the winner */
619 ctx->winner = baller;
646 if(ctx->winner) {
849 baller_free(ctx->winner, data);
850 ctx->winner = NULL;
899 DEBUGASSERT(ctx->winner);
900 DEBUGASSERT(ctx->winner->cf);
901 DEBUGASSERT(ctx->winner->cf->connected);
902 /* we have a winner. Install and activate it.
906 cf->next = ctx->winner->cf;
907 ctx->winner->cf = NULL;