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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h389 #define sqlite3_test_control sqlite3_api->test_control macro
H A Dsqlite3.h5565 ** ^The sqlite3_test_control() interface is used to read out internal
5579 SQLITE_API int sqlite3_test_control(int op, ...);
5585 ** as the first argument to [sqlite3_test_control()].
5590 ** [sqlite3_test_control()] interface.
H A Dsqlite3.c6118 ** ^The sqlite3_test_control() interface is used to read out internal
6132 SQLITE_API int sqlite3_test_control(int op, ...);
6138 ** as the first argument to [sqlite3_test_control()].
6143 ** [sqlite3_test_control()] interface.
9594 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface.
12102 ** than 1 GiB. The sqlite3_test_control() interface can be used to
20031 ** The sqlite3_test_control() interface calls these routines to
89281 #define sqlite3_test_control macro
112846 SQLITE_API int sqlite3_test_control(int op, ...){ function
[all...]

Completed in 403 milliseconds