Lines Matching defs:OmahaParserData
122 struct OmahaParserData { struct
123 explicit OmahaParserData(XML_Parser _xml_parser) : xml_parser(_xml_parser) {} in OmahaParserData() argument
126 XML_Parser xml_parser;
129 bool failed = false;
130 bool entity_decl = false;
131 string current_path;
134 string updatecheck_poll_interval;
135 map<string, string> updatecheck_attrs;
136 string daystart_elapsed_days;
137 string daystart_elapsed_seconds;
139 struct App {
156 vector<App> apps;