Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | curl_easyoption |
Macros | |
#define | CURLOT_FLAG_ALIAS (1<<0) |
Enumerations | |
enum | curl_easytype { CURLOT_LONG , CURLOT_VALUES , CURLOT_OFF_T , CURLOT_OBJECT , CURLOT_STRING , CURLOT_SLIST , CURLOT_CBPTR , CURLOT_BLOB , CURLOT_FUNCTION } |
Functions | |
CURL_EXTERN const struct curl_easyoption * | curl_easy_option_by_name (const char *name) |
CURL_EXTERN const struct curl_easyoption * | curl_easy_option_by_id (CURLoption id) |
CURL_EXTERN const struct curl_easyoption * | curl_easy_option_next (const struct curl_easyoption *prev) |
#define CURLOT_FLAG_ALIAS (1<<0) |
Definition at line 47 of file xz1772bzjjsabm61gm75wh3sjlmcs4bn-curl-8.12.1-dev/include/curl/options.h.
enum curl_easytype |
Enumerator | |
---|---|
CURLOT_LONG | |
CURLOT_VALUES | |
CURLOT_OFF_T | |
CURLOT_OBJECT | |
CURLOT_STRING | |
CURLOT_SLIST | |
CURLOT_CBPTR | |
CURLOT_BLOB | |
CURLOT_FUNCTION |
Definition at line 31 of file xz1772bzjjsabm61gm75wh3sjlmcs4bn-curl-8.12.1-dev/include/curl/options.h.
CURL_EXTERN const struct curl_easyoption * curl_easy_option_by_id | ( | CURLoption | id | ) |
CURL_EXTERN const struct curl_easyoption * curl_easy_option_by_name | ( | const char * | name | ) |
CURL_EXTERN const struct curl_easyoption * curl_easy_option_next | ( | const struct curl_easyoption * | prev | ) |