Searched refs:get_bool_option (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_option_helpers.h13 int get_bool_option(OptionInfoPtr options, int token,
H A Dspiceqxl_spice_server.c128 get_bool_option(options, OPTION_SPICE_DISABLE_TICKETING, "XSPICE_DISABLE_TICKETING");
131 int sasl = get_bool_option(options, OPTION_SPICE_SASL, "XSPICE_SASL");
153 get_bool_option(options, OPTION_SPICE_IPV4_ONLY, "XSPICE_IPV4_ONLY");
155 get_bool_option(options, OPTION_SPICE_IPV6_ONLY, "XSPICE_IPV6_ONLY");
159 get_bool_option(options, OPTION_SPICE_DISABLE_COPY_PASTE,
162 get_bool_option(options, OPTION_SPICE_EXIT_ON_DISCONNECT,
180 get_bool_option(options, OPTION_SPICE_AGENT_MOUSE,
183 get_bool_option(options, OPTION_SPICE_PLAYBACK_COMPRESSION,
H A Dqxl_option_helpers.c32 int get_bool_option(OptionInfoPtr options, int token, function in typeref:typename:int
H A Dspiceqxl_uinput.c107 enabled = get_bool_option(qxl->options, OPTION_SPICE_VDAGENT_ENABLED, "XSPICE_VDAGENT_ENABLED");
H A Dspiceqxl_vdagent.c147 enabled = get_bool_option(qxl->options, OPTION_SPICE_VDAGENT_ENABLED, "XSPICE_VDAGENT_ENABLED");
H A Dqxl_driver.c999 get_bool_option (qxl->options, OPTION_ENABLE_IMAGE_CACHE, "QXL_ENABLE_IMAGE_CACHE");
1001 get_bool_option (qxl->options, OPTION_ENABLE_FALLBACK_CACHE, "QXL_ENABLE_FALLBACK_CACHE");
1003 get_bool_option (qxl->options, OPTION_ENABLE_SURFACES, "QXL_ENABLE_SURFACES");
1005 get_bool_option (qxl->options, OPTION_DEBUG_RENDER_FALLBACKS, "QXL_DEBUG_RENDER_FALLBACKS");

Completed in 5 milliseconds