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

  /external/dbus/bus/
config-parser.h 37 typedef struct BusConfigParser BusConfigParser;
39 BusConfigParser* bus_config_parser_new (const DBusString *basedir,
41 const BusConfigParser *parent);
43 BusConfigParser* bus_config_parser_ref (BusConfigParser *parser);
44 void bus_config_parser_unref (BusConfigParser *parser);
45 dbus_bool_t bus_config_parser_check_doctype (BusConfigParser *parser,
48 dbus_bool_t bus_config_parser_start_element (BusConfigParser *parser,
53 dbus_bool_t bus_config_parser_end_element (BusConfigParser *parser
    [all...]
config-parser.c 101 struct BusConfigParser
185 push_element (BusConfigParser *parser,
217 pop_element (BusConfigParser *parser)
227 peek_element (BusConfigParser *parser)
237 top_element_type (BusConfigParser *parser)
339 merge_included (BusConfigParser *parser,
340 BusConfigParser *included,
399 seen_include (BusConfigParser *parser,
416 BusConfigParser*
419 const BusConfigParser *parent
    [all...]

Completed in 88 milliseconds