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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c2413 int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
H A Dsqlite3ext.h366 #define sqlite3_file_control sqlite3_api->file_control macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h404 #define sqlite3_file_control sqlite3_api->file_control macro
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.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.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 477 milliseconds