doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
curl_httppost Struct Reference

#include <curl.h>

Public Attributes

struct curl_httppostnext
 
char * name
 
long namelength
 
char * contents
 
long contentslength
 
char * buffer
 
long bufferlength
 
char * contenttype
 
struct curl_slistcontentheader
 
struct curl_httppostmore
 
long flags
 
char * showfilename
 

Detailed Description

Definition at line 131 of file curl.h.

Member Data Documentation

char* curl_httppost::buffer

Definition at line 137 of file curl.h.

long curl_httppost::bufferlength

Definition at line 138 of file curl.h.

struct curl_slist* curl_httppost::contentheader

Definition at line 140 of file curl.h.

char* curl_httppost::contents

Definition at line 135 of file curl.h.

long curl_httppost::contentslength

Definition at line 136 of file curl.h.

char* curl_httppost::contenttype

Definition at line 139 of file curl.h.

long curl_httppost::flags

Definition at line 144 of file curl.h.

struct curl_httppost* curl_httppost::more

Definition at line 141 of file curl.h.

char* curl_httppost::name

Definition at line 133 of file curl.h.

long curl_httppost::namelength

Definition at line 134 of file curl.h.

struct curl_httppost* curl_httppost::next

Definition at line 132 of file curl.h.

char* curl_httppost::showfilename

Definition at line 154 of file curl.h.


The documentation for this struct was generated from the following file: