Lines Matching defs:option
564 CURLE_UNKNOWN_OPTION, /* 48 - User specified an unknown option */
565 CURLE_SETOPT_OPTION_SYNTAX, /* 49 - Malformed setopt option */
706 /* Provide defines for really old option names */
892 /* parameter for the CURLOPT_USE_SSL option */
898 CURLUSESSL_LAST /* not an option, never use */
953 /* parameter for the CURLOPT_FTP_SSL_CCC option */
958 CURLFTPSSL_CCC_LAST /* not an option, never use */
961 /* parameter for the CURLOPT_FTPSSLAUTH option */
966 CURLFTPAUTH_LAST /* not an option, never use */
969 /* parameter for the CURLOPT_FTP_CREATE_MISSING_DIRS option */
977 CURLFTP_CREATE_DIR_LAST /* not an option, never use */
980 /* parameter for the CURLOPT_FTP_FILEMETHOD option */
986 CURLFTPMETHOD_LAST /* not an option, never use */
993 /* CURLALTSVC_* are bits for the CURLOPT_ALTSVC_CTRL option */
1026 /* CURLHSTS_* are bits for the CURLOPT_HSTS option */
1324 this option is used only if SSL_VERIFYPEER is true */
1439 this option is used only if SSL_VERIFYPEER is true */
1446 timeouts. This option is useful for multi-threaded applications.
1494 In 7.19.4 we introduced the convenience enums for this option using the
1510 /* Set this option to one of the CURL_IPRESOLVE_* defines (see below) to
1515 /* Set this option to limit the size of a file that will be downloaded from
1537 /* Set this option to the file name of your .netrc file you want libcurl
1538 to parse (using the CURLOPT_NETRC option). If not set, libcurl will do
1550 /* The _LARGE version of the standard POSTFIELDSIZE option */
1564 /* When FTP over SSL/TLS is selected (with CURLOPT_USE_SSL), this option
1836 option is set to 1.
1916 this option is used only if SSL_VERIFYPEER is true */
1952 /* Do not send any tftp option requests to the server */
1967 this option is used only if PROXY_SSL_VERIFYPEER is true */
1971 this option is used only if PROXY_SSL_VERIFYPEER is true */
2027 this option is used only if PROXY_SSL_VERIFYPEER is true */
2154 this option is used only if SSL_VERIFYPEER is true */
2158 this option is used only if PROXY_SSL_VERIFYPEER is true */
2175 /* Set MIME option flags. */
2246 /* Below here follows defines for the CURLOPT_IPRESOLVE option. If a host
2248 option might be handy to force libcurl to use a specific IP version. */
2257 /* These enums are for use with the CURLOPT_HTTP_VERSION option. */
2269 needed. For HTTPS only. For HTTP, this option
2302 /* These enums are for use with the CURLOPT_NETRC option. */
2379 /* CURLMIMEOPT_ defines are for the CURLOPT_MIME_OPTIONS option. */
2536 CURLformoption option;
2546 * CURL_FORMADD_OPTION_TWICE if one option is given twice for one Form
2549 * CURL_FORMADD_UNKNOWN_OPTION if an unknown option was used
2553 * CURL_FORMADD_ILLEGAL_ARRAY if an illegal option is used in an array
2744 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
2944 /* CURLINFO_RESPONSE_CODE is the new name for the option previously known as
3028 CURL_EXTERN CURLSHcode curl_share_setopt(CURLSH *share, CURLSHoption option,