Searched refs:smsg_list (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightserver.c | 274 rfbCapabilityInfo smsg_list[N_SMSG_CAPS]; in rfbSendInteractionCaps() local 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() 346 rfbWriteExact(cl, (char *)&smsg_list[0], in rfbSendInteractionCaps()
|