/external/libvncserver/rfb/ |
D | rfbclient.h | 86 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 …]
|
D | rfb.h | 143 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 …]
|
D | rfbregion.h | 28 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/ |
D | hextile.c | 30 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 …]
|
D | tight.c | 68 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 …]
|
D | rfbregion.c | 173 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 …]
|
D | httpd.c | 90 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
|
D | main.c | 162 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 …]
|
D | translate.c | 30 static rfbBool rfbSetClientColourMapBGR233(rfbClientPtr cl); 32 rfbBool rfbEconomicTranslate = FALSE; 244 rfbBool 360 static rfbBool 414 rfbBool
|
D | rfbserver.c | 157 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 …]
|
D | zrle.c | 104 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()
|
D | selbox.c | 15 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()
|
D | zrleoutstream.c | 28 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/ |
D | rfbproto.c | 80 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 …]
|
D | tls_openssl.c | 63 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 …]
|
D | tls_gnutls.c | 40 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()
|
D | tls.h | 26 rfbBool HandleAnonTLSAuth(rfbClient* client); 32 rfbBool HandleVeNCryptAuth(rfbClient* client);
|
D | tls_none.c | 24 rfbBool HandleAnonTLSAuth(rfbClient* client) in HandleAnonTLSAuth() 31 rfbBool HandleVeNCryptAuth(rfbClient* client) in HandleVeNCryptAuth()
|
D | sockets.c | 68 rfbBool errorMessageOnReadFailure = TRUE; 84 rfbBool 245 rfbBool 302 static rfbBool WSAinitted=FALSE; in initSockets() 644 rfbBool 667 rfbBool 715 rfbBool 748 rfbBool
|
D | vncviewer.c | 46 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/ |
D | mac.c | 36 #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;
|
D | backchannel.c | 37 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/ |
D | handlefiletransferrequest.h | 34 void EnableFileTransfer(rfbBool enable); 35 rfbBool IsFileTransferEnabled();
|
/external/libvncserver/test/ |
D | encodingstest.c | 56 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/ |
D | vnc2mpg.c | 309 static rfbBool quit=FALSE; 317 static rfbBool resize(rfbClient* client) { in resize() 318 static rfbBool first=TRUE; in resize()
|