DomainPlug-insDocumentation
Defines | Functions
/home/pkhodos/work/trunk/ToolLibs/CurlClient/testmt.cpp File Reference
#include "curlclient.h"
#include <pthread.h>
#include <iostream>
#include <stdio.h>

Defines

#define TEST_GET   "https://share.sw.ru"
#define TEST_POST   "http://results.qar.sw.ru:80/at-sys.cgi"
#define NUM_THRS   1
#define NUM_TRIES   1
#define NUM_INTERNAL_TRIES   1

Functions

void * escape_leak (void *)
void * download_ftp (void *)
void * upload_ftp (void *)
void * check_ssl (void *)
void check_get (void)
void check_post (void)
void check_http_post (void)
void * check_get_num (void *)
void * check_post_num (void *)
int main (int argc, char **argv)

Define Documentation

#define NUM_INTERNAL_TRIES   1
#define NUM_THRS   1
#define NUM_TRIES   1
#define TEST_GET   "https://share.sw.ru"
#define TEST_POST   "http://results.qar.sw.ru:80/at-sys.cgi"

Function Documentation

void check_get ( void  )
void* check_get_num ( void *  )
void check_http_post ( void  )
void check_post ( void  )
void* check_post_num ( void *  )
void* check_ssl ( void *  )
void* download_ftp ( void *  )
void* escape_leak ( void *  )
int main ( int  argc,
char **  argv 
)
void* upload_ftp ( void *  )
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines