Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c5908 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport);
7839 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() function
9585 const char *zCand = sqlite3_expert_report(p,0,EXPERT_REPORT_CANDIDATES); in expertFinish()
9590 const char *zSql = sqlite3_expert_report(p, i, EXPERT_REPORT_SQL); in expertFinish()
9591 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in expertFinish()
9592 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish()
/external/sqlite/dist/
Dshell.c5914 const char *sqlite3_expert_report(sqlite3expert*, int iStmt, int eReport);
7845 const char *sqlite3_expert_report(sqlite3expert *p, int iStmt, int eReport){ in sqlite3_expert_report() function
9591 const char *zCand = sqlite3_expert_report(p,0,EXPERT_REPORT_CANDIDATES); in expertFinish()
9596 const char *zSql = sqlite3_expert_report(p, i, EXPERT_REPORT_SQL); in expertFinish()
9597 const char *zIdx = sqlite3_expert_report(p, i, EXPERT_REPORT_INDEXES); in expertFinish()
9598 const char *zEQP = sqlite3_expert_report(p, i, EXPERT_REPORT_PLAN); in expertFinish()