Lines Matching defs:y
108 #define my_setopt(x,y,z) \ argument
111 #define my_setopt_str(x,y,z) \ argument
114 #define my_setopt_enum(x,y,z) \ argument
117 #define my_setopt_flags(x,y,z) \ argument
120 #define my_setopt_bitmask(x,y,z) \ argument
123 #define my_setopt_mimepost(x,y,z) \ argument
126 #define my_setopt_slist(x,y,z) \ argument
129 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, config, #y, y, z) argument
131 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, config, #y, y, z) argument
137 #define my_setopt(x,y,z) \ argument
140 #define my_setopt_str(x,y,z) \ argument
143 #define my_setopt_enum(x,y,z) \ argument
146 #define my_setopt_flags(x,y,z) \ argument
149 #define my_setopt_bitmask(x,y,z) \ argument
152 #define my_setopt_mimepost(x,y,z) \ argument
155 #define my_setopt_slist(x,y,z) \ argument
158 #define res_setopt(x,y,z) curl_easy_setopt(x,y,z) argument
160 #define res_setopt_str(x,y,z) curl_easy_setopt(x,y,z) argument