Searched refs:ff_accept (Results 1 – 3 of 3) sorted by relevance
285 int ff_accept(int fd, int timeout, URLContext *h);
228 int ff_accept(int fd, int timeout, URLContext *h) in ff_accept() function252 if ((ret = ff_accept(fd, timeout, h)) < 0) in ff_listen_bind()
225 ret = ff_accept(sc->fd, sc->listen_timeout, s); in tcp_accept()