Searched defs:OperationConfig (Results 1 – 1 of 1) sorted by relevance
32 struct OperationConfig { struct33 CURL *easy; /* A copy of the handle from GlobalConfig */34 bool remote_time;35 char *random_file;36 char *egd_file;37 char *useragent;38 char *cookie; /* single line with specified cookies */39 char *cookiejar; /* write to this file */40 char *cookiefile; /* read from this file */41 bool cookiesession; /* new session? */[all …]