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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h369 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
624 ** [sqlite3_file_control()] interface. The second "op" argument is an
704 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
724 ** by the user. The fourth argument to [sqlite3_file_control()] should
732 ** connection. See the [sqlite3_file_control()] documentation for
741 ** Applications should not call [sqlite3_file_control()] with this
770 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
5531 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5560 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c947 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1177 ** [sqlite3_file_control()] interface. The second "op" argument is an
1257 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1277 ** by the user. The fourth argument to [sqlite3_file_control()] should
1285 ** connection. See the [sqlite3_file_control()] documentation for
1294 ** Applications should not call [sqlite3_file_control()] with this
1323 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
6084 ** ^The [sqlite3_file_control()] interface makes a direct call to the
6113 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
89261 #define sqlite3_file_control macro
112807 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h502 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dshell.c11483 sqlite3_file_control(db, 0, SQLITE_FCNTL_TEMPFILENAME, &zTempFile);
14073 ".filectrl CMD ... Run various sqlite3_file_control() operations",
14830 sqlite3_file_control(p->db, "main", SQLITE_FCNTL_SIZE_LIMIT, &p->szMax);
15640 sqlite3_file_control(p->db, zDb, SQLITE_FCNTL_DATA_VERSION, &iDataVersion);
15798 sqlite3_file_control(p->db, 0, SQLITE_FCNTL_TEMPFILENAME, &p->zTempFile);
18111 sqlite3_file_control(p->db, zSchema, SQLITE_FCNTL_SIZE_LIMIT, &iRes);
18120 sqlite3_file_control(p->db, zSchema, filectrl, &x);
18129 sqlite3_file_control(p->db, zSchema, filectrl, &x);
18138 sqlite3_file_control(p->db, zSchema, filectrl, &x);
18146 sqlite3_file_control(
[all...]
H A Dsqlite3.h434 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
727 ** [sqlite3_file_control()] interface. The second "op" argument is an
815 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
848 ** by the user. The fourth argument to [sqlite3_file_control()] should
879 ** should not call [sqlite3_file_control()] with this opcode as doing so may
887 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
918 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
928 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
944 ** that the fourth parameter of [sqlite3_file_control()] points to.
954 ** sqlite3_file_control(d
[all...]
H A Dsqlite3.c1497 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1790 ** [sqlite3_file_control()] interface. The second "op" argument is an
1878 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1911 ** by the user. The fourth argument to [sqlite3_file_control()] should
1942 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1950 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1981 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1991 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
2007 ** that the fourth parameter of [sqlite3_file_control()] points to.
2017 ** sqlite3_file_control(d
125892 #define sqlite3_file_control macro
167875 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2668 sqlite3_file_control(pDb->db, zSchema,SQLITE_FCNTL_SIZE_LIMIT,&mxSize);

Completed in 815 milliseconds