• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/

Lines Matching defs:curl_easy_setopt

25 /* wraps curl_easy_setopt() with typechecking */
41 #define curl_easy_setopt(handle, option, value) \
106 curl_easy_setopt(handle, _curl_opt, value); \
148 "curl_easy_setopt expects a long argument for this option")
150 "curl_easy_setopt expects a curl_off_t argument for this option")
152 "curl_easy_setopt expects a "
156 "curl_easy_setopt expects a curl_write_callback argument for this option")
158 "curl_easy_setopt expects a curl_read_callback argument for this option")
160 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
162 "curl_easy_setopt expects a curl_sockopt_callback argument for this option")
164 "curl_easy_setopt expects a "
168 "curl_easy_setopt expects a curl_progress_callback argument for this option")
170 "curl_easy_setopt expects a curl_debug_callback argument for this option")
172 "curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option")
174 "curl_easy_setopt expects a curl_conv_callback argument for this option")
176 "curl_easy_setopt expects a curl_seek_callback argument for this option")
178 "curl_easy_setopt expects a "
181 "curl_easy_setopt expects a "
184 "curl_easy_setopt expects a FILE* argument for this option")
186 "curl_easy_setopt expects a void* or char* argument for this option")
188 "curl_easy_setopt expects a struct curl_httppost* argument for this option")
190 "curl_easy_setopt expects a struct curl_slist* argument for this option")
192 "curl_easy_setopt expects a CURLSH* argument for this option")
340 * the actual expression passed to the curl_easy_setopt macro. This