Lines Matching refs:bytes
75 /*! Append multiple bytes to a dynamic buffer object
255 /*! Fetch the bytes starting from the tagged position up to the _current_
259 * \param[in,out] bytes Buffer to hold data
260 * \param[in,out] len On input, buffer size, on output, bytes place in
265 unsigned char *bytes, size_t *len);
267 /*! Fetch the bytes starting from the tagged position up to the _current_
274 * \param[in] len On input, buffer size, on output, bytes place in
282 /*! Consume the given number of bytes without reading them.
307 /*! Fetch the requested number of bytes into the provided buffer
310 * \param[out] bytes Buffer to hold data
311 * \param[in] len Requested number of bytes (must be > 0)
314 ares_status_t ares__buf_fetch_bytes(ares__buf_t *buf, unsigned char *bytes,
318 /*! Fetch the requested number of bytes and return a new buffer that must be
322 * \param[in] len Requested number of bytes (must be > 0)
326 * \param[out] bytes Pointer passed by reference. Will be allocated.
331 unsigned char **bytes);
333 /*! Fetch the requested number of bytes and place them into the provided
337 * \param[out] dest Buffer object to append bytes.
338 * \param[in] len Requested number of bytes (must be > 0)
344 /*! Fetch the requested number of bytes and return a new buffer that must be
349 * \param[in] len Requested number of bytes (must be > 0)