/curl/tests/ |
H A D | dictserver.py | 52 def dictserver(options): argument 54 if options.pidfile: 62 local_bind = (options.host, options.port) 129 def setup_logging(options): argument 137 if options.logfile: 146 if options.verbose: 170 options = get_options() variable 173 setup_logging(options) 177 rc = dictserver(options) 182 if options.pidfile and os.path.isfile(options.pidfile): [all …]
|
H A D | smbserver.py | 109 def smbserver(options): argument 111 if options.pidfile: 143 if not options.srcdir or not os.path.isdir(options.srcdir): 148 smb_server = TestSmbServer((options.host, options.port), 404 def setup_logging(options): argument 412 if options.logfile: 421 if options.verbose: 437 options = get_options() variable 440 setup_logging(options) 444 rc = smbserver(options) [all …]
|
H A D | negtelnetserver.py | 52 def telnetserver(options): argument 54 if options.pidfile: 62 local_bind = (HOST, options.port) 310 def setup_logging(options): argument 320 if options.logfile: 329 if options.verbose: 353 options = get_options() variable 356 setup_logging(options) 360 rc = telnetserver(options) 365 if options.pidfile and os.path.isfile(options.pidfile): [all …]
|
H A D | test971.pl | 52 my @options; 68 push @options, $flag; 75 return @options;
|
/curl/docs/cmdline-opts/ |
H A D | login-options.md | 4 Long: login-options 5 Arg: <options> 7 Help: Server login options 14 - --login-options 'AUTH=*' imap://example.com 17 # `--login-options` 19 Specify the login options to use during server authentication. 21 You can use login options to specify protocol specific options that may be 23 options. For more information about login options please see RFC 2384,
|
H A D | tftp-no-options.md | 4 Long: tftp-no-options 5 Help: Do not send any TFTP options 13 - --tftp-no-options tftp://192.168.0.1/ 16 # `--tftp-no-options` 18 Do not to send TFTP options requests. This improves interop with some legacy 19 servers that do not acknowledge or properly implement TFTP options. When this
|
H A D | next.md | 10 Help: Make next URL use separate options 23 Use a separate operation for the following URL and associated options. This 24 allows you to send several URL requests, each with their own specific options, 27 --next resets all local options and only global ones have their values survive 28 over to the operation following the --next instruction. Global options include
|
H A D | telnet-option.md | 19 Pass options to the telnet protocol. Supported options are:
|
H A D | help.md | 27 category is provided, curl shows all command line options within the given 28 category. Specify category `all` to list all available options. 37 The help output is extensive for some options.
|
/curl/ |
H A D | appveyor.sh | 39 options='' 41 [ -n "${TOOLSET:-}" ] && options+=" -T ${TOOLSET}" 42 [ "${OPENSSL}" = 'ON' ] && options+=" -DOPENSSL_ROOT_DIR=${openssl_root_win}" 43 [ -n "${CURLDEBUG:-}" ] && options+=" -DENABLE_CURLDEBUG=${CURLDEBUG}" 44 [ "${PRJ_CFG}" = 'Debug' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG=' 45 [ "${PRJ_CFG}" = 'Release' ] && options+=' -DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=' 46 [[ "${PRJ_GEN}" = *'Visual Studio'* ]] && options+=' -DCMAKE_VS_GLOBALS=TrackFileAccess=false' 50 options+=' -DCURL_STATIC_CRT=ON' 53 cmake -B _bld "-G${PRJ_GEN}" ${TARGET:-} ${options} \
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TELNETOPTIONS.md | 17 CURLOPT_TELNETOPTIONS - set of telnet options 32 supports the options **TTYPE**, **XDISPLOC** and **NEW_ENV**. See the TELNET 55 struct curl_slist *options; 56 options = curl_slist_append(NULL, "TTTYPE=vt100"); 57 options = curl_slist_append(options, "USER=foobar"); 59 curl_easy_setopt(curl, CURLOPT_TELNETOPTIONS, options); 62 curl_slist_free_all(options);
|
H A D | CURLOPT_TFTP_NO_OPTIONS.md | 16 CURLOPT_TFTP_NO_OPTIONS - send no TFTP options requests 28 Set *onoff* to 1L to exclude all TFTP options defined in RFC 2347, 32 acknowledge or properly implement TFTP options. When this option is used 60 /* do not send TFTP options requests */
|
H A D | CURLOPT_LOGIN_OPTIONS.md | 20 CURLOPT_LOGIN_OPTIONS - login options 27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_LOGIN_OPTIONS, char *options); 33 null-terminated *options* string to use for the transfer. 35 For more information about the login options please see RFC 2384, RFC 5092 and 38 CURLOPT_LOGIN_OPTIONS(3) can be used to set protocol specific login options,
|
/curl/lib/ |
H A D | http1.c | 60 static CURLcode trim_line(struct h1_req_parser *parser, int options) in trim_line() argument 69 else if(options & H1_PARSE_OPT_STRICT) in trim_line() 72 else if(options & H1_PARSE_OPT_STRICT) in trim_line() 75 else if(options & H1_PARSE_OPT_STRICT) in trim_line() 124 *err = trim_line(parser, options); in next_line() 137 const char *scheme_default, int options) in start_req() argument 230 if(!(options & H1_PARSE_OPT_STRICT)) in start_req() 238 if(!url && (options & H1_PARSE_OPT_STRICT)) { in start_req() 263 const char *scheme_default, int options, in Curl_h1_req_parse_read() argument 270 n = next_line(parser, buf, buflen, options, err); in Curl_h1_req_parse_read() [all …]
|
/curl/tests/data/ |
H A D | test971 | 5 options-in-versions 17 Verify that options-in-versions and docs/cmdline-opts are in sync 21 %SRCDIR/test971.pl %SRCDIR/../docs/options-in-versions %SRCDIR/../docs/cmdline-opts
|
H A D | test896 | 7 --login-options 23 IMAP with --login-options 'AUTH=dummy' (failing) 26 'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy'
|
H A D | test895 | 7 --login-options 32 IMAP with --login-options 'AUTH=*' 35 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=*'
|
H A D | test1242 | 27 TFTP retrieve without TFTP options requests 30 tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --tftp-no-options
|
H A D | test1243 | 16 TFTP send without TFTP options requests 19 -T %LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options
|
H A D | test799 | 35 IMAP with --login-options 'AUTH=+LOGIN' 38 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --login-options AUTH=+LOGIN
|
/curl/tests/unit/ |
H A D | unit1620.c | 51 char *options = NULL; in test_parse() local 53 &userstr, &passwdstr, &options); in test_parse() 58 fail_unless(!!exp_options == !!options, "options expectation failed"); in test_parse() 65 fail_unless(!exp_options || strcmp(options, exp_options) == 0, in test_parse() 71 free(options); in test_parse()
|
/curl/docs/libcurl/ |
H A D | libcurl-easy.md | 29 You continue by setting all the options you want in the upcoming transfer, the 39 available options. 41 If you at any point would like to blank all previously set options for a 43 clone of an easy handle (with all its set options) using 50 After the transfer has been made, you can set new options and make another
|
H A D | curl_easy_option_next.md | 18 curl_easy_option_next - iterate over easy setopt options 32 struct, providing an ability to iterate over all known options for 39 The options returned by this functions are the ones known to this libcurl and 77 /* iterate over all available options */ 92 no more options.
|
H A D | curl_easy_reset.md | 19 curl_easy_reset - reset all options of a libcurl session handle 31 Re-initializes all options previously set on a specified CURL handle to the 49 /* ... the handle is used and options are set ... */
|
/curl/docs/ |
H A D | curl-config.md | 18 **curl-config [options]** 37 Set of compiler options (CFLAGS) to use when compiling files that use 60 Displays the available options. 64 Shows the complete set of libs and other linker options you need in order to 89 Shows the complete set of libs and other linker options you need in order to 106 What linker options do I need when I link with libcurl? 110 What compiler options do I need when I compile using libcurl functions?
|