Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_trace

2949 ** ^The callback function registered by sqlite3_trace() is invoked at
2951 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2953 ** ^(Additional sqlite3_trace() callbacks might occur
2968 SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
64078 ** (aka "wildcards") into the SQL text output by sqlite3_trace().
71028 ** If tracing is enabled (by the sqlite3_trace()) interface, then
91333 #define sqlite3_trace sqlite3_api->trace
91500 # define sqlite3_trace 0
91644 sqlite3_trace,
113719 SQLITE_API void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){