Lines Matching refs:_rfbClient
142 struct _rfbClient;
154 typedef void (*HandleTextChatProc)(struct _rfbClient* client, int value, char *text);
164 typedef void (*HandleXvpMsgProc)(struct _rfbClient* client, uint8_t version, uint8_t opcode);
165 typedef void (*HandleKeyboardLedStateProc)(struct _rfbClient* client, int value, int pad);
166 typedef rfbBool (*HandleCursorPosProc)(struct _rfbClient* client, int x, int y);
167 typedef void (*SoftCursorLockAreaProc)(struct _rfbClient* client, int x, int y, int w, int h);
168 typedef void (*SoftCursorUnlockScreenProc)(struct _rfbClient* client);
169 typedef void (*GotFrameBufferUpdateProc)(struct _rfbClient* client, int x, int y, int w, int h);
170 typedef void (*FinishedFrameBufferUpdateProc)(struct _rfbClient* client);
171 typedef char* (*GetPasswordProc)(struct _rfbClient* client);
172 typedef rfbCredential* (*GetCredentialProc)(struct _rfbClient* client, int credentialType);
173 typedef rfbBool (*MallocFrameBufferProc)(struct _rfbClient* client);
174 typedef void (*GotXCutTextProc)(struct _rfbClient* client, const char *text, int textlen);
175 typedef void (*BellProc)(struct _rfbClient* client);
177 typedef void (*GotCursorShapeProc)(struct _rfbClient* client, int xhot, int yhot, int width, int he…
178 typedef void (*GotCopyRectProc)(struct _rfbClient* client, int src_x, int src_y, int w, int h, int …
180 typedef struct _rfbClient { struct