Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_trace

2678 ** ^The callback function registered by sqlite3_trace() is invoked at
2680 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2682 ** ^(Additional sqlite3_trace() callbacks might occur
2687 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
2700 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);