Searched refs:lastfd (Results 1 – 1 of 1) sorted by relevance
729 struct local_client *lastfd = NULL; in main_loop() local738 lastfd->next = thisfd->next; in main_loop()740 thisfd = lastfd; in main_loop()774 lastfd->next = thisfd->next; in main_loop()776 thisfd = lastfd; in main_loop()791 lastfd = thisfd; in main_loop()996 struct local_client *lastfd = NULL; in read_from_local_sock() local1010 lastfd->next = newfd->next; in read_from_local_sock()1012 newfd->next = lastfd; in read_from_local_sock()1016 lastfd = newfd; in read_from_local_sock()