Lines Matching defs:x
104 #define my_setopt(x,y,z) \ argument
107 #define my_setopt_str(x,y,z) \ argument
110 #define my_setopt_enum(x,y,z) \ argument
113 #define my_setopt_SSLVERSION(x,y,z) \ argument
116 #define my_setopt_bitmask(x,y,z) \ argument
119 #define my_setopt_mimepost(x,y,z) \ argument
122 #define my_setopt_slist(x,y,z) \ argument
125 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, config, #y, y, z) argument
127 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, config, #y, y, z) argument
133 #define my_setopt(x,y,z) \ argument
136 #define my_setopt_str(x,y,z) \ argument
139 #define my_setopt_enum(x,y,z) \ argument
142 #define my_setopt_SSLVERSION(x,y,z) \ argument
145 #define my_setopt_bitmask(x,y,z) \ argument
148 #define my_setopt_mimepost(x,y,z) \ argument
151 #define my_setopt_slist(x,y,z) \ argument
154 #define res_setopt(x,y,z) curl_easy_setopt(x,y,z) argument
156 #define res_setopt_str(x,y,z) curl_easy_setopt(x,y,z) argument