/external/libvncserver/libvncclient/ |
D | tls_gnutls.c | 52 rfbClientLog("Failed to initialized GnuTLS: %s.\n", gnutls_strerror(ret)); in InitializeTLS() 55 rfbClientLog("GnuTLS initialized.\n"); in InitializeTLS() 140 rfbClientLog("Failed to initialized TLS session: %s.\n", gnutls_strerror(ret)); in InitializeTLSSession() 147 rfbClientLog("Warning: Failed to set TLS priority: %s (%s).\n", gnutls_strerror(ret), p); in InitializeTLSSession() 154 rfbClientLog("TLS session initialized.\n"); in InitializeTLSSession() 169 rfbClientLog("Failed to create anonymous credentials: %s", gnutls_strerror(ret)); in SetTLSAnonCredential() 172 rfbClientLog("TLS anonymous credential created.\n"); in SetTLSAnonCredential() 186 rfbClientLog("TLS handshake blocking.\n"); in HandshakeTLS() 191 rfbClientLog("TLS handshake failed: %s.\n", gnutls_strerror(ret)); in HandshakeTLS() 198 rfbClientLog("TLS handshake timeout.\n"); in HandshakeTLS() [all …]
|
D | tls_openssl.c | 122 rfbClientLog("Failed to initialized OpenSSL: memory.\n"); in InitializeTLS() 138 rfbClientLog("OpenSSL initialized.\n"); in InitializeTLS() 288 rfbClientLog("TLS session initialized.\n"); in InitializeTLSSession() 296 rfbClientLog("TLS anonymous credential created.\n"); in SetTLSAnonCredential() 312 rfbClientLog("TLS handshake blocking.\n"); in HandshakeTLS() 317 rfbClientLog("TLS handshake failed: -.\n"); in HandshakeTLS() 324 rfbClientLog("TLS handshake timeout.\n"); in HandshakeTLS() 329 rfbClientLog("TLS handshake done.\n"); in HandshakeTLS() 348 rfbClientLog("List of security types is ZERO. Giving up.\n"); in ReadVeNCryptSecurityType() 354 rfbClientLog("%d security types are too many; maximum is %d\n", count, sizeof(tAuth)); in ReadVeNCryptSecurityType() [all …]
|
D | rfbproto.c | 93 rfbClientLogProc rfbClientLog=rfbDefaultClientLog; variable 152 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in FillRectangle() 173 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in CopyRectangle() 216 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in CopyRectangleFromRectangle() 386 rfbClientLog("Could not open %s.\n",client->serverHost); in ConnectToRFBServer() 392 rfbClientLog("File %s was not recorded by vncrec.\n",client->serverHost); in ConnectToRFBServer() 416 rfbClientLog("Couldn't convert '%s' to host address\n", hostname); in ConnectToRFBServer() 424 rfbClientLog("Unable to connect to VNC server\n"); in ConnectToRFBServer() 451 rfbClientLog("Couldn't convert '%s' to host address\n", repeaterHost); in ConnectToRFBRepeater() 459 rfbClientLog("Unable to connect to VNC repeater\n"); in ConnectToRFBRepeater() [all …]
|
D | listen.c | 64 rfbClientLog("%s -listen: Listening on port %d\n", in listenForIncomingConnections() 66 rfbClientLog("%s -listen: Command line errors are not reported until " in listenForIncomingConnections() 78 rfbClientLog("%s -listen: Listening on IPV6 port %d\n", in listenForIncomingConnections() 80 rfbClientLog("%s -listen: Command line errors are not reported until " in listenForIncomingConnections() 166 rfbClientLog("%s -listennofork: Listening on port %d\n", in listenForIncomingConnectionsNoFork() 168 rfbClientLog("%s -listennofork: Command line errors are not reported until " in listenForIncomingConnectionsNoFork() 181 rfbClientLog("%s -listennofork: Listening on IPV6 port %d\n", in listenForIncomingConnectionsNoFork() 183 rfbClientLog("%s -listennofork: Command line errors are not reported until " in listenForIncomingConnectionsNoFork()
|
D | tls_none.c | 26 rfbClientLog("TLS is not supported.\n"); in HandleAnonTLSAuth() 33 rfbClientLog("TLS is not supported.\n"); in HandleVeNCryptAuth() 40 rfbClientLog("TLS is not supported.\n"); in ReadFromTLS() 48 rfbClientLog("TLS is not supported.\n"); in WriteToTLS()
|
D | zlib.c | 80 rfbClientLog( in HandleZlibBPP() 118 rfbClientLog("zlib inflate needs a dictionary!\n"); in HandleZlibBPP() 122 rfbClientLog( in HandleZlibBPP() 134 rfbClientLog("zlib inflate ran out of space!\n"); in HandleZlibBPP() 149 rfbClientLog( in HandleZlibBPP()
|
D | sockets.c | 80 rfbClientLog("ReadFromRFBServer %d bytes\n",n); in ReadFromRFBServer() 161 rfbClientLog("VNC server closed connection\n"); in ReadFromRFBServer() 200 rfbClientLog("VNC server closed connection\n"); in ReadFromRFBServer() 270 rfbClientLog("write failed\n"); in WriteToRFBServer() 755 rfbClientLog("ReadExact: "); 760 rfbClientLog(" "); 764 rfbClientLog("%02x ",(unsigned char)c); 766 rfbClientLog(" "); 769 rfbClientLog("%s\n",str); 776 rfbClientLog(" "); [all …]
|
D | zrle.c | 129 rfbClientLog( in HandleZRLE() 167 rfbClientLog("zlib inflate needs a dictionary!\n"); in HandleZRLE() 171 rfbClientLog( in HandleZRLE() 183 rfbClientLog("zlib inflate ran out of space!\n"); in HandleZRLE() 204 rfbClientLog("ZRLE decoding failed (%d)\n",result); in HandleZRLE() 215 rfbClientLog( in HandleZRLE() 273 rfbClientLog("expected %d bytes, got only %d (%dx%d)\n",1+w*h*REALBPP/8,buffer_length,w,h); in HandleZRLETile() 358 rfbClientLog("Warning: possible ZRLE corruption\n"); in HandleZRLETile() 410 rfbClientLog("Warning: possible ZRLE corruption\n"); in HandleZRLETile()
|
D | ultra.c | 50 …rfbClientLog("ultra error: rectangle has 0 uncomressed bytes ((%dw * %dh) * (%d / 8))\n", rw, rh, … in HandleUltraBPP() 96 … rfbClientLog("Ultra decompressed too little (%d < %d)", (rw * rh * (BPP / 8)), uncompressedBytes); in HandleUltraBPP() 105 rfbClientLog("ultra decompress returned error: %d\n", in HandleUltraBPP() 134 …rfbClientLog("ultrazip error: rectangle has 0 uncomressed bytes (%dy + (%dw * 65535)) (%d rectangl… in HandleUltraZipBPP() 176 rfbClientLog("ultra decompress returned error: %d\n", in HandleUltraZipBPP()
|
D | tight.c | 111 rfbClientLog("inflateEnd: %s\n", client->zlibStream[stream_id].msg); in HandleTightBPP() 141 rfbClientLog("Tight encoding: JPEG is not supported in 8 bpp mode.\n"); in HandleTightBPP() 152 rfbClientLog("Tight encoding: bad subencoding value received.\n"); in HandleTightBPP() 180 rfbClientLog("Tight encoding: unknown filter code received.\n"); in HandleTightBPP() 188 rfbClientLog("Tight encoding: error receiving palette.\n"); in HandleTightBPP() 209 rfbClientLog("Incorrect data received from the server.\n"); in HandleTightBPP() 223 rfbClientLog("InflateInit error: %s.\n", zs->msg); in HandleTightBPP() 235 rfbClientLog("Internal error: incorrect buffer size.\n"); in HandleTightBPP() 265 rfbClientLog("Inflate error: %s.\n", zs->msg); in HandleTightBPP() 267 rfbClientLog("Inflate error: %d.\n", err); in HandleTightBPP() [all …]
|
D | vncviewer.c | 351 rfbClientLog("inflateEnd: %s\n", client->zlibStream[i].msg); in rfbClientCleanup() 358 rfbClientLog("inflateEnd: %s\n", client->decompStream.msg ); in rfbClientCleanup()
|
/external/libvncserver/client_examples/ |
D | backchannel.c | 38 rfbClientLog("enableBackChannel: write error (%d: %s)", errno, strerror(errno)); in sendMessage() 62 rfbClientLog("got back channel message: %s\n", text); in handleBackChannelMessage()
|
D | ppmtest.c | 13 rfbClientLog("Received an update for %d,%d,%d,%d.\n",x,y,w,h); in PrintRect() 33 rfbClientLog("bpp = %d (!=4)\n",bpp); in SaveFramebufferAsPPM()
|
D | SDLvncviewer.c | 64 rfbClientLog("Could not set resolution %dx%d!\n", in resize() 170 rfbClientLog("Unknown keysym: %d\n", sym); in SDL_key2rfbKeySym() 444 rfbClientLog("released right Alt key\n"); in handleSDLEvent() 449 rfbClientLog("released left Alt key\n"); in handleSDLEvent() 467 rfbClientLog("ignore SDL event: 0x%x\n", e->type); in handleSDLEvent() 488 rfbClientLog=rfbClientErr=log_to_file; in main()
|
D | gtkvncviewer.c | 345 rfbClientLog ("Unknown keysym: %d\n", keyval); in gdkKey2rfbKeySym() 619 rfbClientLog = GtkDefaultLog; in main()
|
/external/libvncserver/test/ |
D | encodingstest.c | 128 rfbClientLog("Got update (encoding=%s): (%d,%d)-(%d,%d)\n", in update() 159 rfbClientLog("Starting client (encoding %s, display %s)\n", in clientLoop() 275 rfbClientLog=rfbTestLog; in main()
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 364 extern rfbClientLogProc rfbClientLog,rfbClientErr;
|
/external/libvncserver/x11vnc/ |
D | screen.c | 1333 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in from_libvncclient_CopyRectangleFromRectangle()
|
/external/libvncserver/ |
D | ChangeLog | 5956 structure (thread safety); make rfbClientLog overrideable
|