Home
last modified time | relevance | path

Searched refs:rootParsedSuccessfully (Results 1 – 1 of 1) sorted by relevance

/dports/security/keepassxc/keepassxc-2.6.6/src/format/
H A DKdbxXmlReader.cpp214 bool rootParsedSuccessfully = false; in parseKeePassFile() local
224 rootParsedSuccessfully = false; in parseKeePassFile()
227 rootParsedSuccessfully = parseRoot(); in parseKeePassFile()
236 return rootParsedSuccessfully; in parseKeePassFile()