Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c95 # define sqlite3_profile 0 macro
216 sqlite3_profile,
H A Dsqlite3ext.h469 #define sqlite3_profile sqlite3_api->profile macro
H A Dtclsqlite.c3120 sqlite3_profile(pDb->db, DbProfileHandler, pDb); in DbObjCmd()
3122 sqlite3_profile(pDb->db, 0, 0); in DbObjCmd()
H A Dmain.c2188 void *sqlite3_profile( in sqlite3_profile() function
H A Dsqlite.h.in3238 ** ^The callback function registered by sqlite3_profile() is invoked
3251 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