Searched refs:MAX_HOLD_FDS (Results 1 – 4 of 4) sorted by relevance
30 #define MAX_HOLD_FDS (64) macro31 #define MAX_FD_HOLDER_BUFFER (MAX_HOLD_FDS * sizeof(int))
134 fdCount < 0 || fdCount > MAX_HOLD_FDS) { in ServiceSaveFd()145 fdCount < 0 || fdCount > MAX_HOLD_FDS) { in ServiceSaveFdWithPoll()173 char **fdList = SplitStringExt(fdBuffer, " ", &fdCount, MAX_HOLD_FDS); in ServiceGetFd()
89 CMSG_SPACE(sizeof(int) * MAX_HOLD_FDS)) control; in ReceiveFds()120 BEGET_ERROR_CHECK(fdCount <= MAX_HOLD_FDS, return NULL, "Too many fds returned."); in ReceiveFds()
42 if (fds == NULL || fdCount == 0 || fdCount > MAX_HOLD_FDS) { in HandlerHoldFds()