Home
last modified time | relevance | path

Searched refs:ff_accept (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnetwork.h285 int ff_accept(int fd, int timeout, URLContext *h);
Dnetwork.c228 int ff_accept(int fd, int timeout, URLContext *h) in ff_accept() function
252 if ((ret = ff_accept(fd, timeout, h)) < 0) in ff_listen_bind()
Dtcp.c225 ret = ff_accept(sc->fd, sc->listen_timeout, s); in tcp_accept()