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

  /external/libvncserver/libvncclient/
sockets.c 174 rfbClientErr("read (%d: %s)\n",errno,strerror(errno));
213 rfbClientErr("read (%s)\n",strerror(errno));
279 rfbClientErr("select\n");
284 rfbClientErr("write\n");
306 rfbClientErr("Couldn't init Windows Sockets\n");
338 rfbClientErr("ConnectToTcpAddr: socket (%s)\n",strerror(errno));
343 rfbClientErr("ConnectToTcpAddr: connect\n");
350 rfbClientErr("ConnectToTcpAddr: setsockopt\n");
377 rfbClientErr("ConnectClientToTcpAddr6: getaddrinfo (%s)\n", gai_strerror(n));
399 rfbClientErr("ConnectClientToTcpAddr6: connect\n")
    [all...]
listen.c 53 rfbClientErr("listenForIncomingConnections on MinGW32 NOT IMPLEMENTED\n");
120 rfbClientErr("fork\n");
vncviewer.c 65 rfbClientErr("ReadPassword on Windows NOT IMPLEMENTED\n");
104 rfbClientErr("CRITICAL: cannot allocate frameBuffer, requested size is too large\n");
111 rfbClientErr("CRITICAL: frameBuffer allocation failed, requested size too large or not enough memory?\n");
143 rfbClientErr("Couldn't allocate client structure!\n");
h264.c 66 rfbClientErr("%s:%s:%d failed (0x%x),exit\n", __func__, func, __LINE__, va_status); \
206 rfbClientErr("Can't connect to local display\n");
235 rfbClientErr("VLD entrypoint not found\n");
468 rfbClientErr("%s: called, but current surface is invalid\n", __FUNCTION__);
491 rfbClientErr("%s: vaDeriveImage() returned success but VA image is invalid (id: %d, buf: %d)\n", __FUNCTION__, decoded_image.image_id, decoded_image.buf);
rfbproto.c 105 rfbClientLogProc rfbClientErr=rfbDefaultClientLog;
    [all...]
  /external/libvncserver/client_examples/
ppmtest.c 39 rfbClientErr("Could not open framebuffer.ppm\n");
SDLvncviewer.c 183 rfbClientErr("Unknown bytes/pixel: %d", bytesPerPixel);
195 rfbClientErr("Unknown bytes/pixel: %d", bytesPerPixel);
274 rfbClientErr("Could not allocate %d bytes", size);
488 rfbClientLog=rfbClientErr=log_to_file;
gtkvncviewer.c 645 rfbClientErr = GtkErrorLog;
  /external/libvncserver/test/
encodingstest.c 163 rfbClientErr("Had problems starting client (encoding %s)\n",
277 rfbClientErr=rfbTestLog;
  /external/libvncserver/rfb/
rfbclient.h 372 extern rfbClientLogProc rfbClientLog,rfbClientErr;

Completed in 107 milliseconds