Searched refs:sqlite3_trace_v2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile197 sqlite3_trace_v2.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h625 #define sqlite3_trace_v2 sqlite3_api->trace_v2 macro
H A Dsqlite3.h3292 ** These routines are deprecated. Use the [sqlite3_trace_v2()] interface
3317 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3330 ** using the [sqlite3_trace_v2()] tracing logic. The M argument
3331 ** to [sqlite3_trace_v2(D,M,X,P)] is an OR-ed combination of one or more of
3340 ** fourth argument to [sqlite3_trace_v2()].
3386 ** ^The sqlite3_trace_v2(D,M,X,P) interface registers a trace callback
3393 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3395 ** sqlite3_trace_v2(D,M,X,P) for the [database connection] D. Each
3409 ** The sqlite3_trace_v2() interface is intended to replace the legacy
3413 SQLITE_API int sqlite3_trace_v2(
[all...]
H A Dshell.c27936 sqlite3_trace_v2(p->db, 0, 0, 0);
27939 sqlite3_trace_v2(p->db, mType, sql_trace_callback, p);
H A Dsqlite3.c3605 ** These routines are deprecated. Use the [sqlite3_trace_v2()] interface
3630 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3643 ** using the [sqlite3_trace_v2()] tracing logic. The M argument
3644 ** to [sqlite3_trace_v2(D,M,X,P)] is an OR-ed combination of one or more of
3653 ** fourth argument to [sqlite3_trace_v2()].
3699 ** ^The sqlite3_trace_v2(D,M,X,P) interface registers a trace callback
3706 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3708 ** sqlite3_trace_v2(D,M,X,P) for the [database connection] D. Each
3722 ** The sqlite3_trace_v2() interface is intended to replace the legacy
3726 SQLITE_API int sqlite3_trace_v2(
136097 #define sqlite3_trace_v2 macro
136290 # define sqlite3_trace_v2 macro
180382 SQLITE_API int sqlite3_trace_v2( function
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3440 sqlite3_trace_v2(pDb->db, (unsigned)wMask, DbTraceV2Handler, pDb);
3442 sqlite3_trace_v2(pDb->db, 0, 0, 0);

Completed in 613 milliseconds