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

  /external/libvncserver/libvncserver/
auth.c 135 * RFB_INITIALISATION_SHARED state which was introduced to support the built-in
138 * RFB_INITIALISATION_SHARED state is not restricted to just the OS X client.
151 * The special state RFB_INITIALISATION_SHARED represents this case.
169 cl->state = cl->protocolMinorVersion == 889 ? RFB_INITIALISATION_SHARED : RFB_INITIALISATION;
170 if (cl->state == RFB_INITIALISATION_SHARED)
rfbserver.c 646 case RFB_INITIALISATION_SHARED:
774 if (cl->state == RFB_INITIALISATION_SHARED) {
778 /* Avoid the possibility of exposing the RFB_INITIALISATION_SHARED
    [all...]
  /external/libvncserver/rfb/
rfb.h 472 /* Note that the RFB_INITIALISATION_SHARED state is provided to support
480 If the state is RFB_INITIALISATION_SHARED we should not expect to recieve
490 RFB_INITIALISATION_SHARED if the software is multi-threaded and manages
495 while the state field is set to RFB_INITIALISATION_SHARED. */
508 RFB_INITIALISATION_SHARED /**< sending initialisation messages with implicit shared-flag already true */
    [all...]

Completed in 44 milliseconds