Searched refs:enableSupportedEncodings (Results 1 – 2 of 2) sorted by relevance
437 cl->enableSupportedEncodings = FALSE; in rfbNewTCPOrUDPClient()2096 cl->enableSupportedEncodings = FALSE; in rfbProcessClientNormalMessage()2204 if (!cl->enableSupportedEncodings) { in rfbProcessClientNormalMessage()2207 cl->enableSupportedEncodings = TRUE; in rfbProcessClientNormalMessage()2788 if (cl->enableSupportedEncodings) in rfbSendFramebufferUpdate()2794 cl->enableSupportedEncodings = FALSE; in rfbSendFramebufferUpdate()
622 rfbBool enableSupportedEncodings; /**< client supports SupportedEncodings encoding */ member