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

/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c257 sqlite3_file_control(corrupt_db, 0, SQLITE_FCNTL_PERSIST_WAL, &on);
1020 sqlite3_file_control(handle, 0, SQLITE_FCNTL_PERSIST_WAL, &on);
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c663 didRename = SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_FCNTL_PERSIST_WAL, &on), corrupt_db, error, CFSTR("persist wal"));
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c663 didRename = SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_FCNTL_PERSIST_WAL, &on), corrupt_db, error, CFSTR("persist wal"));

Completed in 456 milliseconds