Searched refs:BusConfigParser (Results 1 – 9 of 9) sorted by relevance
/external/dbus/bus/ |
D | config-parser.h | 35 typedef struct BusConfigParser BusConfigParser; typedef 37 BusConfigParser* bus_config_parser_new (const DBusString *basedir, 39 const BusConfigParser *parent); 41 BusConfigParser* bus_config_parser_ref (BusConfigParser *parser); 42 void bus_config_parser_unref (BusConfigParser *parser); 43 dbus_bool_t bus_config_parser_check_doctype (BusConfigParser *parser, 46 dbus_bool_t bus_config_parser_start_element (BusConfigParser *parser, 51 dbus_bool_t bus_config_parser_end_element (BusConfigParser *parser, 54 dbus_bool_t bus_config_parser_content (BusConfigParser *parser, 57 dbus_bool_t bus_config_parser_finished (BusConfigParser *parser, [all …]
|
D | config-parser-trivial.h | 34 typedef struct BusConfigParser BusConfigParser; typedef 36 BusConfigParser* bus_config_parser_new (const DBusString *basedir, 38 const BusConfigParser *parent); 40 BusConfigParser* bus_config_parser_ref (BusConfigParser *parser); 41 void bus_config_parser_unref (BusConfigParser *parser); 42 dbus_bool_t bus_config_parser_check_doctype (BusConfigParser *parser, 45 dbus_bool_t bus_config_parser_start_element (BusConfigParser *parser, 50 dbus_bool_t bus_config_parser_end_element (BusConfigParser *parser, 53 dbus_bool_t bus_config_parser_content (BusConfigParser *parser, 56 dbus_bool_t bus_config_parser_finished (BusConfigParser *parser, [all …]
|
D | config-parser-trivial.c | 36 struct BusConfigParser struct 80 BusConfigParser* 83 const BusConfigParser *parent) in bus_config_parser_new() 85 BusConfigParser *parser; in bus_config_parser_new() 87 parser = dbus_new0 (BusConfigParser, 1); in bus_config_parser_new() 119 bus_config_parser_unref (BusConfigParser *parser) in bus_config_parser_unref() 135 bus_config_parser_check_doctype (BusConfigParser *parser, in bus_config_parser_check_doctype() 154 bus_config_parser_start_element (BusConfigParser *parser, in bus_config_parser_start_element() 199 bus_config_parser_end_element (BusConfigParser *parser, in bus_config_parser_end_element() 208 bus_config_parser_content (BusConfigParser *parser, in bus_config_parser_content() [all …]
|
D | config-parser.c | 82 struct BusConfigParser struct 125 push_element (BusConfigParser *parser, in push_element() argument 157 pop_element (BusConfigParser *parser) in pop_element() 167 peek_element (BusConfigParser *parser) in peek_element() 177 top_element_type (BusConfigParser *parser) in top_element_type() 279 merge_included (BusConfigParser *parser, in merge_included() 280 BusConfigParser *included, in merge_included() 342 seen_include (BusConfigParser *parser, in seen_include() 359 BusConfigParser* 362 const BusConfigParser *parent) in bus_config_parser_new() [all …]
|
D | config-loader-expat.c | 33 BusConfigParser *parser; 161 BusConfigParser* 164 const BusConfigParser *parent, in bus_config_load() 169 BusConfigParser *parser; in bus_config_load()
|
D | config-loader-libxml.c | 46 xml_text_start_element (BusConfigParser *parser, in xml_text_start_element() 141 BusConfigParser* 144 const BusConfigParser *parent, in bus_config_load() 149 BusConfigParser *parser; in bus_config_load()
|
D | activation-helper.c | 47 desktop_file_for_name (BusConfigParser *parser, in desktop_file_for_name() 402 get_correct_parser (BusConfigParser **parser, DBusError *error) in get_correct_parser() 469 launch_bus_name (const char *bus_name, BusConfigParser *parser, DBusError *error) in launch_bus_name() 506 check_dbus_user (BusConfigParser *parser, DBusError *error) in check_dbus_user() 529 BusConfigParser *parser; in run_launch_helper()
|
D | bus.c | 283 BusConfigParser *parser, in process_config_first_time_only() 493 BusConfigParser *parser, in process_config_every_time() 645 BusConfigParser *parser, in process_config_postinit() 690 BusConfigParser *parser; in bus_context_new() 947 BusConfigParser *parser; in bus_context_reload_config()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 4598 * bus/config-parser.c (struct BusConfigParser): Add conf_dirs list 7345 * bus/config-parser.c (struct BusConfigParser): Have 8565 the BusConfigParser that should only be run the first time the 8569 BusConfigParser that should be run every time the config files are 8571 (load_config): Added. Builds a BusConfigParser from the config 8632 * bus/config-parser.c (struct BusConfigParser): Added 8635 been included by any parent BusConfigParser. 8648 argument. If non-null, the newly-constructed BusConfigParser will 8653 from the included BusConfigParser pack to the current parser. 8658 that don't produce identical BusConfigParser structs, fail. [all …]
|