C:/fscan/HTTPCore/IoFunctions.h

Go to the documentation of this file.
00001 #ifndef _IO_FUNCTIONS_
00002 #define _IO_FUNCTIONS_
00003 
00004 #include "HTTPCore.h"
00005 
00006 #define MAX_CHECK_TIME_FOR_BW_UTILIZATION  200
00007 #define CONN_TIMEOUT 10
00008 #define READ_TIMEOUT 10
00009 
00010 
00011 PHTTP_DATA               ReadHTTPResponseData(STABLISHED_CONNECTION *conexion, PHTTP_DATA request, void *mutex);
00012 int                              SendHTTPRequestData (STABLISHED_CONNECTION *conexion, PHTTP_DATA request );
00013 int                              StablishConnection  (STABLISHED_CONNECTION *connection );
00014 
00015 int                             InitFileMapping(void);
00016 int                             EndFileMapping(void);
00017 char                    *DeleteFileMapping(void* ptr);
00018 PHTTPIOMapping  GetFileMapping(unsigned int DataSize, char *lpData );
00019 
00020 #endif

Generated on Sun Jan 18 00:32:04 2009 for Fast HTTP Vulnerability Scanner by  doxygen 1.5.4