Home
last modified time | relevance | path

Searched refs:prefix (Results 26 – 50 of 66) sorted by relevance

123

/curl/docs/libcurl/
H A Dcurl_easy_option_by_name.md32 without the "CURLOPT_" prefix and the name comparison is made case
H A Dcurl_easy_option_by_id.md32 prefix ones provided in the standard curl/curl.h header file. This function
/curl/.github/workflows/
H A Ddistcheck.yml62 ./configure --prefix=$HOME/temp --without-ssl --without-libpsl
110 ../configure --without-ssl --enable-debug "--prefix=${PWD}/pkg" --without-libpsl
H A Dhttp3-linux.yml183 ./config no-deprecated --prefix=$PWD/build --libdir=$PWD/build/lib
194 ./configure --disable-dependency-tracking --prefix=$PWD/build \
214 ./configure --disable-dependency-tracking --enable-all --enable-quic --prefix=$PWD/build
226 …./configure --disable-dependency-tracking --prefix=$PWD/build PKG_CONFIG_PATH="$PWD/build/lib/pkgc…
237 ./configure --disable-dependency-tracking --prefix=$PWD/build \
249 ./configure --disable-dependency-tracking --prefix=$PWD/build \
391 ./config --prefix=$HOME/openssl3/build
H A Dwolfssl.yml84 …y-tracking --enable-tls13 ${{ matrix.build.wolfssl-configure }} --enable-harden --prefix=$HOME/wssl
H A Dnon-native.yml137 --prefix="${HOME}"/install \
194 --prefix="${HOME}"/install \
/curl/docs/cmdline-opts/
H A Dsocks4a.md30 using a socks4a:// protocol prefix. (Added in 7.21.7)
H A Dsocks5-hostname.md29 --proxy using a socks5h:// protocol prefix. (Added in 7.21.7)
H A Dpreproxy.md23 The pre proxy string should be specified with a protocol:// prefix to specify
H A Dsocks4.md31 using a socks4:// protocol prefix. (Added in 7.21.7)
H A Dsocks5.md29 using a socks5:// protocol prefix. (Added in 7.21.7)
H A Dresolve.md46 Support for the '+' prefix was added in 7.75.0.
H A Dform.md31 a file, prefix the filename with an @ sign. To just get the content part from
32 a file, prefix the filename with the symbol \<. The difference between @ and
H A Dcert.md46 precede it with `./` prefix, in order to avoid confusion with a nickname.
/curl/tests/data/
H A Dtest121830 HTTP cookies and domains with same prefix
/curl/tests/certs/scripts/
H A Dgenserv.sh63 echo No CA prefix
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLCERT.md45 to use a file from the current directory, please precede it with "./" prefix,
H A DCURLOPT_QUOTE.md41 When speaking to an FTP server, prefix the command with an asterisk (*) to
156 SFTP support added in 7.16.3. *-prefix for SFTP added in 7.24.0
H A DCURLOPT_SSLCERT.md43 to use a file from the current directory, please precede it with `./` prefix,
H A DCURLOPT_RESOLVE.md108 Support for adding non-permanent entries by using the "+" prefix was added in
/curl/lib/
H A Dcookie.c597 co->prefix |= COOKIE_PREFIX__SECURE; in Curl_cookie_add()
599 co->prefix |= COOKIE_PREFIX__HOST; in Curl_cookie_add()
953 co->prefix |= COOKIE_PREFIX__SECURE; in Curl_cookie_add()
955 co->prefix |= COOKIE_PREFIX__HOST; in Curl_cookie_add()
985 if(co->prefix & COOKIE_PREFIX__SECURE) { in Curl_cookie_add()
992 if(co->prefix & COOKIE_PREFIX__HOST) { in Curl_cookie_add()
H A DCMakeLists.txt135 # Remove the "lib" prefix since the library is already named "libcurl".
175 # Remove the "lib" prefix since the library is already named "libcurl".
/curl/m4/
H A Dcurl-gnutls.m459 gtlslib=`libgnutls-config --prefix`/lib$libsuff
71 gtlslib=`$cfg --prefix`/lib$libsuff
/curl/packages/vms/
H A Dcurlmsg.msg36 ! "The combined length of the prefix and the message symbol name cannot
37 ! exceed 31 characters." With a prefix of five that leaves us with 26
/curl/tests/http/testenv/
H A Denv.py320 prefix = f'{libname.lower()}/'
322 if lversion.startswith(prefix):
323 return lversion[len(prefix):]

Completed in 38 milliseconds

123