Home
last modified time | relevance | path

Searched refs:trans_write_copy_s (Results 1 – 12 of 12) sorted by relevance

/dports/net/xrdp-devel/xrdp-0.9.16/libxrdp/
H A Dxrdp_iso.c373 if (trans_write_copy_s(self->trans, s) != 0) in xrdp_iso_send_cc()
560 if (trans_write_copy_s(self->trans, s) != 0) in xrdp_iso_send()
H A Dxrdp_fastpath.c151 if (trans_write_copy_s(self->trans, s) != 0) in xrdp_fastpath_send()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/libxrdp/
H A Dxrdp_iso.c373 if (trans_write_copy_s(self->trans, s) != 0) in xrdp_iso_send_cc()
560 if (trans_write_copy_s(self->trans, s) != 0) in xrdp_iso_send()
H A Dxrdp_fastpath.c151 if (trans_write_copy_s(self->trans, s) != 0) in xrdp_fastpath_send()
/dports/net/xrdp-devel/xrdp-0.9.16/common/
H A Dtrans.h146 trans_write_copy_s(struct trans *self, struct stream *out_s);
H A Dtrans.c583 trans_write_copy_s(struct trans *self, struct stream *out_s) in trans_write_copy_s() function
668 return trans_write_copy_s(self, self->out_s); in trans_write_copy()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/common/
H A Dtrans.h146 trans_write_copy_s(struct trans *self, struct stream *out_s);
H A Dtrans.c583 trans_write_copy_s(struct trans *self, struct stream *out_s) in trans_write_copy_s() function
668 return trans_write_copy_s(self, self->out_s); in trans_write_copy()
/dports/net/xrdp-devel/xrdp-0.9.16/xup/
H A Dxup.c46 return trans_write_copy_s(mod->trans, s); in lib_send_copy()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/vnc/
H A Dvnc.c56 return trans_write_copy_s(v->trans, s); in lib_send_copy()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xup/
H A Dxup.c46 return trans_write_copy_s(mod->trans, s); in lib_send_copy()
/dports/net/xrdp-devel/xrdp-0.9.16/vnc/
H A Dvnc.c102 return trans_write_copy_s(v->trans, s); in lib_send_copy()