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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h430 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.c631 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
893 ** [sqlite3_file_control()] interface. The second "op" argument is an
977 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1001 ** by the user. The fourth argument to [sqlite3_file_control()] should
1010 ** connection. See the [sqlite3_file_control()] documentation for
1027 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1035 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1065 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1075 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1091 ** that the fourth parameter of [sqlite3_file_control()] point
104477 #define sqlite3_file_control macro
134158 SQLITE_API int SQLITE_STDCALL sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h430 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.c631 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
893 ** [sqlite3_file_control()] interface. The second "op" argument is an
977 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1001 ** by the user. The fourth argument to [sqlite3_file_control()] should
1010 ** connection. See the [sqlite3_file_control()] documentation for
1027 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1035 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1065 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1075 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1091 ** that the fourth parameter of [sqlite3_file_control()] point
104495 #define sqlite3_file_control macro
134176 SQLITE_API int SQLITE_STDCALL sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]

Completed in 574 milliseconds