Home
last modified time | relevance | path

Searched refs:rfbClientLog (Results 1 – 19 of 19) sorted by relevance

/external/libvncserver/libvncclient/
Dtls_gnutls.c52 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 …]
Dtls_openssl.c151 rfbClientLog("Failed to initialized OpenSSL: memory.\n"); in InitializeTLS()
167 rfbClientLog("OpenSSL initialized.\n"); in InitializeTLS()
311 rfbClientLog("TLS session initialized.\n"); in InitializeTLSSession()
319 rfbClientLog("TLS anonymous credential created.\n"); in SetTLSAnonCredential()
335 rfbClientLog("TLS handshake blocking.\n"); in HandshakeTLS()
344 rfbClientLog("TLS handshake failed: -.\n"); in HandshakeTLS()
351 rfbClientLog("TLS handshake timeout.\n"); in HandshakeTLS()
356 rfbClientLog("TLS handshake done.\n"); in HandshakeTLS()
375 rfbClientLog("List of security types is ZERO. Giving up.\n"); in ReadVeNCryptSecurityType()
381 rfbClientLog("%d security types are too many; maximum is %d\n", count, sizeof(tAuth)); in ReadVeNCryptSecurityType()
[all …]
Drfbproto.c104 rfbClientLogProc rfbClientLog=rfbDefaultClientLog; variable
163 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in FillRectangle()
188 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in CopyRectangle()
231 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel); in CopyRectangleFromRectangle()
404 rfbClientLog("Could not open %s.\n",client->serverHost); in ConnectToRFBServer()
410 rfbClientLog("File %s was not recorded by vncrec.\n",client->serverHost); in ConnectToRFBServer()
434 rfbClientLog("Couldn't convert '%s' to host address\n", hostname); in ConnectToRFBServer()
442 rfbClientLog("Unable to connect to VNC server\n"); in ConnectToRFBServer()
469 rfbClientLog("Couldn't convert '%s' to host address\n", repeaterHost); in ConnectToRFBRepeater()
477 rfbClientLog("Unable to connect to VNC repeater\n"); in ConnectToRFBRepeater()
[all …]
Dlisten.c66 rfbClientLog("%s -listen: Listening on port %d\n", in listenForIncomingConnections()
68 rfbClientLog("%s -listen: Command line errors are not reported until " in listenForIncomingConnections()
80 rfbClientLog("%s -listen: Listening on IPV6 port %d\n", in listenForIncomingConnections()
82 rfbClientLog("%s -listen: Command line errors are not reported until " in listenForIncomingConnections()
168 rfbClientLog("%s -listennofork: Listening on port %d\n", in listenForIncomingConnectionsNoFork()
170 rfbClientLog("%s -listennofork: Command line errors are not reported until " in listenForIncomingConnectionsNoFork()
183 rfbClientLog("%s -listennofork: Listening on IPV6 port %d\n", in listenForIncomingConnectionsNoFork()
185 rfbClientLog("%s -listennofork: Command line errors are not reported until " in listenForIncomingConnectionsNoFork()
Dtls_none.c26 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()
Dzlib.c80 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()
Dsockets.c91 rfbClientLog("ReadFromRFBServer %d bytes\n",n); in ReadFromRFBServer()
179 rfbClientLog("VNC server closed connection\n"); in ReadFromRFBServer()
218 rfbClientLog("VNC server closed connection\n"); in ReadFromRFBServer()
288 rfbClientLog("write failed\n"); in WriteToRFBServer()
773 rfbClientLog("ReadExact: ");
778 rfbClientLog(" ");
782 rfbClientLog("%02x ",(unsigned char)c);
784 rfbClientLog(" ");
787 rfbClientLog("%s\n",str);
794 rfbClientLog(" ");
[all …]
Dzrle.c129 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()
Dultra.c50rfbClientLog("ultra error: rectangle has 0 uncomressed bytes ((%dw * %dh) * (%d / 8))\n", rw, rh, … in HandleUltraBPP()
96rfbClientLog("Ultra decompressed too little (%d < %d)", (rw * rh * (BPP / 8)), uncompressedBytes); in HandleUltraBPP()
105 rfbClientLog("ultra decompress returned error: %d\n", in HandleUltraBPP()
134rfbClientLog("ultrazip error: rectangle has 0 uncomressed bytes (%dy + (%dw * 65535)) (%d rectangl… in HandleUltraZipBPP()
176 rfbClientLog("ultra decompress returned error: %d\n", in HandleUltraZipBPP()
Dtight.c111 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 …]
Dh264.c58 #define DebugLog(A) rfbClientLog A
145rfbClientLog("Allocated raw buffer of %d bytes (%dx%dx%d BPP)\n", client->raw_buffer_size, rw, rh,… in HandleH264()
170 rfbClientLog("%s()\n", __FUNCTION__); in h264_cleanup_decoder()
194 rfbClientLog("%s: va_dpy already initialized\n", __FUNCTION__); in h264_init_decoder()
198 rfbClientLog("%s: Re-initializing H.264 decoder\n", __FUNCTION__); in h264_init_decoder()
201 rfbClientLog("%s: initializing H.264 decoder\n", __FUNCTION__); in h264_init_decoder()
214 rfbClientLog("%s: libva version %d.%d found\n", __FUNCTION__, major_ver, minor_ver); in h264_init_decoder()
269 rfbClientLog("%s: H.264 decoder initialized\n", __FUNCTION__); in h264_init_decoder()
286 rfbClientLog("%s: decoder initialized\n", __FUNCTION__); in h264_decode_frame()
297 rfbClientLog("First frame is not an I frame !!! Skipping!!!\n"); in h264_decode_frame()
[all …]
Dvncviewer.c384 rfbClientLog("inflateEnd: %s\n", client->zlibStream[i].msg); in rfbClientCleanup()
391 rfbClientLog("inflateEnd: %s\n", client->decompStream.msg ); in rfbClientCleanup()
/external/libvncserver/client_examples/
Dbackchannel.c38 rfbClientLog("enableBackChannel: write error (%d: %s)", errno, strerror(errno)); in sendMessage()
62 rfbClientLog("got back channel message: %s\n", text); in handleBackChannelMessage()
Dppmtest.c13 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()
DSDLvncviewer.c64 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()
Dgtkvncviewer.c364 rfbClientLog ("Unknown keysym: %d\n", keyval); in gdkKey2rfbKeySym()
644 rfbClientLog = GtkDefaultLog; in main()
/external/libvncserver/test/
Dencodingstest.c128 rfbClientLog("Got update (encoding=%s): (%d,%d)-(%d,%d)\n", in update()
159 rfbClientLog("Starting client (encoding %s, display %s)\n", in clientLoop()
276 rfbClientLog=rfbTestLog; in main()
/external/libvncserver/rfb/
Drfbclient.h372 extern rfbClientLogProc rfbClientLog,rfbClientErr;
/external/libvncserver/
DChangeLog6795 structure (thread safety); make rfbClientLog overrideable