Home | History | Annotate | Download | only in libvncclient

Lines Matching refs:tc

2241       msg.tc.length = rfbClientSwap32IfLE(msg.sct.length);
2242 switch(msg.tc.length) {
2259 buffer=malloc(msg.tc.length+1);
2260 if (!ReadFromRFBServer(client, buffer, msg.tc.length))
2266 buffer[msg.tc.length]=0;
2269 client->HandleTextChat(client, (int)msg.tc.length, buffer);