doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
formdata.h File Reference

Go to the source code of this file.

Classes

struct  FormData
 
struct  Form
 
struct  FormInfo
 

Typedefs

typedef struct FormInfo FormInfo
 

Functions

int Curl_FormInit (struct Form *form, struct FormData *formdata)
 
CURLcode Curl_getFormData (struct FormData **, struct curl_httppost *post, curl_off_t *size)
 
size_t Curl_FormReader (char *buffer, size_t size, size_t nitems, FILE *mydata)
 
size_t Curl_FormReadOneLine (char *buffer, size_t size, size_t nitems, FILE *mydata)
 
char * Curl_FormBoundary (void)
 
void Curl_formclean (struct FormData *)
 

Typedef Documentation

typedef struct FormInfo FormInfo

Function Documentation

char* Curl_FormBoundary ( void  )

Definition at line 1031 of file formdata.c.

void Curl_formclean ( struct FormData )

Definition at line 1060 of file formdata.c.

int Curl_FormInit ( struct Form form,
struct FormData formdata 
)

Definition at line 1281 of file formdata.c.

size_t Curl_FormReader ( char *  buffer,
size_t  size,
size_t  nitems,
FILE *  mydata 
)

Definition at line 1293 of file formdata.c.

size_t Curl_FormReadOneLine ( char *  buffer,
size_t  size,
size_t  nitems,
FILE *  mydata 
)

Definition at line 1339 of file formdata.c.

CURLcode Curl_getFormData ( struct FormData **  ,
struct curl_httppost post,
curl_off_t size 
)

Definition at line 1101 of file formdata.c.