Searched defs:xProfile (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c2585 void(*xProfile)(void*,const char*,sqlite3_uint64), void*);
8351 void (*xProfile)(void*,const char*,u64); /* Profiling function */ member in struct:sqlite3
96569 sqlite3_profile( sqlite3 *db, void (*xProfile)(void*,const char*,sqlite_uint64), void *pArg ) argument
[all...]

Completed in 276 milliseconds