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

  /external/libvncserver/libvncserver/
rfbssl_openssl.c 37 rfbErr("%s (%ld)\n", ERR_error_string(e, buf), e);
56 rfbErr("OOM\n");
58 rfbErr("SSL connection but no cert specified\n");
62 rfbErr("Unable to load private key file %s\n", keyfile);
64 rfbErr("Unable to load certificate file %s\n", cl->screen->sslcertfile);
66 rfbErr("SSL_new failed\n");
69 rfbErr("SSL_set_fd failed\n");
77 rfbErr("SSL_accept failed %d\n", SSL_get_error(ctx->ssl, r));
websockets.c 192 rfbErr("b64_ntop failed\n");
211 rfbErr("webSocketsHandshake: unknown connection error\n");
219 rfbErr("webSocketsHandshake: failed sending Flash policy response");
225 rfbErr("webSocketsHandshake: rfbssl_init failed\n");
235 rfbErr("webSocketsHandshake: invalid client header\n");
357 rfbErr("webSocketsHandshake: incomplete client handshake\n");
365 rfbErr("webSocketsHandshake: 'binary' protocol not supported with Hixie\n");
412 rfbErr("webSocketsHandshake: failed sending WebSockets response\n");
544 /* save errno because rfbErr() will tamper it */
546 rfbErr("%s: peek (%d) %m\n", __func__, errno)
    [all...]
httpd.c 295 rfbErr("-httpd directory too long\n");
310 rfbErr("httpProcessInput: HTTP request is too long\n");
320 rfbErr("httpd: premature connection close\n");
349 rfbErr("httpd: CONNECT format invalid.\n");
372 rfbErr("httpd: no GET line\n");
381 rfbErr("httpd: GET line too long\n");
387 rfbErr("httpd: couldn't parse GET line\n");
393 rfbErr("httpd: filename didn't begin with '/'\n");
422 rfbErr("httpd: bad parameters in the URL\n");
translate.c 261 rfbErr("%s: server bits per pixel not 8, 16 or 32 (is %d)\n",
275 rfbErr("%s: client bits per pixel not 8, 16 or 32\n",
282 rfbErr("rfbSetTranslateFunction: client has colour map "
370 rfbErr("%s: client not 8 bits per pixel\n",
rfbssl_gnutls.c 42 rfbErr("SSL: %s", msg);
47 rfbErr("%s: %s (%ld)\n", msg, gnutls_strerror(e), e);
228 rfbErr("rfbssl_%s: %s error\n", __func__, peek ? "peek" : "read");
main.c 260 rfbLogProc rfbErr=rfbDefaultLog;
264 rfbErr("%s: %s\n", str, strerror(errno));
708 rfbErr("Couldn't read password file: %s\n",cl->screen->authPasswdData);
722 rfbErr("authProcessClientMessage: authentication failed from %s\n",
749 rfbErr("authProcessClientMessage: authentication failed from %s\n",
822 rfbErr("WARNING: Width (%d) is not a multiple of 4. VncViewer has problems with that.\n",width);
955 rfbErr("WARNING: New width (%d) is not a multiple of 4.\n", width);
1190 rfbErr("Can't run in background, because I don't have PThreads!\n");
ultra.c 102 rfbErr("lzo deflation error: %d\n", deflateResult);
rfbregion.c 181 rfbErr("sraSpanListEqual:incompatible spans (only one NULL!)\n");
276 rfbErr("sraSpanListOr:incompatible spans (only one NULL!)\n");
365 rfbErr("sraSpanListAnd:incompatible spans (only one NULL!)\n");
445 rfbErr("sraSpanListSubtract:incompatible spans (only one NULL!)\n");
765 rfbErr("sraRgnIteratorNext: offset is wrong (%d%%4!=2)\n",i->ptrPos);
sockets.c 629 rfbErr("ReadExact: select timeout\n");
761 rfbErr("WriteExact: WebSockets encode error\n");
784 rfbErr("WriteExact: write returned 0?\n");
909 rfbErr("rfbListenOnTCP6Port error in getaddrinfo: %s\n", gai_strerror(rv));
981 rfbErr("rfbConnectToTcpAddr: error in getaddrinfo: %s\n", gai_strerror(rv));
auth.c 382 rfbErr("rfbAuthProcessClientMessage: password check failed\n");
zlib.c 193 rfbErr("zlib deflation error: %s\n", cl->compStream.msg);
rre.c 298 rfbErr("getBgColour: unusual colour = %d\n", k);
rfbserver.c 678 rfbErr("rfbProcessClientProtocolVersion: not a valid RFB client: %s\n", pv);
685 rfbErr("RFB protocol version mismatch - server %d.%d, client %d.%d",
    [all...]
  /external/libvncserver/examples/
fontsel.c 60 rfbErr("Couldn't find %s\n",DEFAULTFONT);
rotatetemplate.c 43 rfbErr("Unsupported pixel depth: %d\n",
backchannel.c 73 rfbErr("Could not allocate %d bytes\n", msg.size);
mac.c 411 rfbErr("warning: couldn't figure out keycode for X keysym %d (0x%x)\n",
  /external/libvncserver/rfb/
rfb.h     [all...]

Completed in 220 milliseconds