Lines Matching full:state

43 vnc_msg_server_audio_begin(void *state, void *ioc) "VNC server msg audio begin state=%p ioc=%p"
44 vnc_msg_server_audio_end(void *state, void *ioc) "VNC server msg audio end state=%p ioc=%p"
45 vnc_msg_server_audio_data(void *state, void *ioc, const void *buf, size_t len) "VNC server msg audi…
46 vnc_msg_server_desktop_resize(void *state, void *ioc, int width, int height) "VNC server msg ext re…
47 …g_server_ext_desktop_resize(void *state, void *ioc, int width, int height, int reason) "VNC server…
48 vnc_msg_client_audio_enable(void *state, void *ioc) "VNC client msg audio enable state=%p ioc=%p"
49 vnc_msg_client_audio_disable(void *state, void *ioc) "VNC client msg audio disable state=%p ioc=%p"
50 vnc_msg_client_audio_format(void *state, void *ioc, int fmt, int channels, int freq) "VNC client ms…
51 vnc_msg_client_cut_text(void *state, void *ioc, int len) "VNC client msg cut text state=%p ioc=%p l…
52 vnc_msg_client_cut_text_ext(void *state, void *ioc, int len, int flags) "VNC client msg cut text st…
53 …nc_msg_client_ext_key_event(void *state, void *ioc, int down, int sym, int keycode) "VNC client ms…
54 …update_request(void *state, void *ioc, int incremental, int x, int y, int w, int h) "VNC client ms…
55 vnc_msg_client_key_event(void *state, void *ioc, int down, int sym) "VNC client msg key event state
56 …nc_msg_client_pointer_event(void *state, void *ioc, int button_mask, int x, int y) "VNC client msg…
57 …client_set_desktop_size(void *state, void *ioc, int width, int height, int screens) "VNC client ms…
58 vnc_msg_client_set_encodings(void *state, void *ioc, int limit) "VNC client msg set encodings state
59 …ient_set_pixel_format(void *state, void *ioc, int bpp, int big_endian, int true_color) "VNC client…
60 …*state, void *ioc, int red_max, int green_max, int blue_max, int red_shift, int green_shift, int b…
61 vnc_msg_client_xvp(void *state, void *ioc, int version, int action) "VNC client msg XVP state=%p io…
62 vnc_client_eof(void *state, void *ioc) "VNC client EOF state=%p ioc=%p"
63 vnc_client_io_error(void *state, void *ioc, const char *msg) "VNC client I/O error state=%p ioc=%p …
64 vnc_client_connect(void *state, void *ioc) "VNC client connect state=%p ioc=%p"
65 vnc_client_disconnect_start(void *state, void *ioc) "VNC client disconnect start state=%p ioc=%p"
66 vnc_client_disconnect_finish(void *state, void *ioc) "VNC client disconnect finish state=%p ioc=%p"
67 vnc_client_io_wrap(void *state, void *ioc, const char *type) "VNC client I/O wrap state=%p ioc=%p t…
68 vnc_client_pixel_format(void *state, void *ioc, int bpp, int depth, int endian) "VNC client pixel f…
69 …client_pixel_format_red(void *state, void *ioc, int max, int bits, int shift, int mask) "VNC clien…
70 …ent_pixel_format_green(void *state, void *ioc, int max, int bits, int shift, int mask) "VNC client…
71 …lient_pixel_format_blue(void *state, void *ioc, int max, int bits, int shift, int mask) "VNC clien…
72state, void *ioc, size_t oldoffset, size_t offset, int client_width, int client_height, int bytes_…
73 …lient_throttle_incremental(void *state, void *ioc, int job_update, size_t offset) "VNC client thro…
74 vnc_client_throttle_forced(void *state, void *ioc, int job_update, size_t offset) "VNC client throt…
75 vnc_client_throttle_audio(void *state, void *ioc, size_t offset) "VNC client throttle audio state=%…
76 vnc_client_unthrottle_forced(void *state, void *ioc) "VNC client unthrottle forced offset state=%p …
77 vnc_client_unthrottle_incremental(void *state, void *ioc, size_t offset) "VNC client unthrottle inc…
78 vnc_client_output_limit(void *state, void *ioc, size_t offset, size_t threshold) "VNC client output…
81 vnc_job_add_rect(void *state, void *job, int x, int y, int w, int h) "VNC add rect state=%p job=%p …
82 vnc_job_discard_rect(void *state, void *job, int x, int y, int w, int h) "VNC job discard rect stat…
83 vnc_job_clamp_rect(void *state, void *job, int x, int y, int w, int h) "VNC job clamp rect state=%p…
84 vnc_job_clamped_rect(void *state, void *job, int x, int y, int w, int h) "VNC job clamp rect state=…
85 vnc_job_nrects(void *state, void *job, int nrects) "VNC job state=%p job=%p nrects=%d"
86 vnc_auth_init(void *display, int websock, int auth, int subauth) "VNC auth init state=%p websock=%d…
87 vnc_auth_start(void *state, int method) "VNC client auth start state=%p method=%d"
88 vnc_auth_pass(void *state, int method) "VNC client auth passed state=%p method=%d"
89 vnc_auth_fail(void *state, int method, const char *message, const char *reason) "VNC client auth fa…
90 vnc_auth_reject(void *state, int expect, int got) "VNC client auth rejected state=%p method expecte…
91 vnc_auth_vencrypt_version(void *state, int major, int minor) "VNC client auth vencrypt version stat…
92 vnc_auth_vencrypt_subauth(void *state, int auth) "VNC client auth vencrypt subauth state=%p auth=%d"
93 vnc_auth_sasl_mech_list(void *state, const char *mechs) "VNC client auth SASL state=%p mechlist=%s"
94 vnc_auth_sasl_mech_choose(void *state, const char *mech) "VNC client auth SASL state=%p mech=%s"
95 …art(void *state, const void *clientdata, size_t clientlen, const void *serverdata, size_t severlen…
96 …step(void *state, const void *clientdata, size_t clientlen, const void *serverdata, size_t severle…
97 vnc_auth_sasl_ssf(void *state, int ssf) "VNC client auth SASL SSF state=%p size=%d"
98 vnc_auth_sasl_username(void *state, const char *name) "VNC client auth SASL user state=%p name=%s"
99 vnc_auth_sasl_acl(void *state, int allow) "VNC client auth SASL ACL state=%p allow=%d"