#include <curl.h>
Public Attributes | |
| struct curl_httppost * | next |
| char * | name |
| long | namelength |
| char * | contents |
| long | contentslength |
| char * | buffer |
| long | bufferlength |
| char * | contenttype |
| struct curl_slist * | contentheader |
| struct curl_httppost * | more |
| long | flags |
| char * | showfilename |
Definition at line 128 of file curl.h.
struct curl_httppost* curl_httppost::next [read] |
Definition at line 129 of file curl.h.
Referenced by AddHttpPost(), curl_formfree(), and Curl_getFormData().
| char* curl_httppost::name |
Definition at line 130 of file curl.h.
Referenced by AddHttpPost(), curl_formfree(), and Curl_getFormData().
| char* curl_httppost::contents |
Definition at line 132 of file curl.h.
Referenced by AddHttpPost(), curl_formfree(), and Curl_getFormData().
| char* curl_httppost::buffer |
Definition at line 136 of file curl.h.
Referenced by AddHttpPost(), ContentTypeForFilename(), curl_formfree(), and Curl_getFormData().
struct curl_slist* curl_httppost::contentheader [read] |
struct curl_httppost* curl_httppost::more [read] |
Definition at line 138 of file curl.h.
Referenced by AddHttpPost(), curl_formfree(), and Curl_getFormData().
| long curl_httppost::flags |
Definition at line 139 of file curl.h.
Referenced by AddHttpPost(), curl_formfree(), and Curl_getFormData().
Definition at line 147 of file curl.h.
Referenced by AddHttpPost(), curl_formfree(), and Curl_getFormData().
1.5.6