File: streams.h

package info (click to toggle)
evolution 2.0.4-2sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 86,600 kB
  • ctags: 29,239
  • sloc: ansic: 282,229; sh: 11,353; xml: 7,480; makefile: 3,293; perl: 1,591
file content (12 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12

#include "camel/camel-seekable-stream.h"

/* call one, then the other on the same stream content */
void test_stream_seekable_writepart(CamelSeekableStream *s);
void test_stream_seekable_readpart(CamelSeekableStream *s);

/* same, for substreams, multiple ways of writing */
#define SEEKABLE_SUBSTREAM_WAYS (2)

void test_seekable_substream_writepart(CamelStream *s, int type);
void test_seekable_substream_readpart(CamelStream *s);