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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile196 sqlite3_trace.3 \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c247 sqlite3_trace(*db, trace, NULL);
418 sqlite3_trace(s->db, trace, NULL);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h500 #define sqlite3_trace sqlite3_api->trace macro
H A Dsqlite3.h3298 ** ^The callback function registered by sqlite3_trace() is invoked at
3300 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3302 ** ^(Additional sqlite3_trace() callbacks might occur
3307 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3317 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3320 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3352 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3393 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3394 ** overrides (cancels) all prior calls to sqlite3_trace(D,X,P) or
3410 ** interfaces [sqlite3_trace()] an
[all...]
H A Dsqlite3.c3611 ** ^The callback function registered by sqlite3_trace() is invoked at
3613 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3615 ** ^(Additional sqlite3_trace() callbacks might occur
3620 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3630 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3633 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3665 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3706 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3707 ** overrides (cancels) all prior calls to sqlite3_trace(D,X,P) or
3723 ** interfaces [sqlite3_trace()] an
135972 #define sqlite3_trace macro
136271 # define sqlite3_trace macro
180361 SQLITE_API void *sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d661 void *sqlite3_trace(sqlite3*, void function (void*,const char*) xTrace, void*);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3358 sqlite3_trace(pDb->db, DbTraceHandler, pDb);
3360 sqlite3_trace(pDb->db, 0, 0);

Completed in 902 milliseconds