Searched defs:sqlite3_file_control (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h460 #define sqlite3_file_control sqlite3_api->file_control macro
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.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 397 milliseconds