Lines Matching refs:sqlite3_trace
3241 ** ^The callback function registered by sqlite3_trace() is invoked at
3243 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3245 ** ^(Additional sqlite3_trace() callbacks might occur
3250 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3260 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3263 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3295 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3336 ** ^Each call to either sqlite3_trace() or sqlite3_trace_v2() overrides
3337 ** (cancels) any prior calls to sqlite3_trace() or sqlite3_trace_v2().
3351 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which