Home
last modified time | relevance | path

Searched refs:rfbStatList (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
Dstats.c37 rfbStatList *rfbStatLookupEncoding(rfbClientPtr cl, uint32_t type);
38 rfbStatList *rfbStatLookupMessage(rfbClientPtr cl, uint32_t type);
169 rfbStatList *rfbStatLookupEncoding(rfbClientPtr cl, uint32_t type) in rfbStatLookupEncoding()
171 rfbStatList *ptr; in rfbStatLookupEncoding()
178 ptr = (rfbStatList *)malloc(sizeof(rfbStatList)); in rfbStatLookupEncoding()
181 memset((char *)ptr, 0, sizeof(rfbStatList)); in rfbStatLookupEncoding()
191 rfbStatList *rfbStatLookupMessage(rfbClientPtr cl, uint32_t type) in rfbStatLookupMessage()
193 rfbStatList *ptr; in rfbStatLookupMessage()
200 ptr = (rfbStatList *)malloc(sizeof(rfbStatList)); in rfbStatLookupMessage()
203 memset((char *)ptr, 0, sizeof(rfbStatList)); in rfbStatLookupMessage()
[all …]
/external/libvncserver/rfb/
Drfb.h436 } rfbStatList; typedef
1066 extern rfbStatList *rfbStatLookupEncoding(rfbClientPtr cl, uint32_t type);
1067 extern rfbStatList *rfbStatLookupMessage(rfbClientPtr cl, uint32_t type);