Home
last modified time | relevance | path

Searched refs:rfbErr (Results 1 – 20 of 20) sorted by relevance

/external/libvncserver/libvncserver/
Drfbssl_openssl.c37 rfbErr("%s (%ld)\n", ERR_error_string(e, buf), e); in rfbssl_error()
56 rfbErr("OOM\n"); in rfbssl_init()
58 rfbErr("SSL connection but no cert specified\n"); in rfbssl_init()
62 rfbErr("Unable to load private key file %s\n", keyfile); in rfbssl_init()
64 rfbErr("Unable to load certificate file %s\n", cl->screen->sslcertfile); in rfbssl_init()
66 rfbErr("SSL_new failed\n"); in rfbssl_init()
69 rfbErr("SSL_set_fd failed\n"); in rfbssl_init()
77 rfbErr("SSL_accept failed %d\n", SSL_get_error(ctx->ssl, r)); in rfbssl_init()
Dwebsockets.c192 rfbErr("b64_ntop failed\n"); in webSocketsGenSha1Key()
211 rfbErr("webSocketsHandshake: unknown connection error\n"); in webSocketsCheck()
219 rfbErr("webSocketsHandshake: failed sending Flash policy response"); in webSocketsCheck()
225 rfbErr("webSocketsHandshake: rfbssl_init failed\n"); in webSocketsCheck()
235 rfbErr("webSocketsHandshake: invalid client header\n"); in webSocketsCheck()
357 rfbErr("webSocketsHandshake: incomplete client handshake\n"); in webSocketsHandshake()
365 rfbErr("webSocketsHandshake: 'binary' protocol not supported with Hixie\n"); in webSocketsHandshake()
412 rfbErr("webSocketsHandshake: failed sending WebSockets response\n"); in webSocketsHandshake()
546 rfbErr("%s: peek (%d) %m\n", __func__, errno); in webSocketsDecodeHixie()
607 rfbErr("Base64 decode error\n"); in webSocketsDecodeHixie()
[all …]
Dhttpd.c295 rfbErr("-httpd directory too long\n"); in httpProcessInput()
310 rfbErr("httpProcessInput: HTTP request is too long\n"); in httpProcessInput()
320 rfbErr("httpd: premature connection close\n"); in httpProcessInput()
349 rfbErr("httpd: CONNECT format invalid.\n"); in httpProcessInput()
372 rfbErr("httpd: no GET line\n"); in httpProcessInput()
381 rfbErr("httpd: GET line too long\n"); in httpProcessInput()
387 rfbErr("httpd: couldn't parse GET line\n"); in httpProcessInput()
393 rfbErr("httpd: filename didn't begin with '/'\n"); in httpProcessInput()
422 rfbErr("httpd: bad parameters in the URL\n"); in httpProcessInput()
Drfbssl_gnutls.c42 rfbErr("SSL: %s", msg); in rfbssl_log_func()
47 rfbErr("%s: %s (%ld)\n", msg, gnutls_strerror(e), e); in rfbssl_error()
228 rfbErr("rfbssl_%s: %s error\n", __func__, peek ? "peek" : "read"); in __rfbssl_read()
Dtranslate.c261 rfbErr("%s: server bits per pixel not 8, 16 or 32 (is %d)\n", in rfbSetTranslateFunction()
275 rfbErr("%s: client bits per pixel not 8, 16 or 32\n", in rfbSetTranslateFunction()
282 rfbErr("rfbSetTranslateFunction: client has colour map " in rfbSetTranslateFunction()
370 rfbErr("%s: client not 8 bits per pixel\n", in rfbSetClientColourMapBGR233()
Dmain.c260 rfbLogProc rfbErr=rfbDefaultLog; variable
264 rfbErr("%s: %s\n", str, strerror(errno)); in rfbLogPerror()
708 rfbErr("Couldn't read password file: %s\n",cl->screen->authPasswdData); in rfbDefaultPasswordCheck()
722 rfbErr("authProcessClientMessage: authentication failed from %s\n", in rfbDefaultPasswordCheck()
749 rfbErr("authProcessClientMessage: authentication failed from %s\n", in rfbCheckPasswordByList()
822rfbErr("WARNING: Width (%d) is not a multiple of 4. VncViewer has problems with that.\n",width); in rfbGetScreen()
955 rfbErr("WARNING: New width (%d) is not a multiple of 4.\n", width); in rfbNewFramebuffer()
1190 rfbErr("Can't run in background, because I don't have PThreads!\n"); in rfbRunEventLoop()
Dsockets.c629 rfbErr("ReadExact: select timeout\n"); in rfbReadExactTimeout()
761 rfbErr("WriteExact: WebSockets encode error\n"); in rfbWriteExact()
784 rfbErr("WriteExact: write returned 0?\n"); in rfbWriteExact()
909 rfbErr("rfbListenOnTCP6Port error in getaddrinfo: %s\n", gai_strerror(rv)); in rfbListenOnTCP6Port()
981 rfbErr("rfbConnectToTcpAddr: error in getaddrinfo: %s\n", gai_strerror(rv)); in rfbConnectToTcpAddr()
Drfbregion.c181 rfbErr("sraSpanListEqual:incompatible spans (only one NULL!)\n"); in sraSpanListEqual()
276 rfbErr("sraSpanListOr:incompatible spans (only one NULL!)\n"); in sraSpanListOr()
365 rfbErr("sraSpanListAnd:incompatible spans (only one NULL!)\n"); in sraSpanListAnd()
445 rfbErr("sraSpanListSubtract:incompatible spans (only one NULL!)\n"); in sraSpanListSubtract()
765 rfbErr("sraRgnIteratorNext: offset is wrong (%d%%4!=2)\n",i->ptrPos); in sraRgnIteratorNext()
Dultra.c102 rfbErr("lzo deflation error: %d\n", deflateResult); in rfbSendOneRectEncodingUltra()
Dauth.c382 rfbErr("rfbAuthProcessClientMessage: password check failed\n"); in rfbAuthProcessClientMessage()
Dzlib.c193 rfbErr("zlib deflation error: %s\n", cl->compStream.msg); in rfbSendOneRectEncodingZlib()
Drre.c298 rfbErr("getBgColour: unusual colour = %d\n", k); in getBgColour()
Drfbserver.c678 rfbErr("rfbProcessClientProtocolVersion: not a valid RFB client: %s\n", pv); in rfbProcessClientProtocolVersion()
685 rfbErr("RFB protocol version mismatch - server %d.%d, client %d.%d", in rfbProcessClientProtocolVersion()
3292 rfbErr("rfbSendRectEncodingRaw: send buffer too small for %d " in rfbSendRectEncodingRaw()
3564 rfbErr("rfbProcessUDPInput: key event incorrect length\n"); in rfbProcessUDPInput()
3573 rfbErr("rfbProcessUDPInput: ptr event incorrect length\n"); in rfbProcessUDPInput()
3582 rfbErr("rfbProcessUDPInput: unknown message type %d\n", in rfbProcessUDPInput()
/external/libvncserver/examples/
Drotatetemplate.c43 rfbErr("Unsupported pixel depth: %d\n", in FUNCNAME()
Dfontsel.c60 rfbErr("Couldn't find %s\n",DEFAULTFONT); in main()
Dbackchannel.c73 rfbErr("Could not allocate %d bytes\n", msg.size); in handleBackChannelMessage()
Dmac.c411 rfbErr("warning: couldn't figure out keycode for X keysym %d (0x%x)\n", in KbdAddEvent()
/external/libvncserver/
DNEWS135 introduce rfbErr for Errors (Erik)
DChangeLog6839 * libvncserver/rfbregion.c: output only via rfbErr
7440 vncterm/VNCommand.c, zlib.c: rfbErr introduced
/external/libvncserver/rfb/
Drfb.h1003 extern rfbLogProc rfbLog, rfbErr;