Home
last modified time | relevance | path

Searched refs:libcurl (Results 1 - 16 of 16) sorted by relevance

/third_party/curl/docs/libcurl/
H A Dmksymbolsmanpage.pl40 Title: libcurl-symbols
42 Source: libcurl
44 - libcurl (3)
45 - libcurl-easy (3)
46 - libcurl-multi (3)
47 - libcurl-security (3)
48 - libcurl-thread (3)
50 # libcurl symbols
53 libcurl header files. This lists the first version in which the symbol was
113 return "libcurl
[all...]
/third_party/curl/projects/
H A Dgenerate.bat102 call :generate vcxproj Windows\VC10\lib\libcurl.tmpl Windows\VC10\lib\libcurl.vcxproj
106 call :clean Windows\VC10\lib\libcurl.vcxproj
117 call :generate vcxproj Windows\VC11\lib\libcurl.tmpl Windows\VC11\lib\libcurl.vcxproj
121 call :clean Windows\VC11\lib\libcurl.vcxproj
132 call :generate vcxproj Windows\VC12\lib\libcurl.tmpl Windows\VC12\lib\libcurl.vcxproj
136 call :clean Windows\VC12\lib\libcurl.vcxproj
147 call :generate vcxproj Windows\VC14\lib\libcurl
[all...]
H A Dchecksrc.bat191 echo lib - Scan the libcurl source
/third_party/curl/tests/
H A Druntests.pl478 my $libcurl;
515 $curl =~ s/^(.*)(libcurl.*)/$1/g || die "Failure determining curl binary version";
517 $libcurl = $2;
531 if ($libcurl =~ /\s(winssl|schannel)\b/i) {
535 elsif ($libcurl =~ /\sopenssl\b/i) {
539 elsif ($libcurl =~ /\sgnutls\b/i) {
543 elsif ($libcurl =~ /\srustls-ffi\b/i) {
546 elsif ($libcurl =~ /\swolfssl\b/i) {
550 elsif ($libcurl =~ /\sbearssl\b/i) {
553 elsif ($libcurl
[all...]
H A Dtest1222.pl38 my $libdocdir = "$docdir/libcurl";
169 while($_ =~ /(?:deprecated|obsoleted?)\b\s*(?:in\b|since\b)?\s*(?:version\b|curl\b|libcurl\b)?\s*(\d[0-9.]*\d)?\b\s*(.*)$/i) {
212 while($_ =~ /(?:deprecated|obsoleted?)\b\s*(?:in\b|since\b)?\s*(?:version\b|curl\b|libcurl\b)?\s*(\d[0-9.]*\d)?\b\s*(.*)$/i) {
H A Dtest1140.pl49 -r "$docsroot/libcurl/$man" ||
50 -r "$docsroot/libcurl/opts/$man") {
75 if($str =~ /((libcurl|curl)([^ ]*))\(3\)/i) {
H A Dtest1173.pl137 # This is a man page for libcurl. It requires an example!
152 # this is for libcurl man page SYNOPSIS checks
230 if(($_ =~ /\\f([BI])((libcurl|CURLOPT_|CURLSHOPT_|CURLINFO_|CURLMOPT_|curl_easy_|curl_multi_|curl_url|curl_mime|curl_global|curl_share)[a-zA-Z_0-9-]+)(.)/) &&
293 # only for libcurl options man-pages
/third_party/curl/src/
H A Dtool_setopt.c273 if(config->libcurl && !skip && !ret) { in tool_setopt_enum()
274 /* we only use this for real if --libcurl was used */ in tool_setopt_enum()
312 if(config->libcurl && !skip && !ret) { in tool_setopt_bitmask()
313 /* we only use this for real if --libcurl was used */ in tool_setopt_bitmask()
519 if(!ret && config->libcurl) { in tool_setopt_mimepost()
540 if(config->libcurl && list && !ret) { in tool_setopt_slist()
643 if(global->libcurl && !skip && !ret) { in tool_setopt()
644 /* we only use this for real if --libcurl was used */ in tool_setopt()
H A DMakefile.mk87 $(TARGETS): $(curl_OBJECTS) $(PROOT)/lib/libcurl.a
H A Dtool_cfgable.h315 char *libcurl; /* Output libcurl code to this file name */ member
H A Dtool_easysrc.c53 " * https://curl.se/libcurl/c/curl_easy_setopt.html",
178 char *o = config->libcurl; in dumpeasysrc()
189 warnf(config, "Failed to open %s to write libcurl code", o); in dumpeasysrc()
H A Dtool_main.c140 * _any_ libcurl usage. If this fails, *NO* libcurl functions may be
160 /* Perform the libcurl initialization */ in main_init()
163 /* Get information about libcurl */ in main_init()
197 Curl_safefree(config->libcurl); in free_globalconfig()
202 * _all_ libcurl usage is done.
268 /* Initialize the curl library - do not call any libcurl functions before in wmain()
H A Dtool_operate.c90 /* libcurl's debug builds provide an extra function */
656 /* Ask libcurl if we got a remote file time */ in post_per_transfer()
1267 /* Avoid having this setopt added to the --libcurl source output. */ in single_transfer()
1280 Note: avoid having this setopt added to the --libcurl source in single_transfer()
1345 errorf(global, "proxy support is disabled in this libcurl"); in single_transfer()
1351 /* new in libcurl 7.5 */ in single_transfer()
1357 /* new in libcurl 7.3 */ in single_transfer()
1360 /* new in libcurl 7.52.0 */ in single_transfer()
1364 /* new in libcurl 7.10.6 */ in single_transfer()
1381 /* new in libcurl 7.1 in single_transfer()
[all...]
H A Dtool_getparam.c467 {"libcurl", ARG_STRG, ' ', C_LIBCURL},
1743 case C_LIBCURL: /* --libcurl */ in getparameter()
1746 "--libcurl option was disabled at build-time"); in getparameter()
1749 err = getstr(&global->libcurl, nextarg, DENY_BLANK); in getparameter()
/third_party/curl/docs/examples/
H A DMakefile.mk25 # Build libcurl via lib/Makefile.mk first.
49 %$(BIN_EXT): %.c $(PROOT)/lib/libcurl.a
/third_party/curl/lib/
H A DMakefile.mk90 # CPPFLAGS below are only necessary when building libcurl via 'lib' (see
317 libcurl_a_LIBRARY := libcurl.a

Completed in 12 milliseconds