Lines Matching refs:fds

235  *                      int*& fds, size_t& numFds)
240 * int*& fds, size_t& numFds)
251 * `fds` is the pointer to the fd buffer to be filled, and `numFds` is the
252 * size (in ints) of the fd buffer pointed to by `fds`.
255 * `buffer`, `fds` is the pointer to the fd buffer to be read from, and
256 * `numFds` is the size (in ints) of the fd buffer pointed to by `fds`.
257 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds`
260 * - After an unsuccessful call, the values of `buffer`, `size`, `fds` and
277 * flatten(x, buffer, size, fds, numFds)
281 * x.flatten(buffer, size, fds, numFds)
322 * \param[in,out] fds The pointer to the flat fd buffer.
331 void const*& buffer, size_t& size, int const*& fds, size_t& numFds);
339 * \param[in,out] fds The pointer to the flat fd buffer.
344 void*& buffer, size_t& size, int*& fds, size_t& numFds);
397 * \param[in,out] fds The pointer to the flat fd buffer.
405 void*& buffer, size_t& size, int*& fds, size_t& numFds);
414 * \param[in,out] fds The pointer to the flat fd buffer.
424 void const*& buffer, size_t& size, int const*& fds, size_t& numFds);
453 * \param[in,out] fds The pointer to the flat fd buffer.
463 void const*& buffer, size_t& size, int const*& fds, size_t& numFds);
471 * \param[in,out] fds The pointer to the flat fd buffer.
480 void*& buffer, size_t& size, int*& fds, size_t numFds);
511 * \param[in,out] fds The pointer to the flat fd buffer.
522 void const*& buffer, size_t& size, int const*& fds, size_t& numFds);
530 * \param[in,out] fds The pointer to the flat fd buffer.
538 void*& buffer, size_t& size, int*& fds, size_t& numFds);
647 * \param[in,out] fds The pointer to the flat fd buffer.
654 void*& buffer, size_t& size, int*& fds, size_t& numFds);
663 * \param[in,out] fds The pointer to the flat fd buffer.
674 void const*& buffer, size_t& size, int const*& fds, size_t& numFds);