Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 53) sorted by relevance

123

/curl/docs/libcurl/opts/
H A DCURLSHOPT_UNSHARE.md32 shared and kept in the share object that was created with
34 shared object. The given *type* must be one of the values described
36 data arguments to remove multiple types from the shared object. Add data to
41 Cookie data is no longer shared across the easy handles using this shared
46 Cached DNS hosts are no longer shared across the easy handles using this
47 shared object.
51 SSL session IDs are no longer shared across the easy handles using this shared
56 The connection cache is no longer shared.
60 The Public Suffix List is no longer shared.
H A DCURLSHOPT_SHARE.md31 The *type* parameter specifies what specific data that should be shared
40 Cookie data is shared across the easy handles using this shared object. Note
48 Cached DNS hosts are shared across the easy handles using this shared
54 SSL session IDs are shared across the easy handles using this shared
72 in different threads using a shared connection.
H A DCURLOPT_PROXY_TLSAUTH_TYPE.md49 shared secret. To use TLS-SRP, you must also set the
H A DCURLOPT_TLSAUTH_TYPE.md45 shared secret. To use TLS-SRP, you must also set the
H A DCURLSHOPT_LOCKFUNC.md47 *access* defines what access type libcurl wants, shared or single.
/curl/m4/
H A Dxc-lt-iface.m450 # User may have disabled shared or static libraries.
69 # and build runs for shared and static is to enable shared libraries
176 dnl Checks whether libtool shared and static libraries
187 # Verify if finally libtool shared libraries will be built
221 dnl provided when building libtool shared libraries.
251 dnl provided when building libtool shared libraries.
283 dnl provided when building libtool shared libraries.
311 dnl Checks whether libtool shared and static libraries
344 AC_MSG_CHECKING([whether to build shared libraries with PIC])
357 dnl Checks whether a libtool shared or static library
[all …]
/curl/
H A Dcurl-config.in43 --built-shared says 'yes' if libcurl was built shared
69 --built-shared)
H A DGIT-INFO.md22 ./configure --disable-shared --enable-debug --enable-maintainer-mode
/curl/projects/
H A Dbuild-openssl.bat286 call :build x64 shared %LEGACY_BUILD%
365 rem %3 - Build Type (static or shared)
430 set options=!options! no-shared
431 ) else if not "%3" == "shared" (
448 rem %2 - Build Type (static or shared)
471 ) else if "%2" == "shared" (
487 rem %2 - Build Type (static or shared)
518 ) else if "%2" == "shared" (
549 ) else if "%2" == "shared" (
586 ) else if "%2" == "shared" (
[all …]
/curl/docs/libcurl/
H A Dcurl_share_cleanup.md17 curl_share_cleanup - close a shared object
29 This function deletes a shared object. The share handle cannot be used anymore
H A Dcurl_multi_add_handle.md39 If the easy handle is not set to use a shared (CURLOPT_SHARE(3)) cache,
40 it is made to use a DNS cache that is shared between all easy handles within
43 When an easy interface is added to a multi handle, it is set to use a shared
H A Dlibcurl-share.md44 You create a shared object with curl_share_init(3). It returns a handle
47 You tell the shared object what data you want it to share by using
H A Dcurl_share_setopt.md17 curl_share_setopt - set options for a shared object
/curl/packages/vms/
H A Dreadme38 the libcurl shared image. The setup_gnv_curl_build.com
76 GNV and how to build the libcurl shared image and
83 libcurl shared image and to set up the needed
110 libcurl shared image.
112 gnv_link_curl.com Links the libcurl shared image and then links a curl
136 shared image has been made.
142 enough for building a shared libcurl image.
172 the GNV tool kit, building a shared libcurl, and producing a PCSI kit for
181 The build procedure will also detect if a compatible ZLIB shared image
190 The build_vms.com procedure does not build the shared image file or the PCSI
H A Dbuild_vms.com22 $! shared image expects.
53 $! OSSLOLB Use OpenSSL object libraries (.OLB), even if shared
596 $! OpenSSL shared images with "xxx.EXE names.
704 "%CURL-I-BLDOSSL_EXE, building with OpenSSL (shared image) support"
847 $ 'vo_l' "%CURL-I-LINK_HPSSL, linking with OpenSSL (shared image)"
/curl/scripts/
H A Dcoverage.sh31 ../configure --disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage
/curl/tests/data/
H A Dtest15546 shared connections
82 HTTP with shared connection cache
H A Dtest84840 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --sasl-authzid shared-mailbox
H A Dtest89242 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-authzid shared-mailbox
H A Dtest190530 CURLOPT_COOKIELIST set to "FLUSH" of a shared cookie object
/curl/lib/vtls/
H A Dgtls.c462 shared = calloc(1, sizeof(*shared)); in Curl_gtls_shared_creds_create()
463 if(!shared) in Curl_gtls_shared_creds_create()
469 free(shared); in Curl_gtls_shared_creds_create()
473 shared->refcount = 1; in Curl_gtls_shared_creds_create()
474 shared->time = Curl_now(); in Curl_gtls_shared_creds_create()
475 *pcreds = shared; in Curl_gtls_shared_creds_create()
493 if(shared) { in Curl_gtls_shared_creds_free()
494 --shared->refcount; in Curl_gtls_shared_creds_free()
495 if(!shared->refcount) { in Curl_gtls_shared_creds_free()
497 free(shared->CAfile); in Curl_gtls_shared_creds_free()
[all …]
/curl/docs/cmdline-opts/
H A Dsasl-authzid.md25 access to, or a shared mailbox for example.
/curl/docs/examples/
H A D.gitignore101 shared-connection-cache
H A DMakefile.inc119 shared-connection-cache \
/curl/CMake/
H A Dcurl-config.cmake.in44 # Alias for either shared or static library

Completed in 85 milliseconds

123