Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 13 of 13) sorted by relevance

/curl/docs/examples/
H A Dsynctime.c248 int conf_init(conf_t *conf) in conf_init() argument
252 *conf->http_proxy = 0; in conf_init()
254 conf->proxy_user[i] = 0; /* Clean up password from memory */ in conf_init()
255 *conf->timeserver = 0; in conf_init()
262 conf_t conf[1]; in main() local
268 conf_init(conf); in main()
298 snprintf(conf->timeserver, MAX_STRING, "%s", DefaultTimeServer[0]); in main()
314 SyncTime_CURL_Init(curl, conf->http_proxy, conf->proxy_user); in main()
339 fprintf(stderr, "Fetch: %s\n\n", conf->timeserver); in main()
343 SyncTime_CURL_Fetch(curl, conf->timeserver, "index.htm", in main()
[all …]
/curl/tests/http/testenv/
H A Dhttpd.py253 conf = [ # base server config
281 conf.extend([
298 conf.extend([
316 conf.extend([
328 conf.extend([
344 conf.extend([
348 conf.extend([ # http forward proxy
357 conf.extend(self._get_proxy_conf())
358 conf.extend([
375 conf.extend([
[all …]
H A Dvsftpd.py184 conf = [ # base server config
203 conf.extend([
214 fd.write("\n".join(conf))
H A Dcaddy.py154 conf = [ # base server config
174 fd.write("\n".join(conf))
/curl/tests/
H A Dhttp3-server.pl40 my $conf = "nghttpx.conf";
94 $conf = $ARGV[1];
117 "--conf=$conf ".
H A Dhttp2-server.pl39 my $conf = "nghttpx.conf";
94 $conf = $ARGV[1];
116 "--conf=$conf ".
H A D.gitignore19 ftps_stunnel.conf
20 https_stunnel.conf
H A DMakefile.am77 nghttpx.conf \
H A Druntests.pl751 open(my $conf, "<", "../lib/curl_config.h");
752 while(<$conf>) {
758 close($conf);
/curl/tests/certs/
H A DMakefile.inc103 srp-verifier-conf \
/curl/.github/
H A Dlabeler.yml295 tests/nghttpx.conf\
/curl/docs/
H A DTODO294 If /etc/resolv.conf gets updated while a program using libcurl is running, it
966 with integrity protection) and auth-conf (Authentication with integrity and
H A DFAQ1250 put the library (like Linux's /etc/ld.so.conf)

Completed in 24 milliseconds