Searched refs:sqlite3_file_control (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteFileSystem.cpp120 return sqlite3_file_control(database, 0, SQLITE_TRUNCATE_DATABASE, 0) == SQLITE_OK;
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.c235 rc = sqlite3_file_control(dbconn->handle, NULL, SQLITE_TRUNCATE_DATABASE, &flags);
257 sqlite3_file_control(corrupt_db, 0, SQLITE_FCNTL_PERSIST_WAL, &on);
259 rc = sqlite3_file_control(corrupt_db, NULL, SQLITE_REPLACE_DATABASE, (void *)dbconn->handle);
1020 sqlite3_file_control(handle, 0, SQLITE_FCNTL_PERSIST_WAL, &on);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c601 return SecDbConnectionCheckCode(dbconn, sqlite3_file_control(dbconn->handle, NULL, op, arg), error, CFSTR("file_control"));
663 didRename = SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_FCNTL_PERSIST_WAL, &on), corrupt_db, error, CFSTR("persist wal"));
664 didRename &= SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_REPLACE_DATABASE, (void *)dbconn->handle), corrupt_db, error, CFSTR("replace database"));
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c601 return SecDbConnectionCheckCode(dbconn, sqlite3_file_control(dbconn->handle, NULL, op, arg), error, CFSTR("file_control"));
663 didRename = SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_FCNTL_PERSIST_WAL, &on), corrupt_db, error, CFSTR("persist wal"));
664 didRename &= SecDbErrorWithDb(sqlite3_file_control(corrupt_db, NULL, SQLITE_REPLACE_DATABASE, (void *)dbconn->handle), corrupt_db, error, CFSTR("replace database"));
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h369 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
624 ** [sqlite3_file_control()] interface. The second "op" argument is an
704 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
724 ** by the user. The fourth argument to [sqlite3_file_control()] should
732 ** connection. See the [sqlite3_file_control()] documentation for
741 ** Applications should not call [sqlite3_file_control()] with this
770 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
5531 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5560 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c947 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1177 ** [sqlite3_file_control()] interface. The second "op" argument is an
1257 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1277 ** by the user. The fourth argument to [sqlite3_file_control()] should
1285 ** connection. See the [sqlite3_file_control()] documentation for
1294 ** Applications should not call [sqlite3_file_control()] with this
1323 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
6084 ** ^The [sqlite3_file_control()] interface makes a direct call to the
6113 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
89261 #define sqlite3_file_control macro
112807 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]

Completed in 522 milliseconds