Lines Matching defs:VncState
63 typedef struct VncState VncState; typedef
266 struct VncState struct
279 VncStateUpdate update; /* Most recent pending request from client */ argument
280 VncStateUpdate job_update; /* Currently processed by job thread */ argument
301 VncStateSASL sasl; argument
303 bool encode_ws;
304 bool websocket;
307 VncClientInfo *info;
315 size_t force_update_offset;
321 size_t throttle_output_offset;
322 Buffer output;
323 Buffer input;
325 VncWritePixels *write_pixels;
326 PixelFormat client_pf;
327 pixman_format_code_t client_format;
328 int client_endian; /* G_LITTLE_ENDIAN or G_BIG_ENDIAN */
330 CaptureVoiceOut *audio_cap;
331 struct audsettings as;
356 QTAILQ_ENTRY(VncState) next; argument