Lines Matching defs:offset
24 uoff_t offset;
54 offset = test_input->v_offset;
57 i_stream_seek(test_input, offset - 1);
59 test_istream_set_size(test_input, offset);
62 test_istream_set_size(test_input, offset + 1);
117 uoff_t offset;
133 offset = test_input->v_offset;
136 i_stream_seek(test_input, offset - 1);
138 test_istream_set_size(test_input, offset);
141 test_istream_set_size(test_input, offset + 1);