Lines Matching refs:buffer
44 * - The producer hands an incoming data buffer to the reader,
46 * - The consumer subsequently fetches and processes the buffer
49 * access to the incoming data buffer, putting the reader back to
76 * - Unset: No incoming data buffer is currently managed by the reader,
81 * - Accumulating: No incoming data buffer is currently managed by the
83 * buffer hasn't been processed yet and is internally
241 * \param acc The buffer to be used as a temporary accumulator
243 * exceed the buffer provided by mbedtls_mps_reader_feed().
244 * This buffer is owned by the caller and exclusive use
247 * responsibility to maintain (and not touch) the buffer for
274 * \param buf The buffer to be managed by the reader.
275 * \param buflen The size in Bytes of \p buffer.
287 * takes no ownership of the provided buffer (an internal copy
297 * \brief Reclaim reader's access to the current input buffer.
306 * input buffer.
324 * \param buffer The address to store the buffer pointer in.
326 * \param buflen The address to store the actual buffer
330 * address of a buffer of size \c *buflen
333 * to the buffer and guarantee of stability of the data
356 unsigned char **buffer,