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];
373 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()
79 pa_assert(nfd <= MAX_ANCIL_DATA_FDS); in pa_pstream_send_tagstruct_with_fds()
472 pa_assert(ancil->nfd <= MAX_ANCIL_DATA_FDS); in pa_pdispatch_take_ancil_data()
222 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()