Lines Matching defs:ctx

40 xkb_context_include_path_append(struct xkb_context *ctx, const char *path)  in xkb_context_include_path_append()
76 xkb_context_include_path_append_default(struct xkb_context *ctx) in xkb_context_include_path_append_default()
101 xkb_context_include_path_clear(struct xkb_context *ctx) in xkb_context_include_path_clear()
118 xkb_context_include_path_reset_defaults(struct xkb_context *ctx) in xkb_context_include_path_reset_defaults()
128 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths()
138 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get()
150 xkb_context_ref(struct xkb_context *ctx) in xkb_context_ref()
161 xkb_context_unref(struct xkb_context *ctx) in xkb_context_unref()
191 default_log_fn(struct xkb_context *ctx, enum xkb_log_level level, in default_log_fn()
244 struct xkb_context *ctx = calloc(1, sizeof(*ctx)); in xkb_context_new() local
283 xkb_context_set_log_fn(struct xkb_context *ctx, in xkb_context_set_log_fn()
284 void (*log_fn)(struct xkb_context *ctx, in xkb_context_set_log_fn()
292 xkb_context_get_log_level(struct xkb_context *ctx) in xkb_context_get_log_level()
298 xkb_context_set_log_level(struct xkb_context *ctx, enum xkb_log_level level) in xkb_context_set_log_level()
304 xkb_context_get_log_verbosity(struct xkb_context *ctx) in xkb_context_get_log_verbosity()
310 xkb_context_set_log_verbosity(struct xkb_context *ctx, int verbosity) in xkb_context_set_log_verbosity()
316 xkb_context_get_user_data(struct xkb_context *ctx) in xkb_context_get_user_data()
324 xkb_context_set_user_data(struct xkb_context *ctx, void *user_data) in xkb_context_set_user_data()