/external/curl/docs/ |
CMakeLists.txt | 2 add_subdirectory(libcurl)
|
README.md | 11 general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for 12 libcurl related documentation.
|
/external/curl/packages/Symbian/group/ |
bld.inf | 2 // libcurl and curl bld.inf file for Symbian OS 5 libcurl.iby /epoc32/rom/include/libcurl.iby 9 libcurl.mmp
|
libcurl.iby | 2 // libcurl file transfer DLL 4 // Use this file with buildrom to add libcurl to a device ROM 12 file=ABI_DIR\BUILD_DIR\libcurl.dll \sys\bin\libcurl.dll
|
libcurl.pkg | 0 ; libcurl package definition file 11 #{"libcurl"}, (0xF0206D00), 7, 20, <please_update_version>, TYPE=SA 22 "\epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll"
|
/external/libmicrohttpd/m4/ |
Makefile.am | 2 EXTRA_DIST = libcurl.m4
|
libcurl.m4 | 6 # Checks for libcurl. DEFAULT-ACTION is the string yes or no to 7 # specify whether to default to --with-libcurl or --without-libcurl. 9 # minimum version of libcurl to accept. Pass the version as a regular 12 # libcurl was successfully found and passed the various tests. 14 # Note that using --without-libcurl does run ACTION-IF-NO. 16 # This macro #defines HAVE_LIBCURL if a working libcurl setup is 17 # found, and sets @LIBCURL@ and @LIBCURL_CPPFLAGS@ to the necessary 19 # the various features supported by libcurl, and LIBCURL_PROTOCOL_yyy 20 # where yyy are the various protocols supported by libcurl. Both xx [all...] |
/external/curl/lib/ |
makefile.amiga | 2 # libcurl Makefile for AmigaOS ... 17 ar cru libcurl.a $(OBJS) 18 ranlib libcurl.a 21 $(INSTALL) -c ./libcurl.a /lib/libcurl.a
|
libcurl.plist | 15 <string>se.haxx.curl.libcurl</string> 21 <string>libcurl</string> 30 <string>libcurl 7.58.0</string> 33 <string>libcurl.plist 7.58.0</string>
|
/external/libmicrohttpd/src/testzzuf/ |
Makefile.am | 35 @LIBCURL@ 41 @LIBCURL@ 47 @LIBCURL@ 53 @LIBCURL@ 59 @LIBCURL@ 65 @LIBCURL@ 71 @LIBCURL@ 79 @LIBCURL@ 85 @LIBCURL@ 91 @LIBCURL@ [all...] |
/external/curl/docs/cmdline-opts/ |
libcurl.d | 1 Long: libcurl 3 Help: Dump libcurl equivalent code of this command line 7 libcurl-using C source code written to the file that does the equivalent
|
no-alpn.d | 9 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built 10 with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
|
/external/curl/projects/Windows/VC6/ |
curl-all.dsw | 6 Project: "libcurl"=".\lib\libcurl.dsp" - Package Owner=<4>
27 Project_Dep_Name libcurl
|
/external/curl/docs/libcurl/ |
Makefile.inc | 12 curl_share_init.3 curl_share_setopt.3 libcurl.3 libcurl-easy.3 \ 13 libcurl-multi.3 libcurl-share.3 libcurl-errors.3 curl_easy_strerror.3 \ 15 libcurl-tutorial.3 curl_easy_reset.3 curl_easy_escape.3 \ 19 curl_multi_socket_action.3 curl_multi_wait.3 libcurl-symbols.3 \ 20 libcurl-thread.3 curl_multi_socket_all.3 curl_global_sslset.3 \ 24 curl_mime_type.3 curl_mime_headers.3 curl_mime_encoder.3 libcurl-env.3
|
libcurl.m4 | 27 # Checks for libcurl. DEFAULT-ACTION is the string yes or no to 28 # specify whether to default to --with-libcurl or --without-libcurl. 30 # minimum version of libcurl to accept. Pass the version as a regular 33 # libcurl was successfully found and passed the various tests. 35 # Note that using --without-libcurl does run ACTION-IF-NO. 37 # This macro #defines HAVE_LIBCURL if a working libcurl setup is 38 # found, and sets @LIBCURL@ and @LIBCURL_CPPFLAGS@ to the necessary 40 # the various features supported by libcurl, and LIBCURL_PROTOCOL_yyy 41 # where yyy are the various protocols supported by libcurl. Both xx [all...] |
curl_version_info.3 | 23 .TH curl_version_info 3 "December 29, 2017" "libcurl 7.58.0" "libcurl Manual" 26 curl_version_info - returns run-time libcurl version info 34 features in the running version of libcurl. \fIage\fP should be set to the 36 libcurl will always return a proper struct that your program understands, 86 new the libcurl you're using is. You are however guaranteed to get a struct 87 that you have a matching struct for in the header, as you tell libcurl your 90 \fIversion\fP is just an ascii string for the libcurl version. 96 \fIhost\fP is an ascii string showing what host information that this libcurl 119 libcurl was built with debug capabilities (added in 7.10.6 [all...] |
index.html | 4 <title>Index to libcurl documentation</title> 8 <h1 align="center">Index to libcurl documentation</h1> 14 <A HREF="libcurl.html">libcurl</A> 15 <br><a href="libcurl-easy.html">libcurl-easy</a> 16 <br><a href="libcurl-multi.html">libcurl-multi</a> 17 <br><a href="libcurl-share.html">libcurl-share</a [all...] |
ABI | 13 In the vast majority of all cases, a typical libcurl upgrade does not break 14 the ABI at all. Your application can remain using libcurl just as before, 17 to verify that your application still builds fine and uses libcurl as it now 23 In libcurl land, you really can't tell by the libcurl version number if that 24 libcurl is binary compatible or not with another libcurl version. 37 During the first seven years of libcurl releases, there have only been four 46 Going to an older libcurl version from one you're currently using can be a 49 that going backwards may get you in a situation where you pick a libcurl tha [all...] |
curl_global_cleanup.3 | 22 .TH curl_global_cleanup 3 "September 20, 2016" "libcurl 7.58.0" "libcurl Manual" 25 curl_global_cleanup - global libcurl cleanup 35 \fIcurl_global_init(3)\fP, after you are done using libcurl. 39 This doesn't just mean no other thread that is using libcurl. Because 47 \fIcurl_global_cleanup(3)\fP does not block waiting for any libcurl-created 49 containing libcurl is dynamically unloaded while libcurl-created threads are 51 recommend you do not run libcurl from any module that may be unloaded 55 .BR libcurl "(3), [all...] |
/external/curl/projects/Windows/VC6/lib/ |
libcurl.dsw | 6 Project: "libcurl"=".\libcurl.dsp" - Package Owner=<4>
|
/external/libmicrohttpd/src/testcurl/ |
Makefile.am | 94 @LIBCURL@ 105 @LIBCURL@ 113 $(PTHREAD_LIBS) @LIBCURL@ 119 @LIBCURL@ 126 @LIBCURL@ 133 @LIBCURL@ 139 @LIBGCRYPT_LIBS@ @LIBCURL@ 145 @LIBGCRYPT_LIBS@ @LIBCURL@ 151 @LIBCURL@ 165 @LIBCURL [all...] |
/external/curl/ |
MacOSX-Framework | 3 # universal binary libcurl.framework for Mac OS X 10.4 or greater. 27 # now a simple rsync -vaP libcurl.framework /Library/Frameworks will install it 83 echo "----Configuring libcurl for 32 bit universal framework..." 90 echo "----Building 32 bit libcurl..." 94 rm -r libcurl.framework 95 mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Resources 96 cp lib/.libs/libcurl.dylib libcurl.framework/${FRAMEWORK_VERSION}/libcurl 97 install_name_tool -id @rpath/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FRAMEWORK_VERSION}/libcur [all...] |
/external/tensorflow/tensorflow/core/platform/cloud/ |
curl_http_request_test.cc | 36 // A fake proxy that pretends to be libcurl. 37 class FakeLibCurl : public LibCurl { 231 // Internal variables to store the libcurl state. 264 FakeLibCurl libcurl("get response", 200); 265 CurlHttpRequest http_request(&libcurl); 279 // Check interactions with libcurl. 280 EXPECT_TRUE(libcurl.is_initialized_); 281 EXPECT_EQ("http://www.testuri.com", libcurl.url_); 282 EXPECT_EQ("100-199", libcurl.range_); 283 EXPECT_EQ("", libcurl.custom_request_) [all...] |
/external/curl/tests/data/ |
test1605 | 18 Test negative data lengths as input to libcurl functions
|
test1140 | 22 %SRCDIR/nroff-scan.pl %SRCDIR/../docs/ %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3 %SRCDIR/../docs/*.1
|