HomeSort by relevance Sort by last modified time
    Searched refs:libssh2 (Results 1 - 6 of 6) 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/
ssh.h 28 #include <libssh2.h>
111 const char *authlist; /* List of auth. methods, managed by libssh2 */
154 /* note that HAVE_LIBSSH2_KNOWNHOST_API is a define set in the libssh2.h
168 # error "SCP/SFTP protocols require libssh2 0.16 or later"
version.c 56 #include <libssh2.h>
143 len = snprintf(ptr, left, " libssh2/%s", CURL_LIBSSH2_VERSION);
388 snprintf(ssh_buffer, sizeof(ssh_buffer), "libssh2/%s", LIBSSH2_VERSION);
urldata.h 197 #include <libssh2.h>
    [all...]
ssh.c 33 #include <libssh2.h>
275 /* Ordered by order of appearance in libssh2.h */
305 /* TODO: map some more of the libssh2 errors to the more appropriate CURLcode
307 not return or even depend on libssh2 errors in the public libcurl API */
493 * Earlier libssh2 versions didn't have the ability to seek to 64bit positions
503 * Earlier libssh2 versions didn't do SCP properly beyond 32bit sizes on 32bit
514 * libssh2 1.2.8 fixed the problem with 32bit ints used for sockets on win64.
704 * to will be set to TRUE if the libssh2 function returns LIBSSH2_ERROR_EAGAIN
729 /* Set libssh2 to non-blocking, since everything internally is
768 * here, even though the libssh2 docs kind of indicate that it should b
    [all...]
  /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 9294 milliseconds