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.h390 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1180 ** [sqlite3_file_control()] interface. The second "op" argument is an
1260 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1282 ** by the user. The fourth argument to [sqlite3_file_control()] should
1291 ** connection. See the [sqlite3_file_control()] documentation for
1301 ** Applications should not call [sqlite3_file_control()] with this
1332 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1342 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1358 ** that the fourth parameter of [sqlite3_file_control()] points to.
6260 ** ^The [sqlite3_file_control()] interfac
91363 #define sqlite3_file_control macro
115141 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h390 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1180 ** [sqlite3_file_control()] interface. The second "op" argument is an
1260 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1282 ** by the user. The fourth argument to [sqlite3_file_control()] should
1291 ** connection. See the [sqlite3_file_control()] documentation for
1301 ** Applications should not call [sqlite3_file_control()] with this
1332 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1342 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1358 ** that the fourth parameter of [sqlite3_file_control()] points to.
6260 ** ^The [sqlite3_file_control()] interfac
91399 #define sqlite3_file_control macro
115177 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
5900 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5929 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
87055 #define sqlite3_file_control macro
109865 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]

Completed in 465 milliseconds