Home | History | Annotate | Download | only in qemud

Lines Matching defs:closing

751     char            closing;
771 /* list of closing FDHandler objects.
776 FDHandler* closing;
806 list->closing = NULL;
861 if (f->out_first != NULL && !f->closing)
863 /* move the handler to the 'closing' list */
864 f->closing = 1;
866 fdhandler_prepend(f, &f->list->closing);
901 * by the sender. Be sure to read the data before closing
998 D("%s: closing accept fd %d", __FUNCTION__, f->fd);