Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_trace

2570 ** ^The callback function registered by sqlite3_trace() is invoked at
2572 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2574 ** ^(Additional sqlite3_trace() callbacks might occur
2583 SQLITE_API SQLITE_EXPERIMENTAL void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
51797 ** (aka "wildcards") into the SQL text output by sqlite3_trace().
58148 ** If tracing is enabled (by the sqlite3_trace()) interface, then
76283 #define sqlite3_trace sqlite3_api->trace
76418 # define sqlite3_trace 0
76561 sqlite3_trace,
96539 SQLITE_API void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){