Searched refs:SQLITE_FCNTL_PERSIST_WAL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.c256 sqlite3_file_control(corrupt_db, 0, SQLITE_FCNTL_PERSIST_WAL, &on);
1019 sqlite3_file_control(handle, 0, SQLITE_FCNTL_PERSIST_WAL, &on);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h761 ** ^The [SQLITE_FCNTL_PERSIST_WAL] opcode is used to set or query the
785 #define SQLITE_FCNTL_PERSIST_WAL 10 macro
H A Dsqlite3.c1314 ** ^The [SQLITE_FCNTL_PERSIST_WAL] opcode is used to set or query the
1338 #define SQLITE_FCNTL_PERSIST_WAL 10 macro
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecDb.c611 didRename = SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_FCNTL_PERSIST_WAL, &on), corrupt_db, error, CFSTR("persist wal"));
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecDb.c611 didRename = SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_FCNTL_PERSIST_WAL, &on), corrupt_db, error, CFSTR("persist wal"));

Completed in 321 milliseconds