Searched refs:sqlite3_profile (Results 1 – 5 of 5) sorted by relevance
95 # define sqlite3_profile 0 macro216 sqlite3_profile,
469 #define sqlite3_profile sqlite3_api->profile macro
3120 sqlite3_profile(pDb->db, DbProfileHandler, pDb); in DbObjCmd()3122 sqlite3_profile(pDb->db, 0, 0); in DbObjCmd()
2188 void *sqlite3_profile( in sqlite3_profile() function
3238 ** ^The callback function registered by sqlite3_profile() is invoked3251 SQLITE_DEPRECATED void *sqlite3_profile(sqlite3*,3287 ** information as is provided by the [sqlite3_profile()] callback.3337 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which