Home | History | Annotate | Download | only in curl

Lines Matching defs:curl_easy_setopt

25 /* wraps curl_easy_setopt() with typechecking */
41 #define curl_easy_setopt(handle, option, value) \
109 curl_easy_setopt(handle, _curl_opt, value); \
164 "curl_easy_setopt expects a long argument for this option")
166 "curl_easy_setopt expects a curl_off_t argument for this option")
168 "curl_easy_setopt expects a "
172 "curl_easy_setopt expects a curl_write_callback argument for this option")
174 "curl_easy_setopt expects a curl_read_callback argument for this option")
176 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
178 "curl_easy_setopt expects a curl_sockopt_callback argument for this option")
180 "curl_easy_setopt expects a "
184 "curl_easy_setopt expects a curl_progress_callback argument for this option")
186 "curl_easy_setopt expects a curl_debug_callback argument for this option")
188 "curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option")
190 "curl_easy_setopt expects a curl_conv_callback argument for this option")
192 "curl_easy_setopt expects a curl_seek_callback argument for this option")
194 "curl_easy_setopt expects a "
197 "curl_easy_setopt expects a "
200 "curl_easy_setopt expects a 'FILE *' argument for this option")
202 "curl_easy_setopt expects a 'void *' or 'char *' argument for this option")
204 "curl_easy_setopt expects a 'struct curl_httppost *' "
207 "curl_easy_setopt expects a 'curl_mime *' "
210 "curl_easy_setopt expects a 'struct curl_slist *' argument for this option")
212 "curl_easy_setopt expects a CURLSH* argument for this option")
418 * the actual expression passed to the curl_easy_setopt macro. This