Searched refs:sqlite3_profile (Results 1 – 4 of 4) sorted by relevance
476 #define sqlite3_profile sqlite3_api->profile macro
3328 ** ^The callback function registered by sqlite3_profile() is invoked3341 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
3641 ** ^The callback function registered by sqlite3_profile() is invoked3654 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...]
3147 sqlite3_profile(pDb->db, DbProfileHandler, pDb); in DbObjCmd()3149 sqlite3_profile(pDb->db, 0, 0); in DbObjCmd()