Searched refs:SetCapInfo (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightserver.c | 195 SetCapInfo(&caplist[count], rfbAuthVNC, rfbStandardVendor); in rfbSendAuthCaps() 291 SetCapInfo(&smsg_list[i++], rfbFileListData, rfbTightVncVendor); in rfbSendInteractionCaps() 292 SetCapInfo(&smsg_list[i++], rfbFileDownloadData, rfbTightVncVendor); in rfbSendInteractionCaps() 293 SetCapInfo(&smsg_list[i++], rfbFileUploadCancel, rfbTightVncVendor); in rfbSendInteractionCaps() 294 SetCapInfo(&smsg_list[i++], rfbFileDownloadFailed, rfbTightVncVendor); in rfbSendInteractionCaps() 306 SetCapInfo(&cmsg_list[i++], rfbFileListRequest, rfbTightVncVendor); in rfbSendInteractionCaps() 307 SetCapInfo(&cmsg_list[i++], rfbFileDownloadRequest, rfbTightVncVendor); in rfbSendInteractionCaps() 308 SetCapInfo(&cmsg_list[i++], rfbFileUploadRequest, rfbTightVncVendor); in rfbSendInteractionCaps() 309 SetCapInfo(&cmsg_list[i++], rfbFileUploadData, rfbTightVncVendor); in rfbSendInteractionCaps() 310 SetCapInfo(&cmsg_list[i++], rfbFileDownloadCancel, rfbTightVncVendor); in rfbSendInteractionCaps() [all …]
|
D | rfbtightproto.h | 191 #define SetCapInfo(cap_ptr, code_sym, vendor) \ macro
|