Home
last modified time | relevance | path

Searched refs:sqlite3_profile (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h475 #define sqlite3_profile sqlite3_api->profile macro
H A Dsqlite3.h3252 ** ^The callback function registered by sqlite3_profile() is invoked
3265 SQLITE_API SQLITE_DEPRECATED void *sqlite3_profile(sqlite3*,
3301 ** information as is provided by the [sqlite3_profile()] callback.
3351 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which
/third_party/sqlite/src/
H A Dsqlite3.c3558 ** ^The callback function registered by sqlite3_profile() is invoked
3571 SQLITE_API SQLITE_DEPRECATED void *sqlite3_profile(sqlite3*,
3607 ** information as is provided by the [sqlite3_profile()] callback.
3657 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which
132398 #define sqlite3_profile global() macro
132717 # define sqlite3_profile global() macro
175618 SQLITE_API void *sqlite3_profile( global() function
[all...]

Completed in 167 milliseconds