Searched refs:ret_func (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | conf-parser.h | 72 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, …
|
D | conf-parser.c | 48 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/ |
D | xdg-autostart-service.c | 291 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()
|