HomeSort by relevance Sort by last modified time
    Searched refs:rfbClientLog (Results 1 - 18 of 18) sorted by null

  /external/libvncserver/libvncclient/
tls_none.c 26 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");
tls_gnutls.c 52 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("TLS handshake timeout.\n")
    [all...]
listen.c 66 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 "
tls_openssl.c 151 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("%d security types are too many; maximum is %d\n", count, sizeof(tAuth))
    [all...]
zlib.c 80 rfbClientLog(
118 rfbClientLog("zlib inflate needs a dictionary!\n");
122 rfbClientLog(
134 rfbClientLog("zlib inflate ran out of space!\n");
149 rfbClientLog(
rfbproto.c 77 * rfbClientLog prints a time-stamped message to the log file (stderr).
104 rfbClientLogProc rfbClientLog=rfbDefaultClientLog;
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("Couldn't convert '%s' to host address\n", repeaterHost)
    [all...]
ultra.c 50 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",
sockets.c 91 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...]
zrle.c 129 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");
tight.c 111 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("Inflate error: %d.\n", err)
    [all...]
h264.c 58 #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("First frame is not an I frame !!! Skipping!!!\n")
    [all...]
vncviewer.c 384 rfbClientLog("inflateEnd: %s\n", client->zlibStream[i].msg);
391 rfbClientLog("inflateEnd: %s\n", client->decompStream.msg );
  /external/libvncserver/client_examples/
backchannel.c 38 rfbClientLog("enableBackChannel: write error (%d: %s)", errno, strerror(errno));
62 rfbClientLog("got back channel message: %s\n", text);
ppmtest.c 13 rfbClientLog("Received an update for %d,%d,%d,%d.\n",x,y,w,h);
33 rfbClientLog("bpp = %d (!=4)\n",bpp);
SDLvncviewer.c 64 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;
gtkvncviewer.c 364 rfbClientLog ("Unknown keysym: %d\n", keyval);
644 rfbClientLog = GtkDefaultLog;
  /external/libvncserver/test/
encodingstest.c 128 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/
rfbclient.h 372 extern rfbClientLogProc rfbClientLog,rfbClientErr;

Completed in 161 milliseconds