HomeSort by: relevance | last modified time | path
    Searched refs:sftp_conn (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp-client.h 66 * a pointer to a initialized sftp_conn struct on success.
68 struct sftp_conn *sftp_init(int, int, u_int, u_int, uint64_t);
69 void sftp_free(struct sftp_conn *);
71 u_int sftp_proto_version(struct sftp_conn *);
74 int sftp_get_limits(struct sftp_conn *, struct sftp_limits *);
77 int sftp_close(struct sftp_conn *, const u_char *, u_int);
80 int sftp_readdir(struct sftp_conn *, const char *, SFTP_DIRENT ***);
86 int sftp_rm(struct sftp_conn *, const char *);
89 int sftp_mkdir(struct sftp_conn *, const char *, Attrib *, int);
92 int sftp_rmdir(struct sftp_conn *, const char *)
    [all...]
sftp-usergroup.h 20 void get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g);
21 void get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d);
sftp-glob.c 36 int sftp_glob(struct sftp_conn *, const char *, int,
45 struct sftp_conn *conn;
114 sftp_glob(struct sftp_conn *conn, const char *pattern, int flags,
sftp-client.c 75 struct sftp_conn { struct
108 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
149 send_msg(struct sftp_conn *conn, struct sshbuf *m)
173 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial)
212 get_msg(struct sftp_conn *conn, struct sshbuf *m)
218 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s,
236 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code,
256 get_status(struct sftp_conn *conn, u_int expected_id)
286 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
331 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet, Attrib *a
    [all...]
sftp-usergroup.c 105 lookup_and_record(struct sftp_conn *conn,
188 get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g)
227 get_remote_user_groups_from_dirents(struct sftp_conn *conn, SFTP_DIRENT **d)
scp.c 174 int sftp_glob(struct sftp_conn *, const char *, int,
422 void source_sftp(int, char *, char *, struct sftp_conn *);
423 void sink_sftp(int, char *, const char *, struct sftp_conn *);
424 void throughlocal_sftp(struct sftp_conn *, struct sftp_conn *,
971 static struct sftp_conn *
997 struct sftp_conn *conn = NULL, *conn2 = NULL;
1197 struct sftp_conn *conn = NULL;
1275 prepare_remote_path(struct sftp_conn *conn, const char *path)
1298 source_sftp(int argc, char *src, char *targ, struct sftp_conn *conn
    [all...]
sftp.c 98 struct sftp_conn *conn;
102 int sftp_glob(struct sftp_conn *, const char *, int,
637 process_get(struct sftp_conn *conn, const char *src, const char *dst,
727 process_put(struct sftp_conn *conn, const char *src, const char *dst,
850 do_ls_dir(struct sftp_conn *conn, const char *path,
975 do_globbed_ls(struct sftp_conn *conn, const char *path,
1101 do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag)
1572 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd,
2042 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path,
2249 interactive_loop(struct sftp_conn *conn, const char *file1, const char *file2
    [all...]

Completed in 17 milliseconds