Searched refs:conf (Results 1 – 13 of 13) sorted by relevance
/curl/tests/http/testenv/ |
H A D | httpd.py | 257 conf = [ # base server config 285 conf.extend([ 302 conf.extend([ 320 conf.extend([ 332 conf.extend([ 348 conf.extend([ 364 conf.extend([ 368 conf.extend([ # http forward proxy 378 conf.extend([ 395 conf.extend([ [all …]
|
H A D | vsftpd.py | 166 conf = [ # base server config 186 conf.extend([ 197 fd.write("\n".join(conf))
|
H A D | caddy.py | 156 conf = [ # base server config 176 fd.write("\n".join(conf))
|
/curl/docs/examples/ |
H A D | synctime.c | 232 static int conf_init(conf_t *conf) in conf_init() argument 236 *conf->http_proxy = 0; in conf_init() 238 conf->proxy_user[i] = 0; /* Clean up password from memory */ in conf_init() 239 *conf->timeserver = 0; in conf_init() 246 conf_t conf[1]; in main() local 252 conf_init(conf); in main() 282 snprintf(conf->timeserver, MAX_STRING, "%s", DefaultTimeServer[0]); in main() 298 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user); in main() 323 fprintf(stderr, "Fetch: %s\n\n", conf->timeserver); in main() 327 SyncTime_CURL_Fetch(curl, conf->timeserver, "index.htm", in main() [all …]
|
/curl/tests/ |
H A D | http2-server.pl | 39 my $conf = "nghttpx.conf"; 95 $conf = $ARGV[1]; 117 "--conf=$conf ".
|
H A D | http3-server.pl | 40 my $conf = "nghttpx.conf"; 95 $conf = $ARGV[1]; 118 "--conf=$conf ".
|
H A D | .gitignore | 19 ftps_stunnel.conf 20 https_stunnel.conf
|
H A D | Makefile.am | 77 nghttpx.conf \
|
H A D | runtests.pl | 748 open(my $conf, "<", "../lib/curl_config.h"); 749 while(<$conf>) { 755 close($conf);
|
/curl/tests/certs/ |
H A D | Makefile.inc | 103 srp-verifier-conf \
|
/curl/.github/ |
H A D | labeler.yml | 292 tests/nghttpx.conf\
|
/curl/docs/ |
H A D | TODO | 293 If /etc/resolv.conf gets updated while a program using libcurl is running, it 967 with integrity protection) and auth-conf (Authentication with integrity and
|
H A D | FAQ | 1250 put the library (like Linux's /etc/ld.so.conf)
|
Completed in 60 milliseconds