Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Ddatabase.cc964 std::string journal_str = AsUTF8ForSQL(journal_path); in Delete() local
981 vfs->xDelete(vfs, journal_str.c_str(), 0); in Delete()
986 vfs->xAccess(vfs, journal_str.c_str(), SQLITE_ACCESS_EXISTS, &journal_exists); in Delete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Ddatabase.cc993 std::string journal_str = AsUTF8ForSQL(journal_path); in Delete() local
1010 vfs->xDelete(vfs, journal_str.c_str(), 0); in Delete()
1015 vfs->xAccess(vfs, journal_str.c_str(), SQLITE_ACCESS_EXISTS, &journal_exists); in Delete()
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dlocalize.c504 journal_str = catgetlocal( 408, "journal"); in strings_init()
655 commands[70] = journal_str; in strings_init()
H A Daee.h541 extern char *journal_str;
H A Dcontrol.c1643 else if (compare(cmd_str, journal_str, FALSE))
H A Daee.c518 char *journal_str, *journal_err_str; variable