Searched refs:sqlite3_trace (Results 1 – 5 of 5) sorted by relevance
| /freebsd-src/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 245 sqlite3_trace(*db, trace, NULL); in default_db() 417 sqlite3_trace(s->db, trace, NULL); in make_database()
|
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 500 #define sqlite3_trace sqlite3_api->trace macro
|
| H A D | sqlite3.h | 3317 ** ^The callback function registered by sqlite3_trace() is invoked at 3319 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the 3321 ** ^(Additional sqlite3_trace() callbacks might occur 3326 ** the length of [bound parameter] expansion in the output of sqlite3_trace(). 3336 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the 3339 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*, 3371 ** the same text that would have been returned by the legacy [sqlite3_trace()] 3412 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P) 3413 ** overrides (cancels) all prior calls to sqlite3_trace(D,X,P) or 3429 ** interfaces [sqlite3_trace()] an [all...] |
| H A D | sqlite3.c | 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()] an [all...] |
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 3358 sqlite3_trace(pDb->db, DbTraceHandler, pDb); in DbObjCmd() 3360 sqlite3_trace(pDb->db, 0, 0); in DbObjCmd()
|