OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCapInfo
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightserver.c
195
SetCapInfo
(&caplist[count], rfbAuthVNC, rfbStandardVendor);
291
SetCapInfo
(&smsg_list[i++], rfbFileListData, rfbTightVncVendor);
292
SetCapInfo
(&smsg_list[i++], rfbFileDownloadData, rfbTightVncVendor);
293
SetCapInfo
(&smsg_list[i++], rfbFileUploadCancel, rfbTightVncVendor);
294
SetCapInfo
(&smsg_list[i++], rfbFileDownloadFailed, rfbTightVncVendor);
306
SetCapInfo
(&cmsg_list[i++], rfbFileListRequest, rfbTightVncVendor);
307
SetCapInfo
(&cmsg_list[i++], rfbFileDownloadRequest, rfbTightVncVendor);
308
SetCapInfo
(&cmsg_list[i++], rfbFileUploadRequest, rfbTightVncVendor);
309
SetCapInfo
(&cmsg_list[i++], rfbFileUploadData, rfbTightVncVendor);
310
SetCapInfo
(&cmsg_list[i++], rfbFileDownloadCancel, rfbTightVncVendor)
[
all
...]
rfbtightproto.h
191
#define
SetCapInfo
(cap_ptr, code_sym, vendor) \
Completed in 836 milliseconds