HomeSort by relevance Sort by last modified time
    Searched full:libcurl (Results 26 - 50 of 1112) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/curl/docs/
curl-config.1 26 curl-config \- Get information about a libcurl installation
31 displays information about the curl and libcurl installation.
34 Displays the built-in path to the CA cert bundle this libcurl uses.
36 Displays the compiler used to build libcurl.
39 libcurl. Currently that is only the include path to the curl include files.
41 Specify the oldest possible libcurl version string you want, and this
48 Lists what particular main features the installed libcurl was built with. At
56 to link your application with libcurl.
58 This is the prefix used when libcurl was installed. Libcurl is then installe
    [all...]
  /external/curl/docs/libcurl/
libcurl.3 22 .TH libcurl 3 "July 15, 2017" "libcurl 7.58.0" "libcurl overview"
25 libcurl \- client-side URL transfers
27 This is a short overview on how to use libcurl in your C programs. There are
31 in-depth understanding on how to program with libcurl.
33 There are many bindings available that bring libcurl access to your favourite
36 libcurl has a global constant environment that you must set up and maintain
37 while using libcurl. This essentially means you call
42 If libcurl was compiled with support for multiple SSL backends, the functio
    [all...]
curl_free.3 22 .TH curl_free 3 "February 03, 2016" "libcurl 7.58.0" "libcurl Manual"
25 curl_free - reclaim memory that has been obtained through a libcurl call
32 curl_free reclaims memory that has been obtained through a libcurl call. Use
34 differences in memory management between your application and libcurl.
curl_multi_fdset.3 22 .TH curl_multi_fdset 3 "November 09, 2017" "libcurl 7.58.0" "libcurl Manual"
38 libcurl returns its fd_set sets. The application can use these to select() on,
56 If no file descriptors are set by libcurl, \fImax_fd\fP will contain -1 when
58 libcurl set. When libcurl returns -1 in \fImax_fd\fP, it is because libcurl
72 If one of the sockets used by libcurl happens to be larger than what can be
74 larger than FD_SETSIZE, then libcurl will try to not set it. Setting a too
80 CURLMcode type, general libcurl multi interface error code. Se
    [all...]
libcurl-thread.3 23 .TH libcurl-thread 3 "August 08, 2017" "libcurl 7.58.0" "libcurl thread safety"
26 libcurl-thread \- libcurl thread safety
27 .SH "Multi-threading with libcurl"
28 libcurl is thread safe but has no internal thread synchronization. You may have
54 https://curl.haxx.se/libcurl/c/opensslthreadlock.html
67 The engine is used by libcurl in a way that is fully thread-safe.
69 The engine is used by libcurl in a way that is fully thread-safe
    [all...]
curl_version.3 22 .TH curl_version 3 "February 03, 2016" "libcurl 7.58.0" "libcurl Manual"
25 curl_version - returns the libcurl version string
32 Returns a human readable string with the version number of libcurl and some of
libcurl-env.3 22 .TH libcurl-env 3 "January 23, 2018" "libcurl 7.58.0" "libcurl environment variables"
25 libcurl-env \- environment variables libcurl understands
27 libcurl reads and understands a set of environment variables that if set will
32 When libcurl is given a URL to use in a transfer, it first extracts the
47 When libcurl is built to support multiple SSL backends, it will select a
49 libcurl, this variable's selection will be used. It should be set to the full
59 gives libcurl a comma-separated list of host name patterns for which libcur
    [all...]
curl_easy_cleanup.3 23 .TH curl_easy_cleanup 3 "February 03, 2016" "libcurl 7.58.0" "libcurl Manual"
26 curl_easy_cleanup - End a libcurl easy handle
39 re-using handles is a key to good performance with libcurl.
43 \fIcurl_easy_setopt(3)\fP). Like if libcurl decides to shut down the
51 For libcurl versions before 7.17,: after you've called this function, you can
52 safely remove all the strings you've previously told libcurl to use, as it
curl_multi_assign.3 22 .TH curl_multi_assign 3 "February 03, 2016" "libcurl 7.58.0" "libcurl Manual"
39 If the given \fIsockfd\fP isn't already in use by libcurl, this function will
42 libcurl only keeps one single pointer associated with a socket, so calling
48 then libcurl can just as well do it since it already has an internal hash
57 When our socket-callback gets called by libcurl and we get to know about yet
62 This function was added in libcurl 7.15.5.
curl_multi_setopt.3 22 .TH curl_multi_setopt 3 "February 03, 2016" "libcurl 7.58.0" "libcurl Manual"
31 \fIcurl_multi_setopt(3)\fP is used to tell a libcurl multi handle how to
33 can change libcurl's behaviour when using that multi handle. All options are
37 expects. Read this manual carefully as bad input values may cause libcurl to
73 CURLM_UNKNOWN_OPTION if you try setting an option that this version of libcurl
76 This function was added in libcurl 7.15.4.
curl_global_init.3 22 .TH curl_global_init 3 "November 23, 2017" "libcurl 7.58.0" "libcurl Manual"
25 curl_global_init - Global libcurl initialisation
32 This function sets up the program environment that libcurl needs. Think of it
37 function in libcurl. The environment it sets up is constant for the life of
41 The flags option is a bit pattern that tells libcurl exactly what features to
45 libcurl.
49 This doesn't just mean no other thread that is using libcurl. Because
54 If you are initializing libcurl from a Windows DLL you should not initialize it
67 description below is for older libcurl versions.
    [all...]
  /external/curl/CMake/
curl-config.cmake 5 set(CURL_FIND_COMPONENTS curl libcurl)
29 if(TARGET CURL::libcurl)
34 get_target_property(_curl_configurations CURL::libcurl IMPORTED_CONFIGURATIONS)
51 get_target_property(CURL_INCLUDE_DIRS CURL::libcurl INTERFACE_INCLUDE_DIRECTORIES)
52 get_target_property(CURL_LIBRARIES CURL::libcurl "LOCATION${_curl_current_config}")
  /external/curl/packages/
Makefile.am 26 Symbian/group/libcurl.iby \
27 Symbian/group/libcurl.mmp \
28 Symbian/group/libcurl.pkg \
  /external/curl/docs/cmdline-opts/
no-npn.d 10 Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
11 with an SSL library that supports NPN. NPN is used by a libcurl that supports
  /external/curl/lib/
CMakeLists.txt 1 set(LIB_NAME libcurl)
14 list(APPEND CSOURCES libcurl.rc)
93 # Remove the "lib" prefix since the library is already named "libcurl".
99 # Add "_imp" as a suffix before the extension to avoid conflicting with the statically linked "libcurl.lib"
115 EXPORT libcurl-target
122 APPEND FILE ${PROJECT_BINARY_DIR}/libcurl-target.cmake
126 install(EXPORT libcurl-target
127 FILE libcurl-target.cmake
  /external/curl/docs/libcurl/opts/
CURLOPT_SOCKOPTFUNCTION.3 23 .TH CURLOPT_SOCKOPTFUNCTION 3 "May 15, 2017" "libcurl 7.58.0" "curl_easy_setopt options"
38 #define CURL_SOCKOPT_ERROR 1 /* causes libcurl to abort and return
51 When set, this callback function gets called by libcurl when the socket has
60 Future versions of libcurl may support more purposes. libcurl passes the newly
72 \fICURL_SOCKOPT_ALREADY_CONNECTED\fP, to tell libcurl that the socket is
73 already connected and then libcurl will not attempt to connect it. This allows
75 \fICURLOPT_OPENSOCKETFUNCTION(3)\fP and then have this function make libcurl
83 /* make libcurl use the already established socket 'sockfd' */
99 /* This return code was added in libcurl 7.21.5 *
    [all...]
CURLOPT_PIPEWAIT.3 23 .TH CURLOPT_PIPEWAIT 3 "May 01, 2016" "libcurl 7.58.0" "curl_easy_setopt options"
32 Set \fIwait\fP to 1L to tell libcurl to prefer to wait for a connection to
36 libcurl will check for existing connections to re-use and pipeline on. If no
41 for the multi handle this transfer is associated with - libcurl will instead
43 before it continues. This enables libcurl to much better keep the number of
46 The effect thus becomes that with this option set, libcurl prefers to wait and
51 libcurl to get the necessary response back that informs it about its protocol
CURLOPT_PROGRESSFUNCTION.3 23 .TH CURLOPT_PROGRESSFUNCTION 3 "February 03, 2016" "libcurl 7.58.0" "curl_easy_setopt options"
44 This function gets called by libcurl instead of its internal equivalent with a
50 used by libcurl but is only passed along from the application to the callback.
52 The callback gets told how much data libcurl will transfer and has
54 libcurl expects to download in this transfer. \fIdlnow\fP is the number of
55 bytes downloaded so far. \fIultotal\fP is the total number of bytes libcurl
64 Returning a non-zero value from this callback will cause libcurl to abort the
68 called during periods of idleness unless you call the appropriate libcurl
74 By default, libcurl has an internal progress meter. That's rarely wanted by
79 https://curl.haxx.se/libcurl/c/progressfunc.htm
    [all...]
CURLOPT_XFERINFOFUNCTION.3 23 .TH CURLOPT_XFERINFOFUNCTION 3 "February 03, 2016" "libcurl 7.58.0" "curl_easy_setopt options"
41 This function gets called by libcurl instead of its internal equivalent with a
47 used by libcurl but is only passed along from the application to the callback.
49 The callback gets told how much data libcurl will transfer and has
51 libcurl expects to download in this transfer. \fIdlnow\fP is the number of
52 bytes downloaded so far. \fIultotal\fP is the total number of bytes libcurl
61 Returning a non-zero value from this callback will cause libcurl to abort the
65 called during periods of idleness unless you call the appropriate libcurl
71 By default, libcurl has an internal progress meter. That's rarely wanted by
76 https://curl.haxx.se/libcurl/c/progressfunc.htm
    [all...]
  /external/libmicrohttpd/src/testcurl/https/
Makefile.am 59 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
67 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
79 $(PTHREAD_LIBS) $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
87 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
99 $(PTHREAD_LIBS) $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
107 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
115 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
123 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
131 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL@
143 $(GNUTLS_LDFLAGS) $(GNUTLS_LIBS) @LIBGCRYPT_LIBS@ @LIBCURL
    [all...]
  /external/curl/packages/Symbian/group/
curl.iby 11 #include <libcurl.iby>
  /external/curl/tests/data/
test1132 17 Verify memory #include files in libcurl's C source files
test1139 19 Verify that all libcurl options have man pages
test572 15 Server: RTSPD/libcurl-test
23 Server: RTSPD/libcurl-test
36 Server: RTSPD/libcurl-test
44 Server: RTSPD/libcurl-test
54 Server: RTSPD/libcurl-test
  /external/curl/packages/Linux/RPM/
curl.spec.in 31 Summary: The includes, libs, and man pages to develop with libcurl
35 libcurl is the core engine of curl; this packages contains all the libs,
36 headers, and manual pages to develop applications using libcurl.
65 %{prefix}/lib/libcurl.so*
68 %doc docs/LIBCURL docs/MANUAL docs/README* docs/RESOURCES docs/TODO
75 %{prefix}/lib/libcurl.a
76 %{prefix}/lib/libcurl.la

Completed in 563 milliseconds

12 3 4 5 6 7 8 91011>>