Searched refs:MAX_ANCIL_DATA_FDS (Results 1 – 5 of 5) sorted by relevance
32 #define MAX_ANCIL_DATA_FDS 2 macro54 int fds[MAX_ANCIL_DATA_FDS];
358 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()
79 pa_assert(nfd <= MAX_ANCIL_DATA_FDS); in pa_pstream_send_tagstruct_with_fds()
469 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS); in pa_pdispatch_take_ancil_data()
221 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()