Home
last modified time | relevance | path

Searched refs:xrdp_channel (Results 1 – 6 of 6) sorted by relevance

/dports/net/xrdp-devel/xrdp-0.9.16/libxrdp/
H A Dxrdp_channel.c62 xrdp_channel_get_item(struct xrdp_channel *self, int channel_id) in xrdp_channel_get_item()
78 struct xrdp_channel *
81 struct xrdp_channel *self; in xrdp_channel_create()
83 self = (struct xrdp_channel *)g_malloc(sizeof(struct xrdp_channel), 1); in xrdp_channel_create()
93 xrdp_channel_delete(struct xrdp_channel *self) in xrdp_channel_delete()
100 g_memset(self, 0, sizeof(struct xrdp_channel)); in xrdp_channel_delete()
107 xrdp_channel_init(struct xrdp_channel *self, struct stream *s) in xrdp_channel_init()
444 drdynvc_process_data_first(struct xrdp_channel *self, in drdynvc_process_data_first()
515 drdynvc_process_data(struct xrdp_channel *self, in drdynvc_process_data()
557 xrdp_channel_process_drdynvc(struct xrdp_channel *self, in xrdp_channel_process_drdynvc()
[all …]
H A Dlibxrdp.h103 struct xrdp_channel *chan_layer;
148 struct xrdp_channel struct
563 struct xrdp_channel *
566 xrdp_channel_delete(struct xrdp_channel *self);
568 xrdp_channel_init(struct xrdp_channel *self, struct stream *s);
573 xrdp_channel_process(struct xrdp_channel *self, struct stream *s,
576 xrdp_channel_drdynvc_start(struct xrdp_channel *self);
578 xrdp_channel_drdynvc_open(struct xrdp_channel *self, const char *name,
582 xrdp_channel_drdynvc_close(struct xrdp_channel *self, int chan_id);
584 xrdp_channel_drdynvc_data_first(struct xrdp_channel *self, int chan_id,
[all …]
H A Dlibxrdp.c1364 struct xrdp_channel *chan = NULL; in libxrdp_send_to_channel()
1435 struct xrdp_channel *chan; in libxrdp_drdynvc_open()
1449 struct xrdp_channel *chan; in libxrdp_drdynvc_close()
1465 struct xrdp_channel *chan; in libxrdp_drdynvc_data_first()
1481 struct xrdp_channel *chan; in libxrdp_drdynvc_data()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/libxrdp/
H A Dxrdp_channel.c55 xrdp_channel_get_item(struct xrdp_channel *self, int channel_id) in xrdp_channel_get_item()
71 struct xrdp_channel *
74 struct xrdp_channel *self; in xrdp_channel_create()
76 self = (struct xrdp_channel *)g_malloc(sizeof(struct xrdp_channel), 1); in xrdp_channel_create()
86 xrdp_channel_delete(struct xrdp_channel *self) in xrdp_channel_delete()
93 g_memset(self, 0, sizeof(struct xrdp_channel)); in xrdp_channel_delete()
100 xrdp_channel_init(struct xrdp_channel *self, struct stream *s) in xrdp_channel_init()
437 drdynvc_process_data_first(struct xrdp_channel *self, in drdynvc_process_data_first()
508 drdynvc_process_data(struct xrdp_channel *self, in drdynvc_process_data()
550 xrdp_channel_process_drdynvc(struct xrdp_channel *self, in xrdp_channel_process_drdynvc()
[all …]
H A Dlibxrdp.h103 struct xrdp_channel *chan_layer;
148 struct xrdp_channel struct
563 struct xrdp_channel *
566 xrdp_channel_delete(struct xrdp_channel *self);
568 xrdp_channel_init(struct xrdp_channel *self, struct stream *s);
573 xrdp_channel_process(struct xrdp_channel *self, struct stream *s,
576 xrdp_channel_drdynvc_start(struct xrdp_channel *self);
578 xrdp_channel_drdynvc_open(struct xrdp_channel *self, const char *name,
582 xrdp_channel_drdynvc_close(struct xrdp_channel *self, int chan_id);
584 xrdp_channel_drdynvc_data_first(struct xrdp_channel *self, int chan_id,
[all …]
H A Dlibxrdp.c1364 struct xrdp_channel *chan = NULL; in libxrdp_send_to_channel()
1435 struct xrdp_channel *chan; in libxrdp_drdynvc_open()
1449 struct xrdp_channel *chan; in libxrdp_drdynvc_close()
1465 struct xrdp_channel *chan; in libxrdp_drdynvc_data_first()
1481 struct xrdp_channel *chan; in libxrdp_drdynvc_data()