FreeRDP
TestConnect.c File Reference
#include <winpr/sysinfo.h>
#include <winpr/path.h>
#include <winpr/crypto.h>
#include <winpr/pipe.h>
#include <freerdp/freerdp.h>
#include <freerdp/gdi/gdi.h>
#include <freerdp/client/cmdline.h>

Functions

static int runInstance (int argc, char *argv[], freerdp **inst, DWORD timeout)
 
static int testTimeout (int port)
 
static DWORD WINAPI testThread (LPVOID arg)
 
static int testAbort (int port)
 
static char * concatenate (size_t count,...)
 
static BOOL prepare_certificates (const char *path)
 
static int testSuccess (int port)
 
int TestConnect (int argc, char *argv[])
 

Variables

static HANDLE s_sync = NULL
 

Function Documentation

◆ concatenate()

static char* concatenate ( size_t  count,
  ... 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ prepare_certificates()

static BOOL prepare_certificates ( const char *  path)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ runInstance()

static int runInstance ( int  argc,
char *  argv[],
freerdp **  inst,
DWORD  timeout 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ testAbort()

static int testAbort ( int  port)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestConnect()

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

◆ testSuccess()

static int testSuccess ( int  port)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ testThread()

static DWORD WINAPI testThread ( LPVOID  arg)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ testTimeout()

static int testTimeout ( int  port)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ s_sync

HANDLE s_sync = NULL
static