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

  /external/libvncserver/examples/
rotatetemplate.c 26 while ((cl = rfbClientIteratorNext(iterator)) != NULL)
  /external/libvncserver/libvncserver/
main.c 273 while((cl=rfbClientIteratorNext(iterator))) {
405 while((cl=rfbClientIteratorNext(iterator))) {
654 while ((other_client = rfbClientIteratorNext(iterator)) != NULL) {
980 while ((cl = rfbClientIteratorNext(iterator)) != NULL) {
1011 rfbClientPtr cl,cl1=rfbClientIteratorNext(i);
1013 cl=rfbClientIteratorNext(i);
1064 while( (cl = rfbClientIteratorNext(iter)) ) {
1112 cl=rfbClientIteratorNext(i);
translate.c 454 while((cl = rfbClientIteratorNext(i)))
cursor.c 735 while((cl=rfbClientIteratorNext(iterator)))
747 while((cl=rfbClientIteratorNext(iterator))) {
sockets.c 308 while((cl = rfbClientIteratorNext(i))) {
386 while((cl = rfbClientIteratorNext(i))) {
rfbserver.c 211 rfbClientIteratorNext(rfbClientIteratorPtr i)
352 while ((cl_ = rfbClientIteratorNext(iterator)) != NULL) {
827 while ((otherCl = rfbClientIteratorNext(iterator)) != NULL) {
839 while ((otherCl = rfbClientIteratorNext(iterator)) != NULL) {
    [all...]
  /external/libvncserver/test/
encodingstest.c 314 while((cl=rfbClientIteratorNext(iter)))
  /external/libvncserver/rfb/
rfb.h 778 extern rfbClientPtr rfbClientIteratorNext(rfbClientIteratorPtr iterator);
    [all...]

Completed in 85 milliseconds