Lines Matching defs:z
94 #define my_setopt(x,y,z) \ argument
97 #define my_setopt_str(x,y,z) \ argument
100 #define my_setopt_enum(x,y,z) \ argument
103 #define my_setopt_flags(x,y,z) \ argument
106 #define my_setopt_bitmask(x,y,z) \ argument
109 #define my_setopt_httppost(x,y,z) \ argument
112 #define my_setopt_slist(x,y,z) \ argument
115 #define res_setopt(x,y,z) tool_setopt(x, FALSE, global, #y, y, z) argument
117 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, #y, y, z) argument
123 #define my_setopt(x,y,z) \ argument
126 #define my_setopt_str(x,y,z) \ argument
129 #define my_setopt_enum(x,y,z) \ argument
132 #define my_setopt_flags(x,y,z) \ argument
135 #define my_setopt_bitmask(x,y,z) \ argument
138 #define my_setopt_httppost(x,y,z) \ argument
141 #define my_setopt_slist(x,y,z) \ argument
144 #define res_setopt(x,y,z) curl_easy_setopt(x,y,z) argument
146 #define res_setopt_str(x,y,z) curl_easy_setopt(x,y,z) argument