Lines Matching refs:data
33 * - After processing, the consuming layer commits the data
41 * since the consumer's request can be fulfilled from the data
80 * - After processing, the consuming layer commits the data
88 * since the consumer's request can be fulfilled from the data
137 * - After processing, the consuming layer commits the data
145 * since the consumer's requests can be fulfilled from the data
149 /* Lower layer provides data that the upper layer fully consumes
273 * hold the requested amount of data.
276 * but it should be possible to continue fetching data as if
279 * because of data remaining.
320 * uncommitted data together with the excess data missing in the last
359 * - The producer feeds some data.
360 * - The consumer asks for more data than what's available.
362 * producing mode, waiting for more data from the producer.
363 * - The producer provides another chunk of data which is
485 * reader pauses and waits for further input data via
493 * accumulating the necessary data - see the comments below.
590 * call to mbedtls_mps_reader_reclaim() is made before all data
652 * by the producer to reclaim the reader fails because of more data pending
653 * to be processed, and the consumer subsequently fetches more data. */
691 * the desired amount of data from the producer.
692 * - Once enough data is available, the consumer successfully
693 * reads the data from the reader, but afterwards exceeds
694 * the available data again - pausing is necessary for a
833 * the data passed to successful feed calls.
839 * fetched but not-yet-committed data), this should always lead to the same
840 * stream of outgoing/incoming data for the lower/upper layers, even if
843 * NOTE: This test uses rand() for random data, which is not optimal.
844 * Instead, it would be better to get the random data from a
933 /* Choose randomly between get tolerating fewer data,
934 * get not tolerating fewer data, and commit. */
988 * - The consumer asks for more data than what's available
989 * - The reader is paused and receives more data from the
992 * requests data in a different way.
1026 /* Ask for buffered data in a single chunk, no commit */
1034 /* Ask for buffered data in a single chunk, with commit */
1055 /* Asking for buffered data in different
1064 /* Asking for buffered data different chunks
1075 /* Asking for buffered data different chunks
1087 /* Asking for buffered data different chunks
1099 /* Asking for buffered data different chunks