Lines Matching defs:OmahaParserData
486 struct OmahaParserData { struct
487 explicit OmahaParserData(XML_Parser _xml_parser) : xml_parser(_xml_parser) {} in OmahaParserData() function
490 XML_Parser xml_parser;
493 bool failed = false;
494 bool entity_decl = false;
495 string current_path;
498 string updatecheck_poll_interval;
499 map<string, string> updatecheck_attrs;
500 string daystart_elapsed_days;
501 string daystart_elapsed_seconds;
503 struct App {
523 vector<App> apps;