HomeSort by relevance Sort by last modified time
    Searched refs:rfbClientIteratorNext (Results 1 - 17 of 17) 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)) )
1109 cl=rfbClientIteratorNext(i);
translate.c 454 while((cl = rfbClientIteratorNext(i)))
cursor.c 735 while((cl=rfbClientIteratorNext(iterator)))
747 while((cl=rfbClientIteratorNext(iterator))) {
sockets.c 283 while((cl = rfbClientIteratorNext(i))) {
361 while((cl = rfbClientIteratorNext(i))) {
rfbserver.c 191 rfbClientIteratorNext(rfbClientIteratorPtr i)
330 while ((cl_ = rfbClientIteratorNext(iterator)) != NULL) {
805 while ((otherCl = rfbClientIteratorNext(iterator)) != NULL) {
817 while ((otherCl = rfbClientIteratorNext(iterator)) != NULL) {
    [all...]
  /external/libvncserver/x11vnc/
rates.c 85 while( (cl = rfbClientIteratorNext(iter)) ) {
147 while( (cl = rfbClientIteratorNext(iter)) ) {
383 while( (cl = rfbClientIteratorNext(iter)) ) {
xrandr.c 163 while( (cl = rfbClientIteratorNext(iter)) ) {
cursor.c     [all...]
screen.c 866 while ((cl = rfbClientIteratorNext(iter)) != NULL) {
902 while ((cl = rfbClientIteratorNext(iter)) != NULL) {
933 while ((cl = rfbClientIteratorNext(iter)) != NULL) {
951 while ((cl = rfbClientIteratorNext(iter)) != NULL) {
995 while ((cl = rfbClientIteratorNext(iter)) != NULL) {
    [all...]
connections.c 130 while( (cl = rfbClientIteratorNext(iter)) ) {
153 while( (cl = rfbClientIteratorNext(iter)) ) {
171 while( (cl = rfbClientIteratorNext(iter)) ) {
240 while( (cl = rfbClientIteratorNext(iter)) ) {
258 while( (cl = rfbClientIteratorNext(iter)) ) {
275 while( (cl = rfbClientIteratorNext(iter)) ) {
    [all...]
xevents.c     [all...]
userinput.c     [all...]
keyboard.c     [all...]
x11vnc.c     [all...]
  /external/libvncserver/test/
encodingstest.c 313 while((cl=rfbClientIteratorNext(iter)))
  /external/libvncserver/rfb/
rfb.h 778 extern rfbClientPtr rfbClientIteratorNext(rfbClientIteratorPtr iterator);
    [all...]

Completed in 270 milliseconds