Lines Matching refs:timeout
90 * This works similarly to ff_network_wait_fd, but waits up to 'timeout' microseconds
95 * @param timeout Timeout interval, in microseconds. Actual precision is 100000 mcs, due to ff_network_wait_fd usage
97 * @return 0 if data can be read/written, AVERROR(ETIMEDOUT) if timeout expired, or negative error code
99 int ff_network_wait_fd_timeout(int fd, int write, int64_t timeout, AVIOInterruptCB *int_cb);
102 * Waits for up to 'timeout' microseconds. If the usert's int_cb is set and
104 * @param timeout Timeout in microseconds. Maybe have lower actual precision.
106 * @return AVERROR(ETIMEDOUT) if timeout expirted, AVERROR_EXIT if interrupted by int_cb
108 int ff_network_sleep_interruptible(int64_t timeout, AVIOInterruptCB *int_cb);
257 * @param timeout Polling timeout in milliseconds.
264 socklen_t addrlen, int timeout,
280 * @param timeout Polling timeout in milliseconds.
286 int ff_accept(int fd, int timeout, URLContext *h);
295 * @param timeout Polling timeout in milliseconds.
304 socklen_t addrlen, int timeout,