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

  /external/libvncserver/rfb/
rfbclient.h 216 #define RFB_BUF_SIZE 8192
217 char buf[RFB_BUF_SIZE];
  /external/libvncserver/libvncclient/
sockets.c 153 if (n <= RFB_BUF_SIZE) {
158 i = ReadFromTLS(client, client->buf + client->buffered, RFB_BUF_SIZE - client->buffered);
160 i = read(client->sock, client->buf + client->buffered, RFB_BUF_SIZE - client->buffered);

Completed in 100 milliseconds