Home
last modified time | relevance | path

Searched defs:BackendVtable (Results 1 – 6 of 6) sorted by relevance

/dports/security/putty/putty-0.76/
H A Dputty.h624 struct BackendVtable { struct
630 void (*free) (Backend *be);
632 void (*reconfig) (Backend *be, Conf *conf);
636 size_t (*sendbuffer) (Backend *be);
640 bool (*connected) (Backend *be);
641 int (*exitcode) (Backend *be);
645 bool (*sendok) (Backend *be);
646 bool (*ldisc_option_state) (Backend *be, int);
649 void (*unthrottle) (Backend *be, size_t bufsize);
650 int (*cfg_info) (Backend *be);
[all …]
H A Ddefs.h88 typedef struct BackendVtable BackendVtable; typedef
/dports/security/putty-nogtk/putty-0.76/
H A Dputty.h624 struct BackendVtable { struct
630 void (*free) (Backend *be);
632 void (*reconfig) (Backend *be, Conf *conf);
636 size_t (*sendbuffer) (Backend *be);
640 bool (*connected) (Backend *be);
641 int (*exitcode) (Backend *be);
645 bool (*sendok) (Backend *be);
646 bool (*ldisc_option_state) (Backend *be, int);
649 void (*unthrottle) (Backend *be, size_t bufsize);
650 int (*cfg_info) (Backend *be);
[all …]
H A Ddefs.h88 typedef struct BackendVtable BackendVtable; typedef
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dputty.h624 struct BackendVtable { struct
630 void (*free) (Backend *be);
632 void (*reconfig) (Backend *be, Conf *conf);
636 size_t (*sendbuffer) (Backend *be);
640 bool (*connected) (Backend *be);
641 int (*exitcode) (Backend *be);
645 bool (*sendok) (Backend *be);
646 bool (*ldisc_option_state) (Backend *be, int);
649 void (*unthrottle) (Backend *be, size_t bufsize);
650 int (*cfg_info) (Backend *be);
[all …]
H A Ddefs.h88 typedef struct BackendVtable BackendVtable; typedef