Home
last modified time | relevance | path

Searched refs:curl (Results 1 – 24 of 24) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.cxx34 CurlRequest::CurlRequest( CURL *curl ) in CurlRequest() argument
35 : curl( curl ) in CurlRequest()
47 curl_easy_setopt( curl, CURLOPT_HEADERFUNCTION, Curl_HeaderReceived ); in CurlRequest()
48 curl_easy_setopt( curl, CURLOPT_HEADERDATA, this ); in CurlRequest()
49 curl_easy_setopt( curl, CURLOPT_WRITEFUNCTION, Curl_MoreBodyReceived ); in CurlRequest()
50 curl_easy_setopt( curl, CURLOPT_WRITEDATA, this ); in CurlRequest()
57 curl_easy_setopt( curl, CURLOPT_CURLU, NULL ); in ~CurlRequest()
59 curl_easy_setopt( curl, CURLOPT_HTTPHEADER, NULL ); in ~CurlRequest()
62 curl_easy_setopt( curl, CURLOPT_READFUNCTION, NULL ); in ~CurlRequest()
63 curl_easy_setopt( curl, CURLOPT_READDATA, NULL ); in ~CurlRequest()
[all …]
H A DCurlRequest.hxx57 CurlRequest( CURL *curl );
108 CURL *curl; member in http_dav_ucp::CurlRequest
H A DCurlSession.hxx97 static CURLcode Curl_SSLContextCallback( CURL *curl,
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx379 curl_easy_setopt(curl, \
382 curl_easy_setopt(curl, \
388 curl_easy_setopt(curl,CURLOPT_NOBODY,false); \
390 curl_easy_setopt(curl,CURLOPT_WRITEFUNCTION,memory_write); \
391 curl_easy_setopt(curl,CURLOPT_WRITEDATA,&data)
397 curl_easy_setopt(curl, \
409 curl_easy_setopt(curl, \
421 CURL *curl = m_pFCP->handle(); in open() local
430 curl_easy_setopt(curl,CURLOPT_WRITEFUNCTION,file_write); in open()
431 curl_easy_setopt(curl,CURLOPT_WRITEDATA,res); in open()
[all …]
/trunk/main/curl/
H A Dmakefile.mk40 TARFILE_NAME=curl-8.7.1
42 PATCH_FILES=curl-wnt.patch
64 PATCH_FILES+= curl-bundled_openssl.patch
163 include$/curl$/curl.h \
164 include$/curl$/curlver.h \
165 include$/curl$/easy.h \
166 include$/curl$/header.h \
167 include$/curl$/mprintf.h \
168 include$/curl$/multi.h \
169 include$/curl$/options.h \
[all …]
H A Dcurl-7.19.7_mingw.patch1 --- misc/curl-7.19.7/lib/setup.h 2009-10-29 05:21:58.000000000 +0900
2 +++ misc/build/curl-7.19.7/lib/setup.h 2010-03-02 06:03:10.009500000 +0900
H A Dcurl-wnt.patch1 --- misc/build/curl-8.7.1/winbuild/MakefileBuild.vc 2024-03-06 23:16:03.000000000 +0200
2 +++ misc/build/curl-8.7.1/winbuild/MakefileBuild.vc 2024-04-21 19:13:08.380236000 +0200
H A Dbuildssh.patch1 --- misc/curl-7.72.0/winbuild/MakefileBuild.vc 2019-09-09 05:03:16.000000000 -0700
2 +++ misc/build/curl-7.72.0/winbuild/MakefileBuild.vc 2019-10-08 23:35:42.129882800 -0700
H A Dcurl-bundled_openssl.patch1 --- misc/build/curl-8.7.1/configure 2024-04-21 19:20:02.487331000 +0200
2 +++ misc/build/curl-8.7.1/configure 2024-04-21 19:20:26.529989000 +0200
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx60 CURL *curl; member
62 …sl::Condition& rCondition) : FileHandle(NULL), Offset(0), StopCondition(rCondition), curl(NULL) {}; in OutData()
70 curl_easy_getinfo(out.curl, CURLINFO_EFFECTIVE_URL, &effective_url); in openFile()
73 curl_easy_getinfo(out.curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &fDownloadSize); in openFile()
176 curl_easy_getinfo(out->curl, CURLINFO_RESPONSE_CODE, &nCode); in progress_callback()
258 out.curl = pCURL; in curl_run()
/trunk/main/curl/prj/
H A Dbuild.lst1 xc curl : stlport external OPENSSL:openssl ZLIB:zlib NULL
2 xc curl usr1 - all xc_mkout NULL
3 xc curl nmake - all xc_curl NULL
H A Dd.lst1 mkdir: %_DEST%\inc%_EXT%\external\curl
2 ..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\external\curl\
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java188 public Hashtable getDocByCompleteUrl( String curl ) in getDocByCompleteUrl() argument
195 if ( u1.equals( curl ) ) in getDocByCompleteUrl()
/trunk/main/
H A DRepositoryExternal.mk408 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE,curl))
415 $(call gb_LinkTarget_add_linked_libs,$(1),curl)
H A Dexternal_deps.lst222 name = curl-8.7.1.tar.gz
223 URL1 = https://curl.haxx.se/download/$(name)
H A Dconfigure.cmd32 SET CFG_OPT=%CFG_OPT% --without-stlport --with-system-icu --with-system-curl
H A Dconfigure.ac589 AC_ARG_WITH(system-curl,
590 [ --with-system-curl Use curl already on system
4483 dnl Check for system curl
4488 AC_MSG_CHECKING([which curl to use])
4494 AC_PATH_PROG( CURLCONFIG, curl-config)
4496 AC_MSG_ERROR([install curl to run this script])
4499 # check curl version
4500 AC_MSG_CHECKING([whether curl is >= 7.13.1])
4504 AC_MSG_ERROR([no, you need at least curl 7.13,1])
4509 # Does curl use OpenSSL as its SSL implementation? Needed for ucb/source/ucp/webdav.
[all …]
H A DLICENSE1004 For integration of the library curl - built in main/curl/
/trunk/main/ucb/prj/
H A Dbuild.lst1 uc ucb : cppuhelper CURL:curl OPENSSL:openssl LIBXML2:libxml2 LIBXSLT:libxslt offapi sal salhelper …
/trunk/main/ucb/
H A DLibrary_ucpftp1.mk50 $(call gb_Library_use_external,ucpftp1,curl)
H A DLibrary_ucpdav1.mk68 $(call gb_Library_use_external,ucpdav1,curl)
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win3224 /* Have curl/curl.h */
H A Dmakefile.mk140 CONFIGURE_FLAGS=--with-threads --with-curl-config=no --with-icu-config=no --disable-static --disabl…
/trunk/main/extensions/prj/
H A Dbuild.lst1 …0N:l10n rdbmaker svx SANE:sane TWAIN:twain offapi stoc vcl ZLIB:zlib CURL:curl LIBXSLT:libxslt NULL