Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 30) sorted by relevance

12

/curl/scripts/
H A Dmdlinkcheck77 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 Dcrawler.c152 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 Dgnv_link_curl.com474 $ 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 Dpcsi_gnv_curl_file_list.txt7 ! 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 Dstage_curl_install.com10 $! [usr.bin]curl. hard link for [usr.bin]gnv$curl.exe
23 $! Future: A symbolic link to the release notes?
H A Dbuild_vms.com37 $! Always link a debug image.
197 $! vo_l - link
H A Dsetup_gnv_curl_build.com265 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj
H A Dcurl_gnv_build_steps.txt235 to create an alias link on install and remove the link on remove.
/curl/docs/
H A Dcurl-config.md65 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 DCURLOPT_REFERER.md56 /* tell it where we found the link to this place */
H A DCURLOPT_ALTSVC.md16 <!-- markdown-link-check-disable -->
H A DCURLOPT_QUOTE.md88 The **ln** and **symlink** commands create a symbolic link at the
/curl/m4/
H A Dcurl-sysconfig.m426 AC_MSG_CHECKING([whether to link macOS CoreFoundation, CoreServices, and SystemConfiguration framew…
/curl/winbuild/
H A DMakefileBuild.vc59 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 Dtest576140 Filename: link
/curl/tests/libtest/
H A DCMakeLists.txt66 # These are part of the libcurl static lib. Do not compile/link them again.
/curl/
H A DRELEASE-NOTES42 o docs/BUGS.md: remove leading space from a link
56 o scripts/mdlinkcheck: markdown link checker [19]
H A Dconfigure.ac1136 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 Dacinclude.m4656 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 DREADME.OS400293 _ 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 Dlibcurl.md101 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 Dlibcurl.m4160 # link line (or failing that, "-lcurl") is enough.
173 missing symbols or cannot link. */
H A Dlibcurl-security.md13 <!-- 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 DFindGSS.cmake120 # 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 Dquote.md64 The ln and symlink commands create a symbolic link at the target_file location

Completed in 100 milliseconds

12