Home
last modified time | relevance | path

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

/curl/tests/http/testenv/
H A Dhttpd.py257 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 Dvsftpd.py166 conf = [ # base server config
186 conf.extend([
197 fd.write("\n".join(conf))
H A Dcaddy.py156 conf = [ # base server config
176 fd.write("\n".join(conf))
/curl/docs/examples/
H A Dsynctime.c232 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 Dhttp2-server.pl39 my $conf = "nghttpx.conf";
95 $conf = $ARGV[1];
117 "--conf=$conf ".
H A Dhttp3-server.pl40 my $conf = "nghttpx.conf";
95 $conf = $ARGV[1];
118 "--conf=$conf ".
H A D.gitignore19 ftps_stunnel.conf
20 https_stunnel.conf
H A DMakefile.am77 nghttpx.conf \
H A Druntests.pl748 open(my $conf, "<", "../lib/curl_config.h");
749 while(<$conf>) {
755 close($conf);
/curl/tests/certs/
H A DMakefile.inc103 srp-verifier-conf \
/curl/.github/
H A Dlabeler.yml292 tests/nghttpx.conf\
/curl/docs/
H A DTODO293 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 DFAQ1250 put the library (like Linux's /etc/ld.so.conf)

Completed in 38 milliseconds