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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile116 sqlite3_file_control.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h531 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dshell.c17232 sqlite3_file_control(p->dbIn, p->zDb, SQLITE_FCNTL_RESET_CACHE, 0);
17749 sqlite3_file_control(p->dbIn, p->zDb, SQLITE_FCNTL_FILE_POINTER, (void*)&pFd);
17768 sqlite3_file_control(p->dbIn, p->zDb,SQLITE_FCNTL_FILE_POINTER,(void*)&pFd);
17798 sqlite3_file_control(p->dbIn, p->zDb, SQLITE_FCNTL_RESET_CACHE, 0);
18435 sqlite3_file_control(db, 0, SQLITE_FCNTL_TEMPFILENAME, &zTempFile);
21563 ".filectrl CMD ... Run various sqlite3_file_control() operations",
22303 sqlite3_file_control(p->db, "main", SQLITE_FCNTL_SIZE_LIMIT, &p->szMax);
23161 sqlite3_file_control(p->db, zDb, SQLITE_FCNTL_DATA_VERSION, &iDataVersion);
23320 sqlite3_file_control(p->db, 0, SQLITE_FCNTL_TEMPFILENAME, &p->zTempFile);
25417 sqlite3_file_control(
[all...]
H A Dsqlite3.h457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
778 ** [sqlite3_file_control()] interface. The second "op" argument is an
866 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
898 ** by the user. The fourth argument to [sqlite3_file_control()] should
929 ** should not call [sqlite3_file_control()] with this opcode as doing so may
937 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
968 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
978 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
994 ** that the fourth parameter of [sqlite3_file_control()] points to.
1004 ** sqlite3_file_control(d
[all...]
H A Dsqlite3.c770 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1091 ** [sqlite3_file_control()] interface. The second "op" argument is an
1179 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1211 ** by the user. The fourth argument to [sqlite3_file_control()] should
1242 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1250 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1281 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1291 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1307 ** that the fourth parameter of [sqlite3_file_control()] points to.
1317 ** sqlite3_file_control(d
136003 #define sqlite3_file_control macro
182213 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d125 SQLITE_NOTFOUND = 12, /** Unknown opcode in sqlite3_file_control() */
1629 int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2714 sqlite3_file_control(pDb->db, zSchema,SQLITE_FCNTL_SIZE_LIMIT,&mxSize);

Completed in 887 milliseconds