Home
last modified time | relevance | path

Searched refs:rfbClientRec (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/libvncserver/
Dhttpd.c265 static rfbClientRec cl;
Drfbserver.c316 cl = (rfbClientPtr)calloc(sizeof(rfbClientRec),1); in rfbNewTCPOrUDPClient()
/external/libvncserver/
DREADME126 The rfbClientPtr is a pointer to an rfbClientRec structure, which holds
132 of a rfbScreenInfo and three instances of rfbClientRec's.
134 The rfbClientRec structure holds a member
DChangeLog1743 …websockets: Add wspath member to rfbClientRec Added wspath member to rfbClientRec which holds the …
/external/libvncserver/rfb/
Drfb.h698 } rfbClientRec, *rfbClientPtr; typedef