Searched refs:variables (Results 1 – 25 of 81) sorted by relevance
1234
/curl/tests/data/ |
H A D | test462 | 4 variables 21 Missing environment variables in config file
|
H A D | test448 | 5 variables 41 Environment variables within config file, unbalanced braces
|
H A D | test449 | 5 variables 41 Environment variables in config file w/o [expand]
|
H A D | test460 | 4 variables
|
H A D | test428 | 5 variables 49 Expand environment variables within config file
|
H A D | test454 | 4 variables
|
H A D | test452 | 4 variables
|
H A D | test453 | 5 variables
|
H A D | test456 | 5 variables
|
/curl/docs/libcurl/ |
H A D | libcurl-env.md | 16 libcurl-env - environment variables libcurl understands 20 libcurl reads and understands a set of environment variables that if set 21 controls and changes behaviors. This is the full list of variables to set and 23 supports a set of additional environment variables independently of this. 33 These proxy variables are also checked for in their uppercase versions, except 35 systems actually have a case insensitive handling of environment variables and 45 being used. Note that the scheme specific variables overrides this one if set. 101 Debug variables are intended for internal use and are documented in
|
H A D | libcurl-env-dbg.md | 16 libcurl-env-dbg - environment variables libcurl DEBUGBUILD understands 20 This is a set of variables only recognized and used if libcurl was built 22 These variables are intended for internal use only, subject to change and have 110 Fake Unix timestamp to use for AltSvc, HSTS and CURLINFO variables that are 114 variables that are not time-related (such as CURLINFO_LOCAL_PORT), and in that
|
/curl/src/ |
H A D | tool_writeout.c | 74 static const struct writeoutvar variables[] = { variable 579 variables, sizeof(variables)/sizeof(variables[0]), in ourWriteOut() 580 sizeof(variables[0]), matchvar); in ourWriteOut() 602 ourWriteOutJSON(stream, variables, in ourWriteOut() 603 sizeof(variables)/sizeof(variables[0]), in ourWriteOut()
|
H A D | var.c | 59 struct tool_var *list = global->variables; in varcleanup() 71 struct tool_var *list = global->variables; in varcontent() 368 p->next = global->variables; in addvariable() 369 global->variables = p; in addvariable()
|
/curl/docs/cmdline-opts/ |
H A D | variable.md | 29 --variable can import environment variables into the name space. Opt to either 37 environment variables are case insensitive. 39 When expanding variables, curl supports a set of functions that can make the
|
/curl/CMake/ |
H A D | FindBearSSL.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindBrotli.cmake | 26 # Input variables: 32 # Result variables:
|
H A D | FindQuiche.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindWolfSSH.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindLibpsl.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindLibssh2.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindNGHTTP2.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindNGHTTP3.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindMSH3.cmake | 26 # Input variables: 31 # Result variables:
|
H A D | FindLibgsasl.cmake | 26 # Input variables: 31 # Result variables:
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TELNETOPTIONS.md | 30 Provide a pointer to a curl_slist with variables to pass to the telnet 31 negotiations. The variables should be in the format \<option=value\>. libcurl
|
Completed in 39 milliseconds
1234