Lines Matching refs:sqlite3_trace
3547 ** ^The callback function registered by sqlite3_trace() is invoked at
3549 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3551 ** ^(Additional sqlite3_trace() callbacks might occur
3556 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3566 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3569 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3601 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3642 ** ^Each call to either sqlite3_trace() or sqlite3_trace_v2() overrides
3643 ** (cancels) any prior calls to sqlite3_trace() or sqlite3_trace_v2().
3657 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of which
16989 ** in the style of sqlite3_trace()
90089 ** (aka "wildcards") into the SQL text output by sqlite3_trace().
98935 ** If tracing is enabled (by the sqlite3_trace()) interface, then
98959 ** would have been returned by the legacy sqlite3_trace() interface by
132422 #define sqlite3_trace sqlite3_api->trace
132718 # define sqlite3_trace 0
132867 sqlite3_trace,
175567 SQLITE_API void *sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){