Lines Matching defs:y
92 #define my_setopt(x,y,z) \ argument
95 #define my_setopt_str(x,y,z) \ argument
98 #define my_setopt_enum(x,y,z) \ argument
101 #define my_setopt_flags(x,y,z) \ argument
104 #define my_setopt_bitmask(x,y,z) \ argument
107 #define my_setopt_httppost(x,y,z) \ argument
110 #define my_setopt_slist(x,y,z) \ argument
113 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, #y, y, z) argument
115 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, #y, y, z) argument
121 #define my_setopt(x,y,z) \ argument
124 #define my_setopt_str(x,y,z) \ argument
127 #define my_setopt_enum(x,y,z) \ argument
130 #define my_setopt_flags(x,y,z) \ argument
133 #define my_setopt_bitmask(x,y,z) \ argument
136 #define my_setopt_httppost(x,y,z) \ argument
139 #define my_setopt_slist(x,y,z) \ argument
142 #define res_setopt(x,y,z) curl_easy_setopt(x,y,z) argument
144 #define res_setopt_str(x,y,z) curl_easy_setopt(x,y,z) argument