Searched defs:sqlite3_trace (Results 1 - 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3ext.h | 399 #define sqlite3_trace sqlite3_api->trace macro
|
H A D | sqlite3.c | 2905 ** ^The callback function registered by sqlite3_trace() is invoked at 2907 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the 2909 ** ^(Additional sqlite3_trace() callbacks might occur 2914 ** the length of [bound parameter] expansion in the output of sqlite3_trace(). 2927 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*); 104446 #define sqlite3_trace macro 104661 # define sqlite3_trace macro 132570 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ function [all...] |
/external/sqlite/dist/ |
H A D | sqlite3ext.h | 399 #define sqlite3_trace sqlite3_api->trace macro
|
H A D | sqlite3.c | 2905 ** ^The callback function registered by sqlite3_trace() is invoked at 2907 ** ^The sqlite3_trace() callback is invoked with a UTF-8 rendering of the 2909 ** ^(Additional sqlite3_trace() callbacks might occur 2914 ** the length of [bound parameter] expansion in the output of sqlite3_trace(). 2927 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*), void*); 104464 #define sqlite3_trace macro 104679 # define sqlite3_trace macro 132588 SQLITE_API void *SQLITE_STDCALL sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ function [all...] |
Completed in 629 milliseconds