doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
multi-app.c File Reference
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <curl/curl.h>

Go to the source code of this file.

Macros

#define HANDLECOUNT   2 /* Number of simultaneous transfers */
 
#define HTTP_HANDLE   0 /* Index for the HTTP transfer */
 
#define FTP_HANDLE   1 /* Index for the FTP transfer */
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define FTP_HANDLE   1 /* Index for the FTP transfer */

Definition at line 29 of file multi-app.c.

#define HANDLECOUNT   2 /* Number of simultaneous transfers */

Definition at line 27 of file multi-app.c.

#define HTTP_HANDLE   0 /* Index for the HTTP transfer */

Definition at line 28 of file multi-app.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file multi-app.c.