• Home
  • Raw
  • Download

Lines Matching defs:ctx

50 xkb_context_include_path_append(struct xkb_context *ctx, const char *path)  in xkb_context_include_path_append()
87 xkb_context_include_path_get_extra_path(struct xkb_context *ctx) in xkb_context_include_path_get_extra_path()
94 xkb_context_include_path_get_system_path(struct xkb_context *ctx) in xkb_context_include_path_get_system_path()
104 xkb_context_include_path_append_default(struct xkb_context *ctx) in xkb_context_include_path_append_default()
148 xkb_context_include_path_clear(struct xkb_context *ctx) in xkb_context_include_path_clear()
165 xkb_context_include_path_reset_defaults(struct xkb_context *ctx) in xkb_context_include_path_reset_defaults()
175 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths()
185 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get()
197 xkb_context_ref(struct xkb_context *ctx) in xkb_context_ref()
208 xkb_context_unref(struct xkb_context *ctx) in xkb_context_unref()
239 default_log_fn(struct xkb_context *ctx, enum xkb_log_level level, in default_log_fn()
292 struct xkb_context *ctx = calloc(1, sizeof(*ctx)); in xkb_context_new() local
333 xkb_context_set_log_fn(struct xkb_context *ctx, in xkb_context_set_log_fn()
334 void (*log_fn)(struct xkb_context *ctx, in xkb_context_set_log_fn()
342 xkb_context_get_log_level(struct xkb_context *ctx) in xkb_context_get_log_level()
348 xkb_context_set_log_level(struct xkb_context *ctx, enum xkb_log_level level) in xkb_context_set_log_level()
354 xkb_context_get_log_verbosity(struct xkb_context *ctx) in xkb_context_get_log_verbosity()
360 xkb_context_set_log_verbosity(struct xkb_context *ctx, int verbosity) in xkb_context_set_log_verbosity()
366 xkb_context_get_user_data(struct xkb_context *ctx) in xkb_context_get_user_data()
374 xkb_context_set_user_data(struct xkb_context *ctx, void *user_data) in xkb_context_set_user_data()