FreeRDP
TestStream.c File Reference
#include <winpr/crt.h>
#include <winpr/print.h>
#include <winpr/stream.h>

Macros

#define Stream_Peek_UINT8_BE   Stream_Peek_UINT8
 
#define Stream_Read_UINT8_BE   Stream_Read_UINT8
 
#define Stream_Peek_INT8_BE   Stream_Peek_INT8
 
#define Stream_Read_INT8_BE   Stream_Read_INT8
 
#define TestStream_PeekAndRead(_s, _r, _t)
 

Functions

static BOOL TestStream_Verify (wStream *s, size_t mincap, size_t len, size_t pos)
 
static BOOL TestStream_New (void)
 
static BOOL TestStream_Static (void)
 
static BOOL TestStream_Create (size_t count, BOOL selfAlloc)
 
static BOOL TestStream_Extent (UINT32 maxSize)
 
static BOOL TestStream_Reading (void)
 
static BOOL TestStream_Write (void)
 
static BOOL TestStream_Seek (void)
 
static BOOL TestStream_Rewind (void)
 
static BOOL TestStream_Zero (void)
 
static BOOL TestStream_Fill (void)
 
static BOOL TestStream_Copy (void)
 
int TestStream (int argc, char *argv[])
 

Macro Definition Documentation

◆ Stream_Peek_INT8_BE

#define Stream_Peek_INT8_BE   Stream_Peek_INT8

◆ Stream_Peek_UINT8_BE

#define Stream_Peek_UINT8_BE   Stream_Peek_UINT8

◆ Stream_Read_INT8_BE

#define Stream_Read_INT8_BE   Stream_Read_INT8

◆ Stream_Read_UINT8_BE

#define Stream_Read_UINT8_BE   Stream_Read_UINT8

◆ TestStream_PeekAndRead

#define TestStream_PeekAndRead (   _s,
  _r,
  _t 
)

Function Documentation

◆ TestStream()

int TestStream ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ TestStream_Copy()

static BOOL TestStream_Copy ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Create()

static BOOL TestStream_Create ( size_t  count,
BOOL  selfAlloc 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Extent()

static BOOL TestStream_Extent ( UINT32  maxSize)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Fill()

static BOOL TestStream_Fill ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_New()

static BOOL TestStream_New ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Reading()

static BOOL TestStream_Reading ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Rewind()

static BOOL TestStream_Rewind ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Seek()

static BOOL TestStream_Seek ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Static()

static BOOL TestStream_Static ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Verify()

static BOOL TestStream_Verify ( wStream s,
size_t  mincap,
size_t  len,
size_t  pos 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Write()

static BOOL TestStream_Write ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestStream_Zero()

static BOOL TestStream_Zero ( void  )
static
Here is the call graph for this function:
Here is the caller graph for this function: