File: streams.h

package info (click to toggle)
evolution-data-server 2.30.3-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 45,704 kB
  • ctags: 26,968
  • sloc: ansic: 223,692; sh: 10,413; makefile: 2,646; xml: 386; perl: 204; python: 30
file content (12 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
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, gint type);
void test_seekable_substream_readpart(CamelStream *s);