HomeSort by relevance Sort by last modified time
    Searched refs:libssh2 (Results 1 - 12 of 12) sorted by null

  /external/curl/docs/examples/
Makefile.netware 25 # Edit the path below to point to the base of your LibSSH2 package.
27 LIBSSH2_PATH = ../../../libssh2-1.5.0
230 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
232 MODULES += libssh2.nlm
233 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
  /external/curl/lib/
Makefile.m32 4 ## and optionally OpenSSL (1.0.2a), libssh2 (1.5), zlib (1.2.8), librtmp (2.4)
23 # Edit the path below to point to the base of your LibSSH2 package.
25 LIBSSH2_PATH = ../../libssh2-1.5.0
Makefile.netware 25 # Edit the path below to point to the base of your LibSSH2 package.
27 LIBSSH2_PATH = ../../libssh2-1.5.0
244 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
246 MODULES += libssh2.nlm
247 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
708 @echo SSH2 support: enabled (libssh2)
ssh.h 28 #include <libssh2.h>
108 const char *authlist; /* List of auth. methods, managed by libssh2 */
151 /* note that HAVE_LIBSSH2_KNOWNHOST_API is a define set in the libssh2.h
165 # error "SCP/SFTP protocols require libssh2 0.16 or later"
version.c 52 #include <libssh2.h>
120 len = snprintf(ptr, left, " libssh2/%s", CURL_LIBSSH2_VERSION);
355 snprintf(ssh_buffer, sizeof(ssh_buffer), "libssh2/%s", LIBSSH2_VERSION);
Makefile.Watcom 104 LIBSSH2_ROOT = ../../libssh2-1.5.0
224 @%append $(LINK_ARG) library '$(LIBSSH2_ROOT)/win32/libssh2.lib'
urldata.h 188 #include <libssh2.h>
    [all...]
ssh.c 33 #include <libssh2.h>
269 /* Ordered by order of appearance in libssh2.h */
299 /* TODO: map some more of the libssh2 errors to the more appropriate CURLcode
301 not return or even depend on libssh2 errors in the public libcurl API */
484 * Earlier libssh2 versions didn't have the ability to seek to 64bit positions
494 * Earlier libssh2 versions didn't do SCP properly beyond 32bit sizes on 32bit
505 * libssh2 1.2.8 fixed the problem with 32bit ints used for sockets on win64.
695 * to will be set to TRUE if the libssh2 function returns LIBSSH2_ERROR_EAGAIN
720 /* Set libssh2 to non-blocking, since everything internally is
759 * here, even though the libssh2 docs kind of indicate that it should b
    [all...]
  /external/curl/src/
Makefile.netware 25 # Edit the path below to point to the base of your LibSSH2 package.
27 LIBSSH2_PATH = ../../libssh2-1.5.0
257 LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
259 MODULES += libssh2.nlm
260 IMPORTS += @$(LIBSSH2_PATH)/nw/libssh2.imp
Makefile.m32 4 ## and optionally OpenSSL (1.0.2a), libssh2 (1.5), zlib (1.2.8), librtmp (2.4)
23 # Edit the path below to point to the base of your LibSSH2 package.
25 LIBSSH2_PATH = ../../libssh2-1.5.0
Makefile.Watcom 99 LIBSSH2_ROOT = ../../libssh2-1.5.0
180 @%append $(LINK_ARG) library '$(LIBSSH2_ROOT)/win32/libssh2.lib'
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 63 $libssh2 = 0
131 $! Did someone port LIBSSH2 in the GNV compatible way?
135 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
137 $ if f$locate(",libssh2,", args_lower) .lt. args_len
139 $ libssh2 = 1
141 $ if .not. libssh2
143 $ write sys$output " LIBSSH2 support is not enabled."
144 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
146 $ write sys$output " Untested LIBSSH2 support requested."
444 $! LibSSH2 not ported to VMS at this time
    [all...]

Completed in 165 milliseconds