Lines Matching refs:MAX
282 *maxfdp = MAX(*maxfdp, pipe_fd); in wait_until_can_do_something()
557 max_fd = MAX(connection_in, connection_out); in server_loop()
558 max_fd = MAX(max_fd, fdin); in server_loop()
559 max_fd = MAX(max_fd, fdout); in server_loop()
561 max_fd = MAX(max_fd, fderr); in server_loop()
644 max_fd = MAX(connection_in, connection_out); in server_loop()
645 max_fd = MAX(max_fd, fdin); in server_loop()
646 max_fd = MAX(max_fd, fdout); in server_loop()
647 max_fd = MAX(max_fd, fderr); in server_loop()
648 max_fd = MAX(max_fd, notify_pipe[0]); in server_loop()
887 max_fd = MAX(connection_in, connection_out); in aps_monitor_loop()
888 max_fd = MAX(max_fd, notify_pipe[0]); in aps_monitor_loop()
941 max_fd = MAX(connection_in, connection_out); in server_loop2()
942 max_fd = MAX(max_fd, notify_pipe[0]); in server_loop2()