Searched refs:xProfile (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | main.c | 2190 void (*xProfile)(void*,const char*,sqlite_uint64), in sqlite3_profile() 2203 db->xProfile = xProfile; in sqlite3_profile() 2206 if( db->xProfile ) db->mTrace |= SQLITE_TRACE_XPROFILE; in sqlite3_profile()
|
| H A D | vdbeapi.c | 71 if( db->xProfile ){ in invokeProfileCallback() 72 db->xProfile(db->pProfileArg, p->zSql, iElapse); in invokeProfileCallback()
|
| H A D | sqliteInt.h | 1597 void (*xProfile)(void*,const char*,u64); /* Profiling function */ member
|
| H A D | sqlite.h.in | 3252 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
|