Lines Matching refs:config
81 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
84 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config,
87 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
90 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config,
93 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
97 struct OperationConfig *config,
101 SETOPT_CHECK(tool_setopt(x, FALSE, global, config, #y, y, z), y)
104 SETOPT_CHECK(tool_setopt(x, TRUE, global, config, #y, y, z), y)
118 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, config, #y, y, z)
120 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, config, #y, y, z)