Home
last modified time | relevance | path

Searched defs:OperationConfig (Results 1 – 1 of 1) sorted by relevance

/external/curl/src/
Dtool_cfgable.h40 struct OperationConfig { struct
41 CURL *easy; /* A copy of the handle from GlobalConfig */
42 bool remote_time;
43 char *random_file;
44 char *egd_file;
45 char *useragent;
46 char *cookie; /* single line with specified cookies */
47 char *cookiejar; /* write to this file */
48 char *cookiefile; /* read from this file */
49 char *altsvc; /* alt-svc cache file name */
[all …]