Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c9337 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport);
9340 ** Values for the third argument passed to sqlite3_expert_report().
11365 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() function
18184 const char *zCand = sqlite3_expert_report(p,0,EXPERT_REPORT_CANDIDATES); in expertFinish()
18189 const char *zSql = sqlite3_expert_report(p, i, EXPERT_REPORT_SQL); in expertFinish()
18190 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in expertFinish()
18191 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish()

Completed in 33 milliseconds