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

  /external/dbus/bus/
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.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.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 82 struct BusConfigParser
125 push_element (BusConfigParser *parser,
157 pop_element (BusConfigParser *parser)
167 peek_element (BusConfigParser *parser)
177 top_element_type (BusConfigParser *parser)
279 merge_included (BusConfigParser *parser,
280 BusConfigParser *included,
342 seen_include (BusConfigParser *parser,
359 BusConfigParser*
362 const BusConfigParser *parent
    [all...]

Completed in 21 milliseconds