Home
last modified time | relevance | path

Searched refs:ret_func (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dconf-parser.h72 ConfigParserCallback *ret_func,
79 … *table, const char *section, const char *lvalue, ConfigParserCallback *ret_func, int *ret_ltype, …
83 … *table, const char *section, const char *lvalue, ConfigParserCallback *ret_func, int *ret_ltype, …
Dconf-parser.c48 ConfigParserCallback *ret_func, in config_item_table_lookup() argument
57 assert(ret_func); in config_item_table_lookup()
69 *ret_func = t->parse; in config_item_table_lookup()
75 *ret_func = NULL; in config_item_table_lookup()
85 ConfigParserCallback *ret_func, in config_item_perf_lookup() argument
95 assert(ret_func); in config_item_perf_lookup()
107 *ret_func = NULL; in config_item_perf_lookup()
113 *ret_func = p->parse; in config_item_perf_lookup()
/systemd-251/src/xdg-autostart-generator/
Dxdg-autostart-service.c291 ConfigParserCallback *ret_func, in xdg_config_item_table_lookup() argument
300 *ret_func = NULL; in xdg_config_item_table_lookup()
306 … return config_item_table_lookup(table, section, lvalue, ret_func, ret_ltype, ret_data, userdata); in xdg_config_item_table_lookup()