Lines Matching defs:option
110 static CURLcode setstropt_userpwd(char *option, char **userp, char **passwdp)
118 if(option) {
119 size_t len = strlen(option);
123 result = Curl_parse_login_details(option, len,
130 /* Store the username part of option if required */
132 if(!user && option && option[0] == ':') {
143 /* Store the password part of option if required */
198 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
206 switch(option) {
387 * Option that prevents libcurl from sending TFTP option requests to the
394 * TFTP option that specifies the block size to use for data transmission.
422 * This option was previously named 'FTPASCII'. Renamed to work with
468 if(option != CURLOPT_SSLVERSION)
658 /* Does this option serve a purpose anymore? Yes it does, when
727 * used. As soon as this option has been used, if set to anything but
730 * Set this option to NULL to restore the previous behavior.
737 * Set header option.
811 * Set this option to TRUE to start a new "cookie session". It will
1242 * An option that changes the command to one that asks for a list only, no
1333 * An FTP/SFTP option that modifies an upload to create missing
1859 * Kludgy option to enable CRLF conversions. Subject for removal.
2977 option == CURLOPT_STREAM_DEPENDS_E);