Home | History | Annotate | Download | only in adb

Lines Matching refs:closing

53 /* the the list of currently closing local sockets.
224 D("LS(%d): closing peer. peer->id=%d peer->fd=%d\n",
236 /* If we are already closing, or if there are no
239 if (s->closing || s->pkt_first == NULL) {
246 /* otherwise, put on the closing list
248 D("LS(%d): closing\n", s->id);
249 s->closing = 1;
283 D(" closing after write because r=%d and errno is %d\n", r, errno);
295 /* if we sent the last packet of a closing socket,
298 if (s->closing) {
299 D(" closing because 'closing' is set after write\n");
352 ** socket will be placed on the closing socket list.
369 D(" closing because is_eof=%d r=%d s->fde.force_eof=%d\n", is_eof, r, s->fde.force_eof);
555 connected (to avoid closing them without a status message) */