Searched refs:sqlite3_trace (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h374 #define sqlite3_trace sqlite3_api->trace macro
H A Dshell.c423 FILE *traceOut; /* Output for sqlite3_trace() */
1610 ** A routine for handling output from sqlite3_trace().
2560 sqlite3_trace(p->db, 0, 0);
2562 sqlite3_trace(p->db, sql_trace_callback, p->traceOut);
H A Dsqlite3.h2524 ** ^The callback function registered by sqlite3_trace() is invoked at
2526 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2528 ** ^(Additional sqlite3_trace() callbacks might occur
2533 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
2546 SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
H A Dsqlite3.c3095 ** ^The callback function registered by sqlite3_trace() is invoked at
3097 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
3099 ** ^(Additional sqlite3_trace() callbacks might occur
3104 ** the length of [bound parameter] expansion in the output of sqlite3_trace().
3117 SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
92551 #define sqlite3_trace macro
92741 # define sqlite3_trace macro
116328 SQLITE_API void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ function
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h339 #define sqlite3_trace sqlite3_api->trace macro
H A Dsqlite3.h2325 ** ^The callback function registered by sqlite3_trace() is invoked at
2327 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2329 ** ^(Additional sqlite3_trace() callbacks might occur
2344 SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
H A Dsqlite3.c2878 ** ^The callback function registered by sqlite3_trace() is invoked at
2880 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the
2882 ** ^(Additional sqlite3_trace() callbacks might occur
2897 SQLITE_API void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*);
89231 #define sqlite3_trace macro
89398 # define sqlite3_trace macro
111381 SQLITE_API void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ function
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dscache.c245 sqlite3_trace(*db, trace, NULL);
417 sqlite3_trace(s->db, trace, NULL);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c918 sqlite3_trace((*db)->db3, sqlite_tracer, (*db)->db3);

Completed in 688 milliseconds