OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xProfile
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c
398
if( db->
xProfile
&& !db->init.busy ){
421
if( rc!=SQLITE_ROW && db->
xProfile
&& !db->init.busy && p->zSql ){
424
db->
xProfile
(db->pProfileArg, p->zSql, (iNow - p->startTime)*1000000);
[
all
...]
main.c
[
all
...]
sqlite.h.in
[
all
...]
sqliteInt.h
837
void (*
xProfile
)(void*,const char*,u64); /* Profiling function */
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
Completed in 811 milliseconds