Lines Matching refs:sqlite3_trace
3630 ** ^The callback function registered by sqlite3_trace() is invoked at
3632 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3634 ** ^(Additional sqlite3_trace() callbacks might occur
3639 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3649 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3652 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3684 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3725 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3726 ** overrides (cancels) all prior calls to sqlite3_trace(D,X,P) or
3742 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which
17619 ** in the style of sqlite3_trace()
92932 ** (aka "wildcards") into the SQL text output by sqlite3_trace().
101945 ** If tracing is enabled (by the sqlite3_trace()) interface, then
101969 ** would have been returned by the legacy sqlite3_trace() interface by
136933 #define sqlite3_trace sqlite3_api->trace
137232 # define sqlite3_trace 0
137380 sqlite3_trace,
181977 SQLITE_API void *sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){