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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h410 #define sqlite3_test_control sqlite3_api->test_control macro
H A Dsqlite3.h5695 ** ^The sqlite3_test_control() interface is used to read out internal
5709 SQLITE_API int sqlite3_test_control(int op, ...);
5715 ** as the first argument to [sqlite3_test_control()].
5720 ** [sqlite3_test_control()] interface.
H A Dsqlite3.c6245 ** ^The sqlite3_test_control() interface is used to read out internal
6259 SQLITE_API int sqlite3_test_control(int op, ...);
6265 ** as the first argument to [sqlite3_test_control()].
6270 ** [sqlite3_test_control()] interface.
9825 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface.
12356 ** than 1 GiB. The sqlite3_test_control() interface can be used to
20397 ** The sqlite3_test_control() interface calls these routines to
91257 #define sqlite3_test_control macro
114937 SQLITE_API int sqlite3_test_control(int op, ...){ function
[all...]

Completed in 421 milliseconds