Lines Matching defs:data
157 /* Get data while the pipe is full */
267 /* Set the write pointer to the end, making all data available. */
378 /* Get data while the pipe is empty */
478 uint8_t *data;
517 data = iovs[0].iov_base;
518 CU_ASSERT(*data == 'A');
553 data = iovs[0].iov_base;
555 CU_ASSERT(data[i] == 'B');
586 /* Get all of the data out of the pipe */
593 data = iovs[0].iov_base;
594 CU_ASSERT(data[0] == 'B');
595 CU_ASSERT(data[1] == 'B');
596 CU_ASSERT(data[2] == 'C');