#include "tool_setup.h"
Go to the source code of this file.
#define my_setopt | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt(x, FALSE, global, #y, y, z)) |
Definition at line 97 of file tool_setopt.h.
#define my_setopt_bitmask | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt_bitmask(x, global, #y, y, setopt_nv_ ## y, z)) |
Definition at line 109 of file tool_setopt.h.
#define my_setopt_enum | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt_enum(x, global, #y, y, setopt_nv_ ## y, z)) |
Definition at line 103 of file tool_setopt.h.
#define my_setopt_flags | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt_flags(x, global, #y, y, setopt_nv_ ## y, z)) |
Definition at line 106 of file tool_setopt.h.
#define my_setopt_httppost | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt_httppost(x, global, #y, y, z)) |
Definition at line 112 of file tool_setopt.h.
#define my_setopt_slist | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt_slist(x, global, #y, y, z)) |
Definition at line 115 of file tool_setopt.h.
#define my_setopt_str | ( | x, | |
y, | |||
z | |||
) | SETOPT_CHECK(tool_setopt(x, TRUE, global, #y, y, z)) |
Definition at line 100 of file tool_setopt.h.
#define res_setopt | ( | x, | |
y, | |||
z | |||
) | tool_setopt(x, FALSE, global, #y, y, z) |
Definition at line 118 of file tool_setopt.h.
#define res_setopt_str | ( | x, | |
y, | |||
z | |||
) | tool_setopt(x, TRUE, global, #y, y, z) |
Definition at line 120 of file tool_setopt.h.
#define SETOPT_CHECK | ( | v | ) |
do { \ result = (v); \ if(result) \ goto show_error; \ } WHILE_FALSE
Definition at line 30 of file tool_setopt.h.
Definition at line 67 of file tool_setopt.h.
Definition at line 62 of file tool_setopt.h.
Definition at line 63 of file tool_setopt.h.
Definition at line 70 of file tool_setopt.h.
Definition at line 71 of file tool_setopt.h.
Definition at line 65 of file tool_setopt.h.
Definition at line 75 of file tool_setopt.h.
Definition at line 73 of file tool_setopt.h.
Definition at line 72 of file tool_setopt.h.
Definition at line 74 of file tool_setopt.h.
Definition at line 69 of file tool_setopt.h.
Definition at line 64 of file tool_setopt.h.
Definition at line 66 of file tool_setopt.h.
Definition at line 68 of file tool_setopt.h.
CURLcode tool_setopt | ( | CURL * | curl, |
bool | str, | ||
struct GlobalConfig * | config, | ||
const char * | name, | ||
CURLoption | tag, | ||
... | |||
) |
Definition at line 490 of file tool_setopt.c.
CURLcode tool_setopt_bitmask | ( | CURL * | curl, |
struct GlobalConfig * | config, | ||
const char * | name, | ||
CURLoption | tag, | ||
const NameValueUnsigned * | nv, | ||
long | lval | ||
) |
Definition at line 331 of file tool_setopt.c.
CURLcode tool_setopt_enum | ( | CURL * | curl, |
struct GlobalConfig * | config, | ||
const char * | name, | ||
CURLoption | tag, | ||
const NameValue * | nv, | ||
long | lval | ||
) |
Definition at line 256 of file tool_setopt.c.
CURLcode tool_setopt_flags | ( | CURL * | curl, |
struct GlobalConfig * | config, | ||
const char * | name, | ||
CURLoption | tag, | ||
const NameValue * | nv, | ||
long | lval | ||
) |
Definition at line 289 of file tool_setopt.c.
CURLcode tool_setopt_httppost | ( | CURL * | curl, |
struct GlobalConfig * | config, | ||
const char * | name, | ||
CURLoption | tag, | ||
struct curl_httppost * | httppost | ||
) |
Definition at line 374 of file tool_setopt.c.
CURLcode tool_setopt_slist | ( | CURL * | curl, |
struct GlobalConfig * | config, | ||
const char * | name, | ||
CURLoption | tag, | ||
struct curl_slist * | list | ||
) |
Definition at line 450 of file tool_setopt.c.
const NameValue setopt_nv_CURL_HTTP_VERSION[] |
Definition at line 78 of file tool_setopt.c.
const NameValue setopt_nv_CURL_NETRC[] |
Definition at line 128 of file tool_setopt.c.
const NameValue setopt_nv_CURL_SOCKS_PROXY[] |
Definition at line 56 of file tool_setopt.c.
const NameValue setopt_nv_CURL_SSLVERSION[] |
Definition at line 87 of file tool_setopt.c.
const NameValue setopt_nv_CURL_TIMECOND[] |
Definition at line 99 of file tool_setopt.c.
const NameValueUnsigned setopt_nv_CURLAUTH[] |
Definition at line 64 of file tool_setopt.c.
const NameValue setopt_nv_CURLFTPSSL_CCC[] |
Definition at line 107 of file tool_setopt.c.
const NameValue setopt_nv_CURLPROTO[] |
Definition at line 137 of file tool_setopt.c.
const NameValue setopt_nv_CURLPROXY[] |
Definition at line 45 of file tool_setopt.c.
Definition at line 122 of file tool_setopt.c.
const NameValue setopt_nv_CURLUSESSL[] |
Definition at line 114 of file tool_setopt.c.