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.c358 uint8_t data[CMSG_SPACE(sizeof(int) * MAX_ANCIL_DATA_FDS)]; in pa_iochannel_write_with_fds()
367 pa_assert(nfd <= MAX_ANCIL_DATA_FDS); in pa_iochannel_write_with_fds()
406 … uint8_t data[CMSG_SPACE(sizeof(struct ucred)) + CMSG_SPACE(sizeof(int) * MAX_ANCIL_DATA_FDS)]; in pa_iochannel_read_with_ancil_data()
452 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.c469 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS); in pa_pdispatch_take_ancil_data()
Dpstream.c221 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS); in pa_cmsg_ancil_data_close_fds()
904 pa_assert(b.nfd <= MAX_ANCIL_DATA_FDS); in do_read()