Searched refs:disabled (Results 1 – 25 of 84) sorted by relevance
1234
/curl/tests/server/ |
H A D | disabled.c | 40 static const char *disabled[]={ variable 126 for(i = 0; disabled[i]; i++) in main() 127 printf("%s\n", disabled[i]); in main()
|
H A D | .gitignore | 12 disabled
|
H A D | Makefile.inc | 26 socksd disabled mqttd 112 disabled_SOURCES = disabled.c
|
/curl/src/ |
H A D | tool_getpass.c | 180 bool disabled; in getpass_r() local 185 disabled = ttyecho(FALSE, fd); /* disable terminal echo */ in getpass_r() 194 if(disabled) { in getpass_r()
|
H A D | tool_hugehelp.c.cvs | 30 puts("built-in manual was disabled at build-time");
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAXLIFETIME_CONN.md | 43 If set to 0, this behavior is disabled: all connections are eligible for reuse. 47 0 seconds (i.e., disabled)
|
H A D | CURLOPT_DISALLOW_USERNAME_IN_URL.md | 40 0 (disabled)
|
H A D | CURLOPT_HTTP_CONTENT_DECODING.md | 32 content decoding is disabled. If set to 1 it is enabled. Libcurl has no
|
H A D | CURLOPT_SSH_COMPRESSION.md | 37 0, disabled
|
H A D | CURLOPT_APPEND.md | 36 0 (disabled)
|
H A D | CURLOPT_LOW_SPEED_TIME.md | 36 0, disabled
|
H A D | CURLOPT_LOW_SPEED_LIMIT.md | 39 0, disabled
|
H A D | CURLOPT_HTTP_TRANSFER_DECODING.md | 31 transfer decoding is disabled, if set to 1 it is enabled (default). libcurl
|
H A D | CURLOPT_LOCALPORT.md | 37 0, disabled - use whatever the system thinks is fine
|
H A D | CURLOPT_GSSAPI_DELEGATION.md | 30 unconditional GSSAPI credential delegation. The delegation is disabled by
|
H A D | CURLOPT_VERBOSE.md | 44 0, meaning disabled.
|
H A D | CURLOPT_PROXY_TRANSFER_MODE.md | 40 0, disabled
|
/curl/docs/cmdline-opts/ |
H A D | metalink.md | 18 support is disabled in curl for security reasons (added in 7.78.0).
|
H A D | http0.9.md | 27 HTTP/0.9 is disabled by default (added in 7.66.0)
|
/curl/tests/data/ |
H A D | test1247 | 33 # Protocol "h1234" not supported or disabled in libcurl
|
H A D | test1474 | 37 # 1 - Protocol "http" disabled
|
H A D | test375 | 27 curl: proxy support is disabled in this libcurl
|
H A D | test1245 | 52 # 1 - Protocol ftp not supported or disabled in libcurl
|
H A D | test325 | 59 # 1 - Protocol http not supported or disabled in libcurl
|
H A D | test1241 | 3 # verify that dotdot removal can be disabled!
|
Completed in 21 milliseconds
1234