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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h390 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
629 ** [sqlite3_file_control()] interface. The second "op" argument is an
709 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
729 ** by the user. The fourth argument to [sqlite3_file_control()] should
737 ** connection. See the [sqlite3_file_control()] documentation for
746 ** Applications should not call [sqlite3_file_control()] with this
775 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
784 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
798 ** that the fourth parameter of [sqlite3_file_control()] points to.
5661 ** ^The [sqlite3_file_control()] interfac
[all...]
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1179 ** [sqlite3_file_control()] interface. The second "op" argument is an
1259 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1279 ** by the user. The fourth argument to [sqlite3_file_control()] should
1287 ** connection. See the [sqlite3_file_control()] documentation for
1296 ** Applications should not call [sqlite3_file_control()] with this
1325 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1334 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1348 ** that the fourth parameter of [sqlite3_file_control()] points to.
6211 ** ^The [sqlite3_file_control()] interfac
91237 #define sqlite3_file_control macro
114898 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]

Completed in 425 milliseconds