Home
last modified time | relevance | path

Searched refs:path (Results 326 – 350 of 373) sorted by relevance

1...<<1112131415

/curl/tests/server/
H A Dutil.c202 const char *path = "."; variable
215 msnprintf(filename, sizeof(filename), TEST_DATA_PATH, path, testno); in test2fopen()
/curl/docs/libcurl/opts/
H A DCURLMOPT_PUSHFUNCTION.md114 headp = curl_pushheader_byname(headers, ":path");
H A DCURLOPT_CUSTOMREQUEST.md112 /* DELETE the given path */
H A DCURLOPT_COOKIELIST.md97 hostname, path and name as in my_cookie are skipped. That is because
H A DCURLOPT_PROXY.md90 localhost for the host part. e.g. socks5h://localhost/path/to/socket.sock
H A DCURLOPT_URL.md39 scheme://host:port/path
/curl/tests/http/
H A Dtest_17_ssl_use.py96 assert os.path.exists(dfile)
/curl/projects/
H A Dchecksrc.bat80 rem Check we have Perl in our path
83 rem It isn't so check we have it installed and set the path if it is
/curl/docs/libcurl/
H A Dlibcurl.m4266 # This is the IF-NO path
269 # This is the IF-YES path
H A Dlibcurl-url.md94 rc = curl_url_get(h, CURLUPART_PATH, &path, 0);
H A Dlibcurl-errors.md224 path does not identify an existing file. Did you check file permissions?
387 Problem with reading the SSL CA cert (path? access rights?)
702 The path part of the URL contained bad or invalid characters.
/curl/
H A DCMakeLists.txt782 set(CMAKE_LDAP_LIB "ldap" CACHE STRING "Name or full path to ldap library")
783 set(CMAKE_LBER_LIB "lber" CACHE STRING "Name or full path to lber library")
1057 …"Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'aut…
1060 message(FATAL_ERROR "Invalid value of CURL_CA_BUNDLE. Use 'none', 'auto' or file path.")
1073 message(FATAL_ERROR "Invalid value of CURL_CA_PATH. Use 'none', 'auto' or directory path.")
1086 # Skip autodetection of unset CA path because CA bundle is set explicitly
1088 # Skip autodetection of unset CA bundle because CA path is set explicitly
1090 # first try autodetecting a CA bundle, then a CA path
1114 …"Location of default CA path. Set 'none' to disable or 'auto' for auto-detection. Defaults to 'aut…
1126 "CA path only supported by OpenSSL, wolfSSL, GnuTLS or mbedTLS. "
[all …]
/curl/tests/
H A Dnegtelnetserver.py377 if options.pidfile and os.path.isfile(options.pidfile):
H A Dftpserver.pl98 my $path = '.';
99 my $logdir = $path .'/log';
3081 $piddir = $path;
/curl/docs/
H A Doptions-in-versions151 --path-as-is 7.42.0
/curl/lib/
H A Dhttp_aws_sigv4.c731 result = canon_string(data->state.up.path, strlen(data->state.up.path), in Curl_output_aws_sigv4()
H A Dpop3.c1423 const char *path = &data->state.up.path[1]; /* skip leading path */ in pop3_parse_url_path() local
1426 return Curl_urldecode(path, 0, &pop3->id, NULL, REJECT_CTRL); in pop3_parse_url_path()
H A Durl.c214 Curl_safefree(up->path); in up_free()
1951 uc = curl_url_get(uh, CURLUPART_PATH, &data->state.up.path,
2159 char *path = NULL; local
2295 uc = curl_url_get(uhp, CURLUPART_PATH, &path, CURLU_URLDECODE);
2301 if(strcmp("/", path)) {
2304 host = aprintf(UNIX_SOCKET_PREFIX"%s", path);
2339 free(path);
H A Dftplistparser.c209 free(wc->path); in Curl_wildcard_dtor()
210 wc->path = NULL; in Curl_wildcard_dtor()
H A Dtftp.c466 result = Curl_urldecode(&state->data->state.up.path[1], 0, in tftp_send_first()
1380 type = strstr(data->state.up.path, ";mode="); in tftp_setup_connection()
/curl/m4/
H A Dcurl-openssl.m465 dnl --with-openssl (without path) used
344 dnl when the ssl shared libs were found in a path that the run-time
H A Dcurl-confopts.m4490 dnl c-ares library path has been specified
504 dnl ... path without pkg-config
510 dnl c-ares path not specified, use defaults
/curl/packages/vms/
H A Dcurlmsg.msg108 SSL_CACERT <SSL CACERT, problem with the CA cert (path?)>
/curl/docs/cmdline-opts/
H A DMakefile.inc186 path-as-is.md \
/curl/lib/vquic/
H A Dcurl_ngtcp2.c1629 ngtcp2_path path; in recv_pkt() local
1633 ngtcp2_addr_init(&path.local, (struct sockaddr *)&ctx->q.local_addr, in recv_pkt()
1635 ngtcp2_addr_init(&path.remote, (struct sockaddr *)remote_addr, in recv_pkt()
1639 rv = ngtcp2_conn_read_pkt(ctx->qconn, &path, &pi, pkt, pktlen, pktx->ts); in recv_pkt()
1734 n = ngtcp2_conn_writev_stream(ctx->qconn, &x->ps.path, in read_pkt_to_send()

Completed in 103 milliseconds

1...<<1112131415