Home
last modified time | relevance | path

Searched refs:sqlite3_profile (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h476 #define sqlite3_profile sqlite3_api->profile macro
H A Dsqlite3.h3328 ** ^The callback function registered by sqlite3_profile() is invoked
3341 SQLITE_API SQLITE_DEPRECATED void *sqlite3_profile(sqlite3*,
3377 ** information as is provided by the [sqlite3_profile()] callback.
3429 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which
H A Dsqlite3.c3641 ** ^The callback function registered by sqlite3_profile() is invoked
3654 SQLITE_API SQLITE_DEPRECATED void *sqlite3_profile(sqlite3*,
3690 ** information as is provided by the [sqlite3_profile()] callback.
3742 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3147 sqlite3_profile(pDb->db, DbProfileHandler, pDb); in DbObjCmd()
3149 sqlite3_profile(pDb->db, 0, 0); in DbObjCmd()