Lines Matching defs:new
1789 * and `fd' may be reassigned for a new socket. So we do
2130 int new, tmp;
2131 new = fcntl(sock->fd, F_DUPFD, manager->reserved);
2135 sock->fd = new;
2138 int new, tmp;
2139 new = fcntl(sock->fd, F_DUPFD, 20);
2143 sock->fd = new;
2366 * Create a new 'type' socket managed by 'manager'. Events
2368 * called with 'arg' as the arg value. The new socket is returned
2487 * Create a new 'type' socket managed by 'manager'. Events
2489 * called with 'arg' as the arg value. The new socket is returned
2807 * Call accept() on a socket, to get the new file descriptor. The listen
2808 * socket is used as a prototype to create a new isc_socket_t. The new
2865 * Try to accept the new connection. If the accept fails with
2885 int new, tmp;
2886 new = fcntl(fd, F_DUPFD, 20);
2890 fd = new;
2999 * -1 means the new socket didn't happen.
3032 "accepted connection, new socket %p",
3659 * Create a new socket manager.
4847 * watcher will send the internal event to the task when there is a new
4851 * is a new connection we'll have to allocate a new one anyway, so we might