HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_trace (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 203 sqlite3_trace.3 \
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c 247 sqlite3_trace(*db, trace, NULL);
418 sqlite3_trace(s->db, trace, NULL);
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 510 #define sqlite3_trace sqlite3_api->trace macro
sqlite3.h 3549 ** ^The callback function registered by sqlite3_trace() is invoked at
3551 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3553 ** ^(Additional sqlite3_trace() callbacks might occur
3558 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3568 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3571 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3603 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3644 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3645 ** overrides (cancels) all prior calls to sqlite3_trace(D,X,P) or
3661 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of whic
    [all...]
sqlite3.c 3870 ** ^The callback function registered by sqlite3_trace() is invoked at
3872 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3874 ** ^(Additional sqlite3_trace() callbacks might occur
3879 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3889 ** either [sqlite3_trace()] or [sqlite3_trace_v2()] will cancel the
3892 SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace(sqlite3*,
3924 ** the same text that would have been returned by the legacy [sqlite3_trace()]
3965 ** ^Each call to either sqlite3_trace(D,X,P) or sqlite3_trace_v2(D,M,X,P)
3966 ** overrides (cancels) all prior calls to sqlite3_trace(D,X,P) or
3982 ** interfaces [sqlite3_trace()] and [sqlite3_profile()], both of whic
142730 #define sqlite3_trace macro
143039 # define sqlite3_trace macro
189358 SQLITE_API void *sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){ function
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3861 sqlite3_trace(pDb->db, DbTraceHandler, pDb);
3863 sqlite3_trace(pDb->db, 0, 0);

Completed in 63 milliseconds