Lines Matching full:sqlite3_trace
2885 ** ^The callback function registered by sqlite3_trace() is invoked at
2887 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2889 ** ^(Additional sqlite3_trace() callbacks might occur
2894 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
2907 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
70570 ** (aka "wildcards") into the SQL text output by sqlite3_trace().
77262 ** If tracing is enabled (by the sqlite3_trace()) interface, then
102246 #define sqlite3_trace sqlite3_api->trace
102451 # define sqlite3_trace 0
102595 sqlite3_trace,
129740 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){