HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_test_control (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 561 #define sqlite3_test_control sqlite3_api->test_control macro
sqlite3.c 8980 ** ^The sqlite3_test_control() interface is used to read out internal
8994 SQLITE_API int sqlite3_test_control(int op, ...);
9000 ** as the first argument to [sqlite3_test_control()].
9005 ** [sqlite3_test_control()] interface.
18129 ** sqlite3_test_control(SQLITE_TESTCTRL_VDBE_COVERAGE,...) to set a callback
18919 ** sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS,...) interface to
21387 ** sqlite3_test_control(). This enables assert() statements to prove
142781 #define sqlite3_test_control macro
191308 SQLITE_API int sqlite3_test_control(int op, ...){ function
    [all...]

Completed in 130 milliseconds