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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_superlock.c118 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);
H A Dloadext.c291 sqlite3_file_control,
H A Dtest1.c4784 ** This TCL command runs the sqlite3_file_control interface and
4803 rc = sqlite3_file_control(db, 0, 0, &iArg);
4805 rc = sqlite3_file_control(db, "notadatabase", SQLITE_FCNTL_LOCKSTATE, &iArg);
4807 rc = sqlite3_file_control(db, "main", -1, &iArg);
4809 rc = sqlite3_file_control(db, "temp", -1, &iArg);
4819 ** This TCL command runs the sqlite3_file_control interface and
4840 rc = sqlite3_file_control(db, NULL, SQLITE_LAST_ERRNO, &iArg);
4856 ** This TCL command runs the sqlite3_file_control interface and
4883 rc = sqlite3_file_control(db, zDb, SQLITE_FCNTL_CHUNK_SIZE, (void *)&nSize);
4894 ** This TCL command runs the sqlite3_file_control interfac
[all...]
H A Dtest_multiplex.c262 rc = sqlite3_file_control(db, 0, op, &iVal);
1151 rc = sqlite3_file_control(db, Tcl_GetString(objv[2]), aSub[idx].op, pArg);
H A Dsqlite3ext.h366 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite.h.in388 #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
720 ** connection. See the [sqlite3_file_control()] documentation for
729 ** Applications should not call [sqlite3_file_control()] with this
5337 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5366 int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dpragma.c1456 }else if( sqlite3_file_control(db, i ? db->aDb[i].zName : 0,
H A Dmain.c2413 int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
/external/chromium_org/sql/
H A Dconnection.cc131 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))
/external/sqlite/dist/orig/
H A Dsqlite3ext.h404 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h411 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
671 ** [sqlite3_file_control()] interface. The second "op" argument is an
755 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
777 ** by the user. The fourth argument to [sqlite3_file_control()] should
786 ** connection. See the [sqlite3_file_control()] documentation for
803 ** should not call [sqlite3_file_control()] with this opcode as doing so may
811 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
841 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
851 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
867 ** that the fourth parameter of [sqlite3_file_control()] point
[all...]
H A Dshell.c3432 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
H A Dsqlite3.c526 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
786 ** [sqlite3_file_control()] interface. The second "op" argument is an
870 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
892 ** by the user. The fourth argument to [sqlite3_file_control()] should
901 ** connection. See the [sqlite3_file_control()] documentation for
918 ** should not call [sqlite3_file_control()] with this opcode as doing so may
926 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
956 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
966 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
982 ** that the fourth parameter of [sqlite3_file_control()] point
97375 #define sqlite3_file_control macro
125199 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h404 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h411 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
671 ** [sqlite3_file_control()] interface. The second "op" argument is an
755 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
777 ** by the user. The fourth argument to [sqlite3_file_control()] should
786 ** connection. See the [sqlite3_file_control()] documentation for
803 ** should not call [sqlite3_file_control()] with this opcode as doing so may
811 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
841 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
851 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
867 ** that the fourth parameter of [sqlite3_file_control()] point
[all...]
H A Dshell.c3452 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
H A Dsqlite3.c526 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
786 ** [sqlite3_file_control()] interface. The second "op" argument is an
870 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
892 ** by the user. The fourth argument to [sqlite3_file_control()] should
901 ** connection. See the [sqlite3_file_control()] documentation for
918 ** should not call [sqlite3_file_control()] with this opcode as doing so may
926 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
956 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
966 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
982 ** that the fourth parameter of [sqlite3_file_control()] point
97395 #define sqlite3_file_control macro
125219 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h393 #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()]
717 ** by the user. The fourth argument to [sqlite3_file_control()] should
725 ** connection. See the [sqlite3_file_control()] documentation for
734 ** Applications should not call [sqlite3_file_control()] with this
5342 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5371 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c936 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1160 ** [sqlite3_file_control()] interface. The second "op" argument is an
1240 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1260 ** by the user. The fourth argument to [sqlite3_file_control()] should
1268 ** connection. See the [sqlite3_file_control()] documentation for
1277 ** Applications should not call [sqlite3_file_control()] with this
5885 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5914 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
86848 #define sqlite3_file_control macro
109658 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]

Completed in 3324 milliseconds