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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h460 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h435 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
713 ** [sqlite3_file_control()] interface. The second "op" argument is an
801 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
825 ** by the user. The fourth argument to [sqlite3_file_control()] should
856 ** should not call [sqlite3_file_control()] with this opcode as doing so may
864 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
894 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
904 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
920 ** that the fourth parameter of [sqlite3_file_control()] points to.
930 ** sqlite3_file_control(d
[all...]
H A Dshell.c8118 sqlite3_file_control(db, 0, SQLITE_FCNTL_TEMPFILENAME, &zTempFile);
11302 sqlite3_file_control(p->db, 0, SQLITE_FCNTL_TEMPFILENAME, &p->zTempFile);
14472 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFS_POINTER, &pVfs);
14486 sqlite3_file_control(p->db, "main", SQLITE_FCNTL_VFS_POINTER, &pCurrent);
14504 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
H A Dsqlite3.c1459 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1737 ** [sqlite3_file_control()] interface. The second "op" argument is an
1825 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1849 ** by the user. The fourth argument to [sqlite3_file_control()] should
1880 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1888 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1918 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1928 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1944 ** that the fourth parameter of [sqlite3_file_control()] points to.
1954 ** sqlite3_file_control(d
113725 #define sqlite3_file_control macro
146919 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h460 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h435 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
713 ** [sqlite3_file_control()] interface. The second "op" argument is an
801 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
825 ** by the user. The fourth argument to [sqlite3_file_control()] should
856 ** should not call [sqlite3_file_control()] with this opcode as doing so may
864 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
894 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
904 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
920 ** that the fourth parameter of [sqlite3_file_control()] points to.
930 ** sqlite3_file_control(d
[all...]
H A Dshell.c8124 sqlite3_file_control(db, 0, SQLITE_FCNTL_TEMPFILENAME, &zTempFile);
11325 sqlite3_file_control(p->db, 0, SQLITE_FCNTL_TEMPFILENAME, &p->zTempFile);
14495 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFS_POINTER, &pVfs);
14509 sqlite3_file_control(p->db, "main", SQLITE_FCNTL_VFS_POINTER, &pCurrent);
14527 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName);
H A Dsqlite3.c1459 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1737 ** [sqlite3_file_control()] interface. The second "op" argument is an
1825 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1849 ** by the user. The fourth argument to [sqlite3_file_control()] should
1880 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1888 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1918 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1928 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1944 ** that the fourth parameter of [sqlite3_file_control()] points to.
1954 ** sqlite3_file_control(d
113725 #define sqlite3_file_control macro
146919 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]

Completed in 637 milliseconds