HomeSort by relevance Sort by last modified time
    Searched refs:BusConfigParser (Results 1 - 8 of 8) sorted by null

  /external/dbus/bus/
config-parser.h 35 typedef struct BusConfigParser BusConfigParser;
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
    [all...]
config-parser-trivial.h 34 typedef struct BusConfigParser BusConfigParser;
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
    [all...]
config-parser-trivial.c 36 struct BusConfigParser
80 BusConfigParser*
83 const BusConfigParser *parent)
85 BusConfigParser *parser;
87 parser = dbus_new0 (BusConfigParser, 1);
119 bus_config_parser_unref (BusConfigParser *parser)
135 bus_config_parser_check_doctype (BusConfigParser *parser,
154 bus_config_parser_start_element (BusConfigParser *parser,
199 bus_config_parser_end_element (BusConfigParser *parser,
208 bus_config_parser_content (BusConfigParser *parser
    [all...]
config-parser.c 83 struct BusConfigParser
126 push_element (BusConfigParser *parser,
158 pop_element (BusConfigParser *parser)
168 peek_element (BusConfigParser *parser)
178 top_element_type (BusConfigParser *parser)
280 merge_included (BusConfigParser *parser,
281 BusConfigParser *included,
343 seen_include (BusConfigParser *parser,
360 BusConfigParser*
363 const BusConfigParser *parent
    [all...]
config-loader-expat.c 33 BusConfigParser *parser;
161 BusConfigParser*
164 const BusConfigParser *parent,
169 BusConfigParser *parser;
config-loader-libxml.c 46 xml_text_start_element (BusConfigParser *parser,
141 BusConfigParser*
144 const BusConfigParser *parent,
149 BusConfigParser *parser;
activation-helper.c 47 desktop_file_for_name (BusConfigParser *parser,
384 get_correct_parser (BusConfigParser **parser, DBusError *error)
454 launch_bus_name (const char *bus_name, BusConfigParser *parser, DBusError *error)
491 check_dbus_user (BusConfigParser *parser, DBusError *error)
514 BusConfigParser *parser;
bus.c 272 BusConfigParser *parser,
501 BusConfigParser *parser,
669 BusConfigParser *parser,
714 BusConfigParser *parser;
976 BusConfigParser *parser;
    [all...]

Completed in 196 milliseconds