Home
last modified time | relevance | path

Searched refs:except_fd (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c2754 int pa_close_all(int except_fd, ...) { in pa_close_all() argument
2759 va_start(ap, except_fd); in pa_close_all()
2761 if (except_fd >= 0) in pa_close_all()
2769 va_start(ap, except_fd); in pa_close_all()
2772 if (except_fd >= 0) { in pa_close_all()
2774 p[i++] = except_fd; in pa_close_all()
H A Dcore-util.h213 int pa_close_all(int except_fd, ...);

Completed in 5 milliseconds