Home
last modified time | relevance | path

Searched refs:rfbBool (Results 1 – 25 of 62) sorted by relevance

123

/external/libvncserver/rfb/
Drfbclient.h86 rfbBool readTimestamp;
87 rfbBool doNotSleep;
101 rfbBool shareDesktop;
102 rfbBool viewOnly;
106 rfbBool useBGR233;
108 rfbBool forceOwnCmap;
109 rfbBool forceTrueColour;
114 rfbBool enableJPEG;
115 rfbBool useRemoteCursor;
116 rfbBool palmVNC; /**< use palmvnc specific SetScale (vs ultravnc) */
[all …]
Drfb.h143 typedef void (*rfbKbdAddEventProcPtr) (rfbBool down, rfbKeySym keySym, struct _rfbClientRec* cl);
148 typedef rfbBool (*rfbSetTranslateFunctionProcPtr)(struct _rfbClientRec* cl);
149 typedef rfbBool (*rfbPasswordCheckProcPtr)(struct _rfbClientRec* cl,const char* encryptedPassWord,i…
155 typedef rfbBool (*rfbXvpHookPtr)(struct _rfbClientRec* cl, uint8_t, uint8_t);
177 rfbBool is16; /**< is the data format short? */
201 rfbBool (*newClient)(struct _rfbClientRec* client, void** data);
204 rfbBool (*init)(struct _rfbClientRec* client, void* data);
210 rfbBool (*enablePseudoEncoding)(struct _rfbClientRec* client,
213 rfbBool (*handleMessage)(struct _rfbClientRec* client,
265 rfbBool autoPort;
[all …]
Drfbregion.h28 extern rfbBool sraRgnAnd(sraRegion *dst, const sraRegion *src);
30 extern rfbBool sraRgnSubtract(sraRegion *dst, const sraRegion *src);
34 extern rfbBool sraRgnPopRect(sraRegion *region, sraRect *rect,
38 extern rfbBool sraRgnEmpty(const sraRegion *rgn);
45 rfbBool reverseX,reverseY;
51 extern sraRectangleIterator *sraRgnGetReverseIterator(sraRegion *s,rfbBool reverseX,rfbBool reverse…
52 extern rfbBool sraRgnIteratorNext(sraRectangleIterator *i,sraRect *r);
59 extern rfbBool sraClipRect(int *x, int *y, int *w, int *h,
62 extern rfbBool sraClipRect2(int *x, int *y, int *x2, int *y2,
/external/libvncserver/libvncserver/
Dhextile.c30 static rfbBool sendHextiles8(rfbClientPtr cl, int x, int y, int w, int h);
31 static rfbBool sendHextiles16(rfbClientPtr cl, int x, int y, int w, int h);
32 static rfbBool sendHextiles32(rfbClientPtr cl, int x, int y, int w, int h);
39 rfbBool
95 static rfbBool subrectEncode##bpp(rfbClientPtr cli, uint##bpp##_t *data, \
96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
97 static void testColours##bpp(uint##bpp##_t *data, int size, rfbBool *mono, \
98 rfbBool *solid, uint##bpp##_t *bg, uint##bpp##_t *fg); \
105 static rfbBool \
111 rfbBool mono, solid; \
[all …]
Dtight.c68 static TLS rfbBool usePixelFormat24 = FALSE;
172 static rfbBool SendRectEncodingTight(rfbClientPtr cl, int x, int y,
179 static rfbBool CheckSolidTile (rfbClientPtr cl, int x, int y, int w, int h,
180 uint32_t *colorPtr, rfbBool needSameColor);
181 static rfbBool CheckSolidTile8 (rfbClientPtr cl, int x, int y, int w, int h,
182 uint32_t *colorPtr, rfbBool needSameColor);
183 static rfbBool CheckSolidTile16 (rfbClientPtr cl, int x, int y, int w, int h,
184 uint32_t *colorPtr, rfbBool needSameColor);
185 static rfbBool CheckSolidTile32 (rfbClientPtr cl, int x, int y, int w, int h,
186 uint32_t *colorPtr, rfbBool needSameColor);
[all …]
Drfbregion.c173 static rfbBool
206 static rfbBool
357 static rfbBool
437 static rfbBool
552 rfbBool
562 rfbBool
619 rfbBool
623 rfbBool right2left = (flags & 2) == 2; in sraRgnPopRect()
624 rfbBool bottom2top = (flags & 1) == 1; in sraRgnPopRect()
677 rfbBool
[all …]
Dhttpd.c90 static rfbBool compareAndSkip(char **ptr, const char *str);
91 static rfbBool parseParams(const char *request, char *result, int max_bytes);
92 static rfbBool validateString(char *str);
286 rfbBool performSubstitutions = FALSE; in httpProcessInput()
555 static rfbBool
571 static rfbBool
642 static rfbBool
Dmain.c162 rfbBool rfbEnableExtension(rfbClientPtr cl, rfbProtocolExtension* extension, in rfbEnableExtension()
181 rfbBool rfbDisableExtension(rfbClientPtr cl, rfbProtocolExtension* extension) in rfbDisableExtension()
446 rfbBool haveUpdate; in clientOutput()
631 rfbDefaultKbdAddEvent(rfbBool down, rfbKeySym keySym, rfbClientPtr cl) in rfbDefaultKbdAddEvent()
702 static rfbBool rfbDefaultPasswordCheck(rfbClientPtr cl,const char* response,int len) in rfbDefaultPasswordCheck()
732 rfbBool rfbCheckPasswordByList(rfbClientPtr cl,const char* response,int len) in rfbCheckPasswordByList()
946 rfbBool format_changed = FALSE; in rfbNewFramebuffer()
1060 void rfbShutdownServer(rfbScreenInfoPtr screen,rfbBool disconnectClients) { in rfbShutdownServer()
1092 rfbBool
1097 rfbBool result=FALSE; in rfbProcessEvents()
[all …]
Dtranslate.c30 static rfbBool rfbSetClientColourMapBGR233(rfbClientPtr cl);
32 rfbBool rfbEconomicTranslate = FALSE;
244 rfbBool
360 static rfbBool
414 rfbBool
Drfbserver.c157 rfbBool closedToo;
163 if(sizeof(rfbBool)!=1) { in rfbClientListInit()
165 fprintf(stderr,"rfbBool's size is not 1 (%d)!\n",(int)sizeof(rfbBool)); in rfbClientListInit()
303 rfbBool isUDP) in rfbNewTCPOrUDPClient()
854 static rfbBool rectSwapIfLEAndClip(uint16_t* x,uint16_t* y,uint16_t* w,uint16_t* h, in rectSwapIfLEAndClip()
885 rfbBool
920 rfbBool
984 rfbBool
1072 rfbBool
1117 rfbBool
[all …]
Dzrle.c104 rfbBool rfbSendRectEncodingZRLE(rfbClientPtr cl, int x, int y, int w, int h) in rfbSendRectEncodingZRLE()
157 rfbBool fitsInLS3Bytes in rfbSendRectEncodingZRLE()
162 rfbBool fitsInMS3Bytes = (cl->format.redShift > 7 && in rfbSendRectEncodingZRLE()
Dselbox.c15 rfbBool okInverted,cancelInverted;
25 static void selPaintButtons(rfbSelectData* m,rfbBool invertOk,rfbBool invertCancel) in selPaintButtons()
55 static void selPaintLine(rfbSelectData* m,int line,rfbBool invert) in selPaintLine()
125 static void selKbdAddEvent(rfbBool down,rfbKeySym keySym,rfbClientPtr cl) in selKbdAddEvent()
Dzrleoutstream.c28 static rfbBool zrleBufferAlloc(zrleBuffer *buffer, int size) in zrleBufferAlloc()
48 static rfbBool zrleBufferGrow(zrleBuffer *buffer, int size) in zrleBufferGrow()
105 rfbBool zrleOutStreamFlush(zrleOutStream *os) in zrleOutStreamFlush()
/external/libvncserver/libvncclient/
Drfbproto.c80 rfbBool rfbEnableClientLogging=TRUE;
235 static rfbBool HandleRRE8(rfbClient* client, int rx, int ry, int rw, int rh);
236 static rfbBool HandleRRE16(rfbClient* client, int rx, int ry, int rw, int rh);
237 static rfbBool HandleRRE32(rfbClient* client, int rx, int ry, int rw, int rh);
238 static rfbBool HandleCoRRE8(rfbClient* client, int rx, int ry, int rw, int rh);
239 static rfbBool HandleCoRRE16(rfbClient* client, int rx, int ry, int rw, int rh);
240 static rfbBool HandleCoRRE32(rfbClient* client, int rx, int ry, int rw, int rh);
241 static rfbBool HandleHextile8(rfbClient* client, int rx, int ry, int rw, int rh);
242 static rfbBool HandleHextile16(rfbClient* client, int rx, int ry, int rw, int rh);
243 static rfbBool HandleHextile32(rfbClient* client, int rx, int ry, int rw, int rh);
[all …]
Dtls_openssl.c63 static rfbBool rfbTLSInitialized = FALSE;
142 static rfbBool
261 open_ssl_connection (rfbClient *client, int sockfd, rfbBool anonTLS) in open_ssl_connection()
301 static rfbBool
302 InitializeTLSSession(rfbClient* client, rfbBool anonTLS) in InitializeTLSSession()
316 static rfbBool
323 static rfbBool
361 static rfbBool
426 rfbBool
438 rfbBool
[all …]
Dtls_gnutls.c40 static rfbBool rfbTLSInitialized = FALSE;
42 static rfbBool
130 static rfbBool
131 InitializeTLSSession(rfbClient* client, rfbBool anonTLS) in InitializeTLSSession()
159 static rfbBool
176 static rfbBool
208 static rfbBool
339 rfbBool
351 rfbBool
356 rfbBool anonTLS; in HandleVeNCryptAuth()
Dtls.h26 rfbBool HandleAnonTLSAuth(rfbClient* client);
32 rfbBool HandleVeNCryptAuth(rfbClient* client);
Dtls_none.c24 rfbBool HandleAnonTLSAuth(rfbClient* client) in HandleAnonTLSAuth()
31 rfbBool HandleVeNCryptAuth(rfbClient* client) in HandleVeNCryptAuth()
Dsockets.c68 rfbBool errorMessageOnReadFailure = TRUE;
84 rfbBool
245 rfbBool
302 static rfbBool WSAinitted=FALSE; in initSockets()
644 rfbBool
667 rfbBool
715 rfbBool
748 rfbBool
Dvncviewer.c46 static rfbBool DummyPoint(rfbClient* client, int x, int y) { in DummyPoint()
91 static rfbBool MallocFrameBuffer(rfbClient* client) { in MallocFrameBuffer()
206 memset(client->zlibStreamActive,0,sizeof(rfbBool)*4); in rfbGetClient()
236 static rfbBool rfbInitConnection(rfbClient* client) in rfbInitConnection()
296 rfbBool rfbInitClient(rfbClient* client,int* argc,char** argv) { in rfbInitClient()
/external/libvncserver/examples/
Dmac.c36 #undef rfbBool
46 rfbBool rfbNoDimming = FALSE;
47 rfbBool rfbNoSleep = TRUE;
54 static rfbBool initialized = FALSE;
55 static rfbBool dim_time_saved = FALSE;
56 static rfbBool sleep_time_saved = FALSE;
212 rfbBool disconnectAfterFirstClient = TRUE;
392 KbdAddEvent(rfbBool down, rfbKeySym keySym, struct _rfbClientRec* cl) in KbdAddEvent()
447 rfbBool viewOnly = FALSE, sharedMode = FALSE;
Dbackchannel.c37 rfbBool enableBackChannel(rfbClientPtr cl, void** data, int encoding) in enableBackChannel()
58 static rfbBool handleBackChannelMessage(rfbClientPtr cl, void* data, in handleBackChannelMessage()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dhandlefiletransferrequest.h34 void EnableFileTransfer(rfbBool enable);
35 rfbBool IsFileTransferEnabled();
/external/libvncserver/test/
Dencodingstest.c56 static void updateStatistics(int encodingIndex,rfbBool failed) { in updateStatistics()
73 static rfbBool doFramebuffersMatch(rfbScreenInfo* server,rfbClient* client, in doFramebuffersMatch()
102 static rfbBool resize(rfbClient* cl) { in resize()
208 rfbBool goForward; in idle()
/external/libvncserver/client_examples/
Dvnc2mpg.c309 static rfbBool quit=FALSE;
317 static rfbBool resize(rfbClient* client) { in resize()
318 static rfbBool first=TRUE; in resize()

123