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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dscache.c245 sqlite3_trace(*db, trace, NULL);
417 sqlite3_trace(s->db, trace, NULL);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h471 #define sqlite3_trace sqlite3_api->trace macro
H A Dsqlite3.h3130 ** ^The callback function registered by sqlite3_trace() is invoked at
3132 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3134 ** ^(Additional sqlite3_trace() callbacks might occur
3139 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3149 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3152 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3184 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3225 ** ^Each call to either sqlite3_trace() or sqlite3_trace_v2() overrides
3226 ** (cancels) any prior calls to sqlite3_trace() or sqlite3_trace_v2().
3240 ** interfaces [sqlite3_trace()] an
[all...]
H A Dsqlite3.c4193 ** ^The callback function registered by sqlite3_trace() is invoked at
4195 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
4197 ** ^(Additional sqlite3_trace() callbacks might occur
4202 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
4212 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
4215 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
4247 ** the same text that would have been returned by the legacy [sqlite3_trace()]
4288 ** ^Each call to either sqlite3_trace() or sqlite3_trace_v2() overrides
4289 ** (cancels) any prior calls to sqlite3_trace() or sqlite3_trace_v2().
4303 ** interfaces [sqlite3_trace()] an
125861 #define sqlite3_trace macro
126133 # define sqlite3_trace macro
166165 SQLITE_API void *sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){ function
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1131 sqlite3_trace((*db)->db3, sqlite_tracer, (*db)->db3);
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3298 sqlite3_trace(pDb->db, DbTraceHandler, pDb);
3300 sqlite3_trace(pDb->db, 0, 0);

Completed in 516 milliseconds