Home
last modified time | relevance | path

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

123

/curl/
H A D.cirrus.yml72 …- ./configure --prefix="${HOME}"/install --disable-dependency-tracking --enable-debug --with-opens…
H A Dconfigure.ac1436 dnl if given with a prefix, we set -L and -I based on that
1523 dnl if given with a prefix, we set -L and -I based on that
2132 dnl if given with a prefix, we set -L and -I based on that
2243 dnl if given with a prefix, we set -L and -I based on that
2318 dnl if given with a prefix, we set -L and -I based on that
2433 dnl if given with a prefix, we set -L and -I based on that
5000 Install prefix: ${prefix}
H A DCMakeLists.txt1746 set(exec_prefix "\${prefix}")
1747 set(includedir "\${prefix}/include")
1837 set(prefix "${CMAKE_INSTALL_PREFIX}") variable
H A Dacinclude.m41279 if test "x$prefix" != xNONE; then
1280 cac="${prefix}/share/curl/curl-ca-bundle.crt"
/curl/lib/
H A Dopenldap.c956 const char *prefix, size_t plen, in client_write() argument
962 if(prefix) { in client_write()
965 if(!len && plen && prefix[plen - 1] == ' ') in client_write()
967 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *) prefix, plen); in client_write()
H A Ddoh.c196 const char *prefix, in local_print_buf() argument
207 infof(data, "%s: len=%d, val=%s", prefix, (int)len, hexstr); in local_print_buf()
209 infof(data, "%s: len=%d (truncated)val=%s", prefix, (int)len, hexstr); in local_print_buf()
H A Dhttp.c2746 static bool checkprefixmax(const char *prefix, const char *buffer, size_t len) in checkprefixmax() argument
2748 size_t ch = CURLMIN(strlen(prefix), len); in checkprefixmax()
2749 return curl_strnequal(prefix, buffer, ch); in checkprefixmax()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY.md74 Without a scheme prefix, CURLOPT_PROXYTYPE(3) can be used to specify which
/curl/.github/workflows/
H A Dawslc.yml154 - run: cmake --install build --prefix $HOME/curl --strip
H A Dlinux.yml264 ./configure --disable-dependency-tracking --prefix=$HOME/libressl
300 ./config --prefix=$HOME/openssl3 --libdir=$HOME/openssl3/lib
318 ./config --prefix=$HOME/quictls --libdir=$HOME/quictls/lib
H A Dwindows.yml73 --prefix="${HOME}"/install \
202 --prefix="${HOME}"/install \
/curl/tests/server/
H A Dmqttd.c214 const char *prefix, size_t remlen, in logprotocol() argument
231 prefix, remlen, in logprotocol()
/curl/m4/
H A Dcurl-openssl.m494 AC_MSG_ERROR([$PREFIX_OPENSSL is a bad --with-openssl prefix!])
/curl/projects/
H A Dbuild-openssl.bat441 perl "%SOURCE_PATH%\Configure" %options% "--prefix=%TMP_INSTALL_PATH%"
/curl/docs/
H A DKNOWN_BUGS276 However, as a workaround, the Windows path prefix \\?\ which disables all path
H A DFAQ742 and for SCP it is just a different protocol prefix:
757 part as in "htpt://example.com" or as in the less evident case if you prefix

Completed in 89 milliseconds

123