/external/chromium_org/third_party/sqlite/src/src/ |
test_superlock.c | 118 rc = sqlite3_file_control(db, "main", SQLITE_FCNTL_FILE_POINTER, (void *)&fd); 157 rc = sqlite3_file_control(p->db, "main", SQLITE_FCNTL_FILE_POINTER, (void *)&fd);
|
loadext.c | 291 sqlite3_file_control,
|
test1.c | [all...] |
test_multiplex.c | 262 rc = sqlite3_file_control(db, 0, op, &iVal); [all...] |
sqlite3ext.h | 366 #define sqlite3_file_control sqlite3_api->file_control macro
|
sqlite.h.in | 388 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ 612 ** [sqlite3_file_control()] interface. The second "op" argument is an 692 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] 712 ** by the user. The fourth argument to [sqlite3_file_control()] should [all...] |
pragma.c | [all...] |
main.c | 2413 int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function [all...] |
/external/chromium_org/sql/ |
connection.cc | 131 int rc = sqlite3_file_control(db, NULL, SQLITE_FCNTL_FILE_POINTER, file); 850 if (SQLITE_OK != sqlite3_file_control(db_, NULL, SQLITE_LAST_ERRNO, &err)) [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | 393 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ 617 ** [sqlite3_file_control()] interface. The second "op" argument is an 697 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()] [all...] |
sqlite3.c | 86848 #define sqlite3_file_control macro 109658 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function [all...] |