Home
last modified time | relevance | path

Searched refs:g (Results 51 – 75 of 91) sorted by relevance

1234

/curl/docs/cmdline-opts/
H A Dconnect-to.md21 NOT affect the hostname/port number that is used for TLS/SSL (e.g. SNI,
H A Dverbose.md38 Using it twice, e.g. `-vv`, outputs time (--trace-time) and transfer ids
H A Dproxy.md28 part. e.g. socks5h://localhost/path/to/socket.sock
/curl/tests/data/
H A Dtest210070 s/com\x00\x00(\x1c|\x01)/com-00-00!/g;
/curl/docs/libcurl/opts/
H A DCURLOPT_CONNECT_TO.md54 This option is suitable to direct the request at a specific server, e.g. at a
59 (e.g. SNI, certificate verification) or for the application protocols.
H A DCURLOPT_RTSP_STREAM_URI.md37 to. (e.g. the CURLOPT_URL(3) for the above examples might be set to
H A DCURLOPT_LOGIN_OPTIONS.md46 disables the plain LOGIN (e.g. to prevent password snooping).
H A DCURLOPT_COOKIE.md47 the cookie engine and either you have imported a cookie of the same name (e.g.
H A DCURLOPT_PROXY.md97 localhost for the host part. e.g. socks5h://localhost/path/to/socket.sock
H A DCURLINFO_TLS_SSL_PTR.md103 longer associated with the easy handle (e.g. curl_easy_perform(3) has
/curl/m4/
H A Dcurl-compilers.m4138 flags_dbg_yes="-g"
204 flags_dbg_yes="-g"
224 flags_dbg_yes="-g"
244 flags_dbg_yes="-g"
279 flags_dbg_yes="-g"
310 flags_dbg_yes="-g"
335 flags_dbg_yes="-g"
355 flags_dbg_yes="-g"
375 flags_dbg_yes="-g"
409 tmp_chg_FLAGS=`echo "$tmp_chg_FLAGS" | "$SED" 's/^-I/ -isystem /g'`
[all …]
/curl/docs/libcurl/
H A DCMakeLists.txt32 else() # e.g. Windows with cmd.exe and other obsolete/unidentified shells
H A Dcurl_mprintf.md167 **F** conversions, the maximum number of significant digits for **g** and
196 A following a, A, e, E, f, F, g, or G conversion corresponds to a long double
236 ## g, G
H A Dcurl_ws_send.md57 such a call is blocking in this situation, e.g. only returns after all data
H A Dlibcurl.m449 # curl-config list (e.g. it's "HTTP" and not "http").
138 LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'`
H A Dlibcurl-security.md112 leverage this to read otherwise forbidden data (e.g.
123 e.g. **sftp://user@some-internal-server/etc/passwd**
130 E.g. **http://127.0.0.1/** or **http://intranet/delete-stuff.cgi?delete=all** or
156 server-side libcurl-using application could then use. E.g. the innocuous URL
238 stored in a cookie. E.g.
245 of how the SCP protocol is designed. E.g.
H A Dcurl_global_sslset.md36 (e.g. **CURLSSLBACKEND_OPENSSL**). The backend can also be specified via the
/curl/lib/
H A Dsha256.c367 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
369 unsigned long t0 = h + Sigma1(e) + Sha256_Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
/curl/CMake/
H A DCurlSymbolHiding.cmake31 # e.g. curl_easy_perform_ev() or curl_dbg_*(),
/curl/tests/
H A Druntests.md131 ## `-g`
161 conjunction with the -g option.
264 with *-g*.
/curl/lib/vtls/
H A Dopenssl.c597 DECLARE_PKEY_PARAM_BIGNUM(g); in ossl_certchain()
602 EVP_PKEY_get_bn_param(pubkey, OSSL_PKEY_PARAM_FFC_G, &g); in ossl_certchain()
605 DSA_get0_pqg(dsa, &p, &q, &g); in ossl_certchain()
611 print_pubkey_BN(dsa, g, i); in ossl_certchain()
615 FREE_PKEY_PARAM_BIGNUM(g); in ossl_certchain()
634 DECLARE_PKEY_PARAM_BIGNUM(g); in ossl_certchain()
639 EVP_PKEY_get_bn_param(pubkey, OSSL_PKEY_PARAM_FFC_G, &g); in ossl_certchain()
642 DH_get0_pqg(dh, &p, &q, &g); in ossl_certchain()
647 print_pubkey_BN(dh, g, i); in ossl_certchain()
650 print_pubkey_BN(dh, g, i); in ossl_certchain()
[all …]
H A Dcipher_suite.c167 #define CS_ZIP_IDX(a, b, c, d, e, f, g, h) \ argument
173 (uint8_t) ((((f) << 4) & 0xFF) | ((g) & 0x3F) >> 2), \
174 (uint8_t) ((((g) << 6) & 0xFF) | ((h) & 0x3F)) \
176 #define CS_ENTRY(id, a, b, c, d, e, f, g, h) \ argument
183 CS_TXT_IDX_ ## g, CS_TXT_IDX_ ## h \
/curl/docs/
H A Doptions-in-versions84 --globoff (-g) 7.6
/curl/.github/workflows/
H A Dlinux-old.yml73 …httrack --get https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+…
H A Dcygwin.yml64 autoconf libtool gcc-core gcc-g++ binutils

Completed in 87 milliseconds

1234