Searched refs:sqlite3_profile (Results 1 - 7 of 7) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h375 #define sqlite3_profile sqlite3_api->profile macro
H A Dsqlite3.h2702 ** ^The callback function registered by sqlite3_profile() is invoked
2710 ** sqlite3_profile() function is considered experimental and is
2714 SQLITE_API SQLITE_EXPERIMENTAL void *SQLITE_STDCALL sqlite3_profile(sqlite3*,
H A Dsqlite3.c2916 ** ^The callback function registered by sqlite3_profile() is invoked
2924 ** sqlite3_profile() function is considered experimental and is
2928 SQLITE_API SQLITE_EXPERIMENTAL void *SQLITE_STDCALL sqlite3_profile(sqlite3*,
104422 #define sqlite3_profile macro
104660 # define sqlite3_profile macro
132594 SQLITE_API void *SQLITE_STDCALL sqlite3_profile( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h375 #define sqlite3_profile sqlite3_api->profile macro
H A Dsqlite3.h2702 ** ^The callback function registered by sqlite3_profile() is invoked
2710 ** sqlite3_profile() function is considered experimental and is
2714 SQLITE_API SQLITE_EXPERIMENTAL void *SQLITE_STDCALL sqlite3_profile(sqlite3*,
H A Dsqlite3.c2916 ** ^The callback function registered by sqlite3_profile() is invoked
2924 ** sqlite3_profile() function is considered experimental and is
2928 SQLITE_API SQLITE_EXPERIMENTAL void *SQLITE_STDCALL sqlite3_profile(sqlite3*,
104440 #define sqlite3_profile macro
104678 # define sqlite3_profile macro
132612 SQLITE_API void *SQLITE_STDCALL sqlite3_profile( function
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4876 sqlite3_profile((sqlite3 *) h->sqlite, h->pr ? doprofile : 0, h);
4880 sqlite3_profile((sqlite3 *) h->sqlite, h->pr ? doprofile : 0, h);

Completed in 841 milliseconds