Searched refs:BusConfigParser (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.h35 typedef struct BusConfigParser BusConfigParser; typedef in typeref:struct: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 *parse
[all...]
H A Dconfig-parser-trivial.h34 typedef struct BusConfigParser BusConfigParser; typedef in typeref:struct: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 *parse
[all...]
H A Dconfig-parser-trivial.c36 struct BusConfigParser struct
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 *parse
[all...]
H A Dconfig-parser.c83 struct BusConfigParser struct
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 *paren
[all...]
H A Dconfig-loader-expat.c33 BusConfigParser *parser;
161 BusConfigParser*
164 const BusConfigParser *parent,
169 BusConfigParser *parser;
H A Dconfig-loader-libxml.c46 xml_text_start_element (BusConfigParser *parser,
141 BusConfigParser*
144 const BusConfigParser *parent,
149 BusConfigParser *parser;
H A Dactivation-helper.c47 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;
H A Dbus.c270 BusConfigParser *parser,
497 BusConfigParser *parser,
665 BusConfigParser *parser,
710 BusConfigParser *parser;
955 BusConfigParser *parser;

Completed in 43 milliseconds