Home | History | Annotate | Download | only in bus

Lines Matching defs:parser

25 #include "config-parser.h"
33 BusConfigParser *parser;
48 if (!bus_config_parser_content (context->parser,
107 if (!bus_config_parser_start_element (context->parser,
132 if (!bus_config_parser_end_element (context->parser,
169 BusConfigParser *parser;
175 parser = NULL;
212 parser = bus_config_parser_new (&dirname, is_toplevel, parent);
213 if (parser == NULL)
218 context.parser = parser;
274 if (!bus_config_parser_finished (parser, error))
282 return parser;
291 if (parser)
292 bus_config_parser_unref (parser);