FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
libfreerdp/core/streamdump.h
1
22
#ifndef FREERDP_STREAMDUMP_INTERNAL
23
#define FREERDP_STREAMDUMP_INTERNAL
24
25
#include <freerdp/api.h>
26
#include <winpr/wtypes.h>
27
#include <winpr/stream.h>
28
29
#if !defined(BUILD_TESTING_INTERNAL)
30
static
31
#else
32
FREERDP_LOCAL
33
#endif
34
BOOL
35
stream_dump_read_line(FILE* fp,
wStream
* s, UINT64* pts,
size_t
* pOffset, UINT32* flags);
36
37
#if !defined(BUILD_TESTING_INTERNAL)
38
static
39
#else
40
FREERDP_LOCAL
41
#endif
42
BOOL
43
stream_dump_write_line(FILE* fp, UINT32 flags,
wStream
* s);
44
45
#endif
wStream
Definition
include/winpr/stream.h:42
libfreerdp
core
streamdump.h
Generated by
1.9.8