Home
last modified time | relevance | path

Searched refs:MAX_ANCIL_DATA_FDS (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcreds.h32 #define MAX_ANCIL_DATA_FDS 2 macro
54 int fds[MAX_ANCIL_DATA_FDS];
Diochannel.c373 uint8_t data[CMSG_SPACE(sizeof(int) * MAX_ANCIL_DATA_FDS)]; in pa_iochannel_write_with_fds()
382 pa_assert(nfd <= MAX_ANCIL_DATA_FDS); in pa_iochannel_write_with_fds()
421 uint8_t data[CMSG_SPACE(sizeof(pa_ucred_t)) + CMSG_SPACE(sizeof(int) * MAX_ANCIL_DATA_FDS)]; in pa_iochannel_read_with_ancil_data()
471 if (nfd > MAX_ANCIL_DATA_FDS) { in pa_iochannel_read_with_ancil_data()
Dpstream-util.c79 pa_assert(nfd <= MAX_ANCIL_DATA_FDS); in pa_pstream_send_tagstruct_with_fds()
Dpdispatch.c472 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS); in pa_pdispatch_take_ancil_data()
Dpstream.c222 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS); in pa_cmsg_ancil_data_close_fds()
907 pa_assert(b.nfd <= MAX_ANCIL_DATA_FDS); in do_read()