Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_trace_v2

2916 ** These routines are deprecated. Use the [sqlite3_trace_v2()] interface
2954 ** using the [sqlite3_trace_v2()] tracing logic. The M argument
2955 ** to [sqlite3_trace_v2(D,M,X,P)] is an OR-ed combination of one or more of
2964 ** fourth argument to [sqlite3_trace_v2()].
3010 ** ^The sqlite3_trace_v2(D,M,X,P) interface registers a trace callback
3017 ** ^Each call to either sqlite3_trace() or sqlite3_trace_v2() overrides
3018 ** (cancels) any prior calls to sqlite3_trace() or sqlite3_trace_v2().
3031 ** The sqlite3_trace_v2() interface is intended to replace the legacy
3035 SQLITE_API int sqlite3_trace_v2(