Searched refs:rfbClientLog (Results 1 - 18 of 18) sorted by relevance

/external/libvncserver/libvncclient/
H A Dtls_none.c26 rfbClientLog("TLS is not supported.\n");
33 rfbClientLog("TLS is not supported.\n");
40 rfbClientLog("TLS is not supported.\n");
48 rfbClientLog("TLS is not supported.\n");
H A Dtls_gnutls.c52 rfbClientLog("Failed to initialized GnuTLS: %s.\n", gnutls_strerror(ret));
55 rfbClientLog("GnuTLS initialized.\n");
140 rfbClientLog("Failed to initialized TLS session: %s.\n", gnutls_strerror(ret));
147 rfbClientLog("Warning: Failed to set TLS priority: %s (%s).\n", gnutls_strerror(ret), p);
154 rfbClientLog("TLS session initialized.\n");
169 rfbClientLog("Failed to create anonymous credentials: %s", gnutls_strerror(ret));
172 rfbClientLog("TLS anonymous credential created.\n");
186 rfbClientLog("TLS handshake blocking.\n");
191 rfbClientLog("TLS handshake failed: %s.\n", gnutls_strerror(ret));
198 rfbClientLog("TL
[all...]
H A Dlisten.c66 rfbClientLog("%s -listen: Listening on port %d\n",
68 rfbClientLog("%s -listen: Command line errors are not reported until "
80 rfbClientLog("%s -listen: Listening on IPV6 port %d\n",
82 rfbClientLog("%s -listen: Command line errors are not reported until "
168 rfbClientLog("%s -listennofork: Listening on port %d\n",
170 rfbClientLog("%s -listennofork: Command line errors are not reported until "
183 rfbClientLog("%s -listennofork: Listening on IPV6 port %d\n",
185 rfbClientLog("%s -listennofork: Command line errors are not reported until "
H A Dtls_openssl.c151 rfbClientLog("Failed to initialized OpenSSL: memory.\n");
167 rfbClientLog("OpenSSL initialized.\n");
311 rfbClientLog("TLS session initialized.\n");
319 rfbClientLog("TLS anonymous credential created.\n");
335 rfbClientLog("TLS handshake blocking.\n");
344 rfbClientLog("TLS handshake failed: -.\n");
351 rfbClientLog("TLS handshake timeout.\n");
356 rfbClientLog("TLS handshake done.\n");
375 rfbClientLog("List of security types is ZERO. Giving up.\n");
381 rfbClientLog("
[all...]
H A Dzlib.c80 rfbClientLog(
118 rfbClientLog("zlib inflate needs a dictionary!\n");
122 rfbClientLog(
134 rfbClientLog("zlib inflate ran out of space!\n");
149 rfbClientLog(
H A Drfbproto.c77 * rfbClientLog prints a time-stamped message to the log file (stderr).
104 rfbClientLogProc rfbClientLog=rfbDefaultClientLog; variable
163 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel);
188 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel);
231 rfbClientLog("Unsupported bitsPerPixel: %d\n",client->format.bitsPerPixel);
404 rfbClientLog("Could not open %s.\n",client->serverHost);
410 rfbClientLog("File %s was not recorded by vncrec.\n",client->serverHost);
434 rfbClientLog("Couldn't convert '%s' to host address\n", hostname);
442 rfbClientLog("Unable to connect to VNC server\n");
469 rfbClientLog("Could
[all...]
H A Dultra.c50 rfbClientLog("ultra error: rectangle has 0 uncomressed bytes ((%dw * %dh) * (%d / 8))\n", rw, rh, BPP);
96 rfbClientLog("Ultra decompressed too little (%d < %d)", (rw * rh * (BPP / 8)), uncompressedBytes);
105 rfbClientLog("ultra decompress returned error: %d\n",
134 rfbClientLog("ultrazip error: rectangle has 0 uncomressed bytes (%dy + (%dw * 65535)) (%d rectangles)\n", ry, rw, rx);
176 rfbClientLog("ultra decompress returned error: %d\n",
H A Dsockets.c91 rfbClientLog("ReadFromRFBServer %d bytes\n",n);
179 rfbClientLog("VNC server closed connection\n");
218 rfbClientLog("VNC server closed connection\n");
288 rfbClientLog("write failed\n");
773 rfbClientLog("ReadExact: ");
778 rfbClientLog(" ");
782 rfbClientLog("%02x ",(unsigned char)c);
784 rfbClientLog(" ");
787 rfbClientLog("%s\n",str);
794 rfbClientLog(" ");
[all...]
H A Dzrle.c129 rfbClientLog(
167 rfbClientLog("zlib inflate needs a dictionary!\n");
171 rfbClientLog(
183 rfbClientLog("zlib inflate ran out of space!\n");
204 rfbClientLog("ZRLE decoding failed (%d)\n",result);
215 rfbClientLog(
273 rfbClientLog("expected %d bytes, got only %d (%dx%d)\n",1+w*h*REALBPP/8,buffer_length,w,h);
358 rfbClientLog("Warning: possible ZRLE corruption\n");
410 rfbClientLog("Warning: possible ZRLE corruption\n");
H A Dtight.c111 rfbClientLog("inflateEnd: %s\n", client->zlibStream[stream_id].msg);
141 rfbClientLog("Tight encoding: JPEG is not supported in 8 bpp mode.\n");
152 rfbClientLog("Tight encoding: bad subencoding value received.\n");
180 rfbClientLog("Tight encoding: unknown filter code received.\n");
188 rfbClientLog("Tight encoding: error receiving palette.\n");
209 rfbClientLog("Incorrect data received from the server.\n");
223 rfbClientLog("InflateInit error: %s.\n", zs->msg);
235 rfbClientLog("Internal error: incorrect buffer size.\n");
265 rfbClientLog("Inflate error: %s.\n", zs->msg);
267 rfbClientLog("Inflat
[all...]
H A Dh264.c58 #define DebugLog(A) rfbClientLog A
145 rfbClientLog("Allocated raw buffer of %d bytes (%dx%dx%d BPP)\n", client->raw_buffer_size, rw, rh, BPP);
170 rfbClientLog("%s()\n", __FUNCTION__);
194 rfbClientLog("%s: va_dpy already initialized\n", __FUNCTION__);
198 rfbClientLog("%s: Re-initializing H.264 decoder\n", __FUNCTION__);
201 rfbClientLog("%s: initializing H.264 decoder\n", __FUNCTION__);
214 rfbClientLog("%s: libva version %d.%d found\n", __FUNCTION__, major_ver, minor_ver);
269 rfbClientLog("%s: H.264 decoder initialized\n", __FUNCTION__);
286 rfbClientLog("%s: decoder initialized\n", __FUNCTION__);
297 rfbClientLog("Firs
[all...]
H A Dvncviewer.c384 rfbClientLog("inflateEnd: %s\n", client->zlibStream[i].msg);
391 rfbClientLog("inflateEnd: %s\n", client->decompStream.msg );
/external/libvncserver/client_examples/
H A Dbackchannel.c38 rfbClientLog("enableBackChannel: write error (%d: %s)", errno, strerror(errno));
62 rfbClientLog("got back channel message: %s\n", text);
H A Dppmtest.c13 rfbClientLog("Received an update for %d,%d,%d,%d.\n",x,y,w,h);
33 rfbClientLog("bpp = %d (!=4)\n",bpp);
H A DSDLvncviewer.c64 rfbClientLog("Could not set resolution %dx%d!\n",
170 rfbClientLog("Unknown keysym: %d\n", sym);
444 rfbClientLog("released right Alt key\n");
449 rfbClientLog("released left Alt key\n");
467 rfbClientLog("ignore SDL event: 0x%x\n", e->type);
488 rfbClientLog=rfbClientErr=log_to_file;
H A Dgtkvncviewer.c364 rfbClientLog ("Unknown keysym: %d\n", keyval);
644 rfbClientLog = GtkDefaultLog;
/external/libvncserver/test/
H A Dencodingstest.c128 rfbClientLog("Got update (encoding=%s): (%d,%d)-(%d,%d)\n",
159 rfbClientLog("Starting client (encoding %s, display %s)\n",
276 rfbClientLog=rfbTestLog;
/external/libvncserver/rfb/
H A Drfbclient.h372 extern rfbClientLogProc rfbClientLog,rfbClientErr;

Completed in 219 milliseconds