Searched refs:link (Results 1 – 25 of 30) sorted by relevance
12
/curl/scripts/ |
H A D | mdlinkcheck | 77 my ($f, $line, $link) = @_; 78 my $o = $link; 80 if($link =~ /^\#/) { 85 $link =~ s:\#.*\z::; 87 if($link =~ /^(https|http):/) { 88 $url{$link} .= "$f:$line "; 96 while($link =~ s:^\.\.\/::) { 100 $flink{"./$dir$link"} .= "$f:$line "; 111 my $link = $1; 113 storelink($f, $line, $link);
|
/curl/docs/examples/ |
H A D | crawler.c | 152 char *link; in follow_links() local 158 link = (char *) href; in follow_links() 159 if(!link || strlen(link) < 20) in follow_links() 161 if(!strncmp(link, "http://", 7) || !strncmp(link, "https://", 8)) { in follow_links() 162 curl_multi_add_handle(multi_handle, make_handle(link)); in follow_links() 166 xmlFree(link); in follow_links()
|
/curl/packages/vms/ |
H A D | gnv_link_curl.com | 474 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 487 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 500 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 513 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 526 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 539 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 552 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 565 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 578 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 591 $ link'ldebug'/exe=[.docs.examples]'target'.exe- [all …]
|
H A D | pcsi_gnv_curl_file_list.txt | 7 ! link -> file tells procedure to create/remove a link on install/uninstall 8 ! If more than one link, consider using an alias file.
|
H A D | stage_curl_install.com | 10 $! [usr.bin]curl. hard link for [usr.bin]gnv$curl.exe 23 $! Future: A symbolic link to the release notes?
|
H A D | build_vms.com | 37 $! Always link a debug image. 197 $! vo_l - link
|
H A D | setup_gnv_curl_build.com | 265 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj
|
H A D | curl_gnv_build_steps.txt | 235 to create an alias link on install and remove the link on remove.
|
/curl/docs/ |
H A D | curl-config.md | 65 link your application with libcurl. 90 link your application with libcurl statically. (Added in 7.17.1) 106 What linker options do I need when I link with libcurl?
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_REFERER.md | 56 /* tell it where we found the link to this place */
|
H A D | CURLOPT_ALTSVC.md | 16 <!-- markdown-link-check-disable -->
|
H A D | CURLOPT_QUOTE.md | 88 The **ln** and **symlink** commands create a symbolic link at the
|
/curl/m4/ |
H A D | curl-sysconfig.m4 | 26 AC_MSG_CHECKING([whether to link macOS CoreFoundation, CoreServices, and SystemConfiguration framew…
|
/curl/winbuild/ |
H A D | MakefileBuild.vc | 59 LNKDLL = link.exe /DLL 60 # Use lib.exe instead of link.exe as link.exe /lib has the following bad habits: 63 # - link.exe /lib is not documented (anymore) at MSDN 575 CURL_LINK = link.exe /incremental:no /libpath:"$(DIRDIST)\lib"
|
/curl/tests/data/ |
H A D | test576 | 140 Filename: link
|
/curl/tests/libtest/ |
H A D | CMakeLists.txt | 66 # These are part of the libcurl static lib. Do not compile/link them again.
|
/curl/ |
H A D | RELEASE-NOTES | 42 o docs/BUGS.md: remove leading space from a link 56 o scripts/mdlinkcheck: markdown link checker [19]
|
H A D | configure.ac | 1136 dnl libs at the same time to link properly. 1998 AC_MSG_CHECKING([if we can link against GSS-API library]) 2051 dnl link required libraries for USE_WIN32_CRYPTO or SCHANNEL_ENABLED 2491 dnl To avoid link errors, we do not allow --librtmp without 3074 dnl To avoid link errors, we do not allow --with-ngtcp2 without 3131 dnl To avoid link errors, we do not allow --with-ngtcp2 without 3188 dnl To avoid link errors, we do not allow --with-ngtcp2 without 3245 dnl To avoid link errors, we do not allow --with-ngtcp2 without 3743 dnl To avoid link errors, we do not allow --with-libuv without 4226 dnl No -pthread option, but link with -lpthread [all …]
|
H A D | acinclude.m4 | 656 AC_MSG_ERROR([Unable to link function recv]) 704 AC_MSG_ERROR([Unable to link function send]) 1178 …AC_MSG_ERROR([one or more libs available at link-time are not available run-time. Libs used at lin…
|
/curl/packages/OS400/ |
H A D | README.OS400 | 293 _ Binding directory CURL_A, to be used at calling program link time for 298 when this program has dynamically bound curl at link time. 313 - IFS link /curl/bin/curl to CLI tool program. 382 The build system provides it as a bound program, an IFS link to it and a
|
/curl/docs/libcurl/ |
H A D | libcurl.md | 101 curl-config is added to make it easier for applications to link with libcurl 105 link with the particular version of libcurl you have installed. See the 112 Many Linux and similar systems use pkg-config to provide build and link
|
H A D | libcurl.m4 | 160 # link line (or failing that, "-lcurl") is enough. 173 missing symbols or cannot link. */
|
H A D | libcurl-security.md | 13 <!-- markdown-link-check-disable --> 202 link-local and site-local that generally should not be accessed by a 331 assumptions about a link. This can mislead users into getting the wrong thing,
|
/curl/CMake/ |
H A D | FindGSS.cmake | 120 # This script gives us libraries and link directories. Blah. We have to deal with it. 221 # If we have headers, check if we can link libraries
|
/curl/docs/cmdline-opts/ |
H A D | quote.md | 64 The ln and symlink commands create a symbolic link at the target_file location
|
Completed in 100 milliseconds
12